Classes | |
| class | SmappeeAppliance |
| class | SmappeePresence |
Functions | |
| None | async_setup_entry (HomeAssistant hass, SmappeeConfigEntry config_entry, AddEntitiesCallback async_add_entities) |
Variables | |
| string | BINARY_SENSOR_PREFIX = "Appliance" |
| dictionary | ICON_MAPPING |
| string | PRESENCE_PREFIX = "Presence" |
Support for monitoring a Smappee appliance binary sensor.
| None homeassistant.components.smappee.binary_sensor.async_setup_entry | ( | HomeAssistant | hass, |
| SmappeeConfigEntry | config_entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up the Smappee binary sensor.
Definition at line 37 of file binary_sensor.py.
| string homeassistant.components.smappee.binary_sensor.BINARY_SENSOR_PREFIX = "Appliance" |
Definition at line 16 of file binary_sensor.py.
| dictionary homeassistant.components.smappee.binary_sensor.ICON_MAPPING |
Definition at line 19 of file binary_sensor.py.
| string homeassistant.components.smappee.binary_sensor.PRESENCE_PREFIX = "Presence" |
Definition at line 17 of file binary_sensor.py.