Classes | |
| class | OnlineStatus |
Functions | |
| None | async_setup_entry (HomeAssistant hass, APCUPSdConfigEntry config_entry, AddEntitiesCallback async_add_entities) |
Variables | |
| _DESCRIPTION | |
| Final | |
| int | PARALLEL_UPDATES = 0 |
Support for tracking the online status of a UPS.
| None homeassistant.components.apcupsd.binary_sensor.async_setup_entry | ( | HomeAssistant | hass, |
| APCUPSdConfigEntry | config_entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up an APCUPSd Online Status binary sensor.
Definition at line 28 of file binary_sensor.py.
|
private |
Definition at line 20 of file binary_sensor.py.
| homeassistant.components.apcupsd.binary_sensor.Final |
Definition at line 25 of file binary_sensor.py.
| int homeassistant.components.apcupsd.binary_sensor.PARALLEL_UPDATES = 0 |
Definition at line 18 of file binary_sensor.py.