Variables | |
| string | API_VERSION = "v6" |
| dictionary | APP_DESC |
| string | ATTR_DETECTION = "detection" |
| dictionary | CATEGORY_TO_MODEL |
| dictionary | CONNECTION_SENSORS_KEYS = {"rate_down", "rate_up"} |
| string | DEFAULT_DEVICE_NAME = "Unknown device" |
| dictionary | DEVICE_ICONS |
| string | DOMAIN = "freebox" |
| list | HOME_COMPATIBLE_CATEGORIES |
| list | PLATFORMS |
| string | SERVICE_REBOOT = "reboot" |
| string | STORAGE_KEY = DOMAIN |
| int | STORAGE_VERSION = 1 |
Freebox component constants.
| string homeassistant.components.freebox.const.API_VERSION = "v6" |
| dictionary homeassistant.components.freebox.const.APP_DESC |
| string homeassistant.components.freebox.const.ATTR_DETECTION = "detection" |
| dictionary homeassistant.components.freebox.const.CATEGORY_TO_MODEL |
| dictionary homeassistant.components.freebox.const.CONNECTION_SENSORS_KEYS = {"rate_down", "rate_up"} |
| string homeassistant.components.freebox.const.DEFAULT_DEVICE_NAME = "Unknown device" |
| dictionary homeassistant.components.freebox.const.DEVICE_ICONS |
| string homeassistant.components.freebox.const.DOMAIN = "freebox" |
| list homeassistant.components.freebox.const.HOME_COMPATIBLE_CATEGORIES |
| list homeassistant.components.freebox.const.PLATFORMS |
| string homeassistant.components.freebox.const.SERVICE_REBOOT = "reboot" |
| string homeassistant.components.freebox.const.STORAGE_KEY = DOMAIN |