Variables | |
| string | CONF_AGREEMENT = "agreement" |
| string | CONF_AGREEMENT_ID = "agreement_id" |
| string | CONF_CLOUDHOOK_URL = "cloudhook_url" |
| string | CONF_MIGRATE = "migrate" |
| string | CURRENCY_EUR = "EUR" |
| float | DEFAULT_MAX_TEMP = 30.0 |
| float | DEFAULT_MIN_TEMP = 6.0 |
| DEFAULT_SCAN_INTERVAL = timedelta(seconds=300) | |
| string | DOMAIN = "toon" |
| string | VOLUME_CM3 = "CM3" |
| string | VOLUME_LHOUR = "L/H" |
| string | VOLUME_LMIN = "L/MIN" |
Constants for the Toon integration.
| string homeassistant.components.toon.const.CONF_AGREEMENT = "agreement" |
| string homeassistant.components.toon.const.CONF_AGREEMENT_ID = "agreement_id" |
| string homeassistant.components.toon.const.CONF_CLOUDHOOK_URL = "cloudhook_url" |
| string homeassistant.components.toon.const.CONF_MIGRATE = "migrate" |
| string homeassistant.components.toon.const.CURRENCY_EUR = "EUR" |
| float homeassistant.components.toon.const.DEFAULT_MAX_TEMP = 30.0 |
| float homeassistant.components.toon.const.DEFAULT_MIN_TEMP = 6.0 |
| homeassistant.components.toon.const.DEFAULT_SCAN_INTERVAL = timedelta(seconds=300) |
| string homeassistant.components.toon.const.VOLUME_CM3 = "CM3" |
| string homeassistant.components.toon.const.VOLUME_LHOUR = "L/H" |