Variables | |
| string | DOMAIN = "baf" |
| int | HALF_DAY_SECS = 43200 |
| int | ONE_DAY_SECS = 86400 |
| int | ONE_MIN_SECS = 60 |
| string | PRESET_MODE_AUTO = "auto" |
| int | QUERY_INTERVAL = 300 |
| int | RUN_TIMEOUT = 20 |
| int | SPEED_COUNT = 7 |
| tuple | SPEED_RANGE = (1, SPEED_COUNT) |
Constants for the Big Ass Fans integration.
| int homeassistant.components.baf.const.HALF_DAY_SECS = 43200 |
| string homeassistant.components.baf.const.PRESET_MODE_AUTO = "auto" |
| tuple homeassistant.components.baf.const.SPEED_RANGE = (1, SPEED_COUNT) |