Variables | |
| string | DEFAULT_HOST = "192.168.0.1" |
| string | DEFAULT_USERNAME = "admin" |
| string | DOMAIN = "sfr_box" |
| list | PLATFORMS = [Platform.BINARY_SENSOR, Platform.SENSOR] |
| list | PLATFORMS_WITH_AUTH = [*PLATFORMS, Platform.BUTTON] |
SFR Box constants.
| string homeassistant.components.sfr_box.const.DEFAULT_HOST = "192.168.0.1" |
| string homeassistant.components.sfr_box.const.DEFAULT_USERNAME = "admin" |
| string homeassistant.components.sfr_box.const.DOMAIN = "sfr_box" |
| list homeassistant.components.sfr_box.const.PLATFORMS = [Platform.BINARY_SENSOR, Platform.SENSOR] |