Осушитель
This commit is contained in:
@@ -17,12 +17,12 @@ scene: !include scenes.yaml
|
||||
mqtt: !include mqtt.yaml
|
||||
climate: !include climate.yaml
|
||||
modbus: !include modbus.yaml
|
||||
#generic_hygrostat: !include generic_hygrostat.yaml
|
||||
#frigate: !include frigate.yml
|
||||
#switch: !include switches.yaml
|
||||
#template: !include template.yaml
|
||||
|
||||
|
||||
|
||||
# Example configuration.yaml entry
|
||||
media_player:
|
||||
- platform: "vlc"
|
||||
|
||||
9
generic_hygrostat.yaml
Normal file
9
generic_hygrostat.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
- name: Bedroom
|
||||
humidifier: switch.dehumidifier
|
||||
target_sensor: sensor.humidity_koridor
|
||||
min_humidity: 30
|
||||
max_humidity: 80
|
||||
target_humidity: 50
|
||||
dry_tolerance: 3
|
||||
wet_tolerance: 0
|
||||
device_class: "humidifier"
|
||||
Reference in New Issue
Block a user