WIP: Odin HASS -> smartir
This commit is contained in:
parent
2f9db54714
commit
aad8086bcb
1 changed files with 11 additions and 0 deletions
|
|
@ -236,6 +236,17 @@ in
|
||||||
# tld = "it";
|
# tld = "it";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# smartir = { };
|
||||||
|
# climate = [{
|
||||||
|
# platform = "smartir";
|
||||||
|
# name = "Climatizzatore";
|
||||||
|
# unique_id = "climatizzatore";
|
||||||
|
# device_code = 1946;
|
||||||
|
# controller_data = "switch.tz3290_gnl5a6a5xvql7c2a_ts1201_interruttore";
|
||||||
|
# temperature_sensor = "sensor.tz3000_fllyghyj_ts0201_temperature";
|
||||||
|
# humidity_sensor = "sensor.tz3000_fllyghyj_ts0201_humidity";
|
||||||
|
# }];
|
||||||
};
|
};
|
||||||
configDir = "/var/lib/hass";
|
configDir = "/var/lib/hass";
|
||||||
configWritable = true;
|
configWritable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue