Namespaces | |
| climate | |
| entity | |
| sensor | |
| switch | |
Functions | |
| bool | setup (HomeAssistant hass, ConfigType config) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | ACTUATORS = "actuators" |
| CONFIG_SCHEMA | |
| string | DOMAIN = "xs1" |
| list | PLATFORMS = [Platform.CLIMATE, Platform.SENSOR, Platform.SWITCH] |
| string | SENSORS = "sensors" |
Support for the EZcontrol XS1 gateway.
| bool homeassistant.components.xs1.setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up XS1 integration.
Definition at line 46 of file __init__.py.
|
private |
Definition at line 21 of file __init__.py.
| string homeassistant.components.xs1.ACTUATORS = "actuators" |
Definition at line 24 of file __init__.py.
| homeassistant.components.xs1.CONFIG_SCHEMA |
Definition at line 28 of file __init__.py.
| string homeassistant.components.xs1.DOMAIN = "xs1" |
Definition at line 23 of file __init__.py.
| list homeassistant.components.xs1.PLATFORMS = [Platform.CLIMATE, Platform.SENSOR, Platform.SWITCH] |
Definition at line 43 of file __init__.py.
| string homeassistant.components.xs1.SENSORS = "sensors" |
Definition at line 25 of file __init__.py.