Namespaces | |
| binary_sensor | |
Functions | |
| bool | setup (HomeAssistant hass, ConfigType config) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| CONFIG_SCHEMA | |
| string | DATA_W800RF32 = "data_w800rf32" |
| string | DOMAIN = "w800rf32" |
| string | W800RF32_DEVICE = "w800rf32_{}" |
Support for w800rf32 devices.
| bool homeassistant.components.w800rf32.setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the w800rf32 component.
Definition at line 30 of file __init__.py.
|
private |
Definition at line 23 of file __init__.py.
| homeassistant.components.w800rf32.CONFIG_SCHEMA |
Definition at line 25 of file __init__.py.
| string homeassistant.components.w800rf32.DATA_W800RF32 = "data_w800rf32" |
Definition at line 18 of file __init__.py.
| string homeassistant.components.w800rf32.DOMAIN = "w800rf32" |
Definition at line 19 of file __init__.py.
| string homeassistant.components.w800rf32.W800RF32_DEVICE = "w800rf32_{}" |
Definition at line 21 of file __init__.py.