Classes | |
| class | PlugwiseBinarySensorEntity |
| class | PlugwiseBinarySensorEntityDescription |
Functions | |
| None | async_setup_entry (HomeAssistant hass, PlugwiseConfigEntry entry, AddEntitiesCallback async_add_entities) |
Variables | |
| list | SEVERITIES = ["other", "info", "warning", "error"] |
Plugwise Binary Sensor component for Home Assistant.
| None homeassistant.components.plugwise.binary_sensor.async_setup_entry | ( | HomeAssistant | hass, |
| PlugwiseConfigEntry | entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up the Smile binary_sensors from a config entry.
Definition at line 85 of file binary_sensor.py.
| list homeassistant.components.plugwise.binary_sensor.SEVERITIES = ["other", "info", "warning", "error"] |
Definition at line 24 of file binary_sensor.py.