Skip to content

Instantly share code, notes, and snippets.

View georgeh's full-sized avatar

George Hotelling georgeh

View GitHub Profile
@georgeh
georgeh / aqi_fans.yml
Created June 29, 2023 15:09
Home Assistant automation to run fans based on AQI
alias: Run Fans Based on Indoor AQI
description: ""
trigger:
- platform: numeric_state
entity_id: sensor.indoor_aqi
below: 50
id: aqi_1
- platform: numeric_state
entity_id: sensor.indoor_aqi
above: 50