Go to the source code of this file.
Namespaces | |
| homeassistant.components.baf.const | |
Variables | |
| string | homeassistant.components.baf.const.DOMAIN = "baf" |
| int | homeassistant.components.baf.const.HALF_DAY_SECS = 43200 |
| int | homeassistant.components.baf.const.ONE_DAY_SECS = 86400 |
| int | homeassistant.components.baf.const.ONE_MIN_SECS = 60 |
| string | homeassistant.components.baf.const.PRESET_MODE_AUTO = "auto" |
| int | homeassistant.components.baf.const.QUERY_INTERVAL = 300 |
| int | homeassistant.components.baf.const.RUN_TIMEOUT = 20 |
| int | homeassistant.components.baf.const.SPEED_COUNT = 7 |
| tuple | homeassistant.components.baf.const.SPEED_RANGE = (1, SPEED_COUNT) |