Classes | |
| class | DROPBinarySensor |
| class | DROPBinarySensorEntityDescription |
Functions | |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | ALERT_SENSOR = "alert_sensor" |
| string | LEAK_DETECTED = "leak" |
| string | PENDING_NOTIFICATION = "pending_notification" |
| string | POWER = "power" |
| string | PUMP_STATUS = "pump" |
| string | RESERVE_IN_USE = "reserve_in_use" |
| string | SALT_LOW = "salt" |
Support for DROP binary sensors.
| None homeassistant.components.drop_connect.binary_sensor.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up the DROP binary sensors from config entry.
Definition at line 107 of file binary_sensor.py.
|
private |
Definition at line 33 of file binary_sensor.py.
| string homeassistant.components.drop_connect.binary_sensor.ALERT_SENSOR = "alert_sensor" |
Definition at line 37 of file binary_sensor.py.
| string homeassistant.components.drop_connect.binary_sensor.LEAK_DETECTED = "leak" |
Definition at line 38 of file binary_sensor.py.
| string homeassistant.components.drop_connect.binary_sensor.PENDING_NOTIFICATION = "pending_notification" |
Definition at line 39 of file binary_sensor.py.
| string homeassistant.components.drop_connect.binary_sensor.POWER = "power" |
Definition at line 40 of file binary_sensor.py.
| string homeassistant.components.drop_connect.binary_sensor.PUMP_STATUS = "pump" |
Definition at line 41 of file binary_sensor.py.
| string homeassistant.components.drop_connect.binary_sensor.RESERVE_IN_USE = "reserve_in_use" |
Definition at line 42 of file binary_sensor.py.
| string homeassistant.components.drop_connect.binary_sensor.SALT_LOW = "salt" |
Definition at line 43 of file binary_sensor.py.