mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
24 lines
1.7 KiB
YAML
24 lines
1.7 KiB
YAML
binary_sensor:
|
|
- platform: generic_hygrostat
|
|
name: Master Bathroom Hygrostat
|
|
sensor: sensor.master_bathroom_thermostat_humidity # Source humidity sensor
|
|
#attribute: humidity # Optional use sensor attribute instead of state.
|
|
delta_trigger: 3 # Optional humidity swing to detect. Default = 3
|
|
target_offset: 10 # Optional dehumidification target offset. Default = 3
|
|
min_on_time: 300 # Optional min on time in seconds. Default = 0 seconds
|
|
max_on_time: 1800 # Optional safety max on time in seconds. Default = 7200 seconds
|
|
sample_interval: 60 # Optional time between taking humidity samples in seconds, default 300 seconds
|
|
min_humidity: 55 # Optional minimum humidity to enable dehumidification. Default = 0
|
|
unique_id: master_bathroom_hygrostat # Optional ID that uniquely identifies this sensor. Set this to a unique value to allow customization through the UI.
|
|
|
|
- platform: generic_hygrostat
|
|
name: Utility Room Hygrostat
|
|
sensor: sensor.utility_room_multisensor_relative_humidity # Source humidity sensor
|
|
#attribute: humidity # Optional use sensor attribute instead of state.
|
|
delta_trigger: 5 # Optional humidity swing to detect. Default = 3
|
|
target_offset: 10 # Optional dehumidification target offset. Default = 3
|
|
min_on_time: 300 # Optional min on time in seconds. Default = 0 seconds
|
|
max_on_time: 1800 # Optional safety max on time in seconds. Default = 7200 seconds
|
|
sample_interval: 60 # Optional time between taking humidity samples in seconds, default 300 seconds
|
|
min_humidity: 55 # Optional minimum humidity to enable dehumidification. Default = 0
|
|
unique_id: utility_room_hygrostat # Optional ID that uniquely identifies this sensor. Set this to a unique value to allow customization through the UI. |