Add sensor to bedroom
This commit is contained in:
parent
813bd64820
commit
c1486a7ffe
1 changed files with 8 additions and 4 deletions
|
|
@ -83,6 +83,12 @@ sensor:
|
|||
- platform: homeassistant
|
||||
id: humidity_bathroom
|
||||
entity_id: sensor.badspiegel_feuchtigkeit
|
||||
- platform: homeassistant
|
||||
entity_id: sensor.bthome_sensor_e8e8_temperature
|
||||
id: temperature_bedroom
|
||||
- platform: homeassistant
|
||||
entity_id: sensor.bthome_sensor_e8e8_humidity
|
||||
id: humidity_bedroom
|
||||
|
||||
climate:
|
||||
- platform: thermostat
|
||||
|
|
@ -107,10 +113,8 @@ climate:
|
|||
default_target_temperature_low: 16 °C
|
||||
- platform: thermostat
|
||||
name: "Schlafzimmer"
|
||||
#sensor: heating_livingroom
|
||||
#humidity_sensor:
|
||||
sensor: temperature_local # FIXME
|
||||
humidity_sensor: humidity # FIXME
|
||||
sensor: temperature_bedroom
|
||||
humidity_sensor: humidity_bedroom
|
||||
min_heating_off_time: 1s
|
||||
min_heating_run_time: 1s
|
||||
min_idle_time: 30s
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue