Dumb way to control humidity in Bathroom using mechanical ventilation fan.
It tries to be quiet and enable fan after people leave the room, except it is really necessary.
Fan is usually turned on in periods when light is off.
# Dumb way to control humidity in Bathroom using mechanical ventillation fan.
# It tries to be quiet and enable fan after people leave the room, except it is really necessary.
# Fan is usually turned on in periods when light is off.
blueprint:
name: Humidity controller
description: Turn on and turn off your fan according to humidity and (assumed) user presence.
domain: automation
source_url: https://github.com/KrzysztofHajdamowicz/home-assistant-blueprints/raw/main/humidity_controller.yaml
input:
humidity_sensor:
name: Humidity sensor
selector:
entity:
domain: sensor
device_class: humidity
light:
name: Light (or light group) to influence turning on or off fan.
selector:
entity:
This file has been truncated. show original
1 Like
revin
December 5, 2021, 9:13pm
2
@KrzysztofHajdamowicz ,
thanks for the code. I was just looking for this code.