Осушитель

This commit is contained in:
Victor Alexandrovich Tsyrenschikov
2025-11-09 23:27:50 +05:00
parent 936ed1b03c
commit 0be76da2e8
2 changed files with 10 additions and 1 deletions

View File

@@ -17,12 +17,12 @@ scene: !include scenes.yaml
mqtt: !include mqtt.yaml mqtt: !include mqtt.yaml
climate: !include climate.yaml climate: !include climate.yaml
modbus: !include modbus.yaml modbus: !include modbus.yaml
#generic_hygrostat: !include generic_hygrostat.yaml
#frigate: !include frigate.yml #frigate: !include frigate.yml
#switch: !include switches.yaml #switch: !include switches.yaml
#template: !include template.yaml #template: !include template.yaml
# Example configuration.yaml entry # Example configuration.yaml entry
media_player: media_player:
- platform: "vlc" - platform: "vlc"

9
generic_hygrostat.yaml Normal file
View 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"