Classes | |
| class | SenseBinarySensor |
Functions | |
| None | _migrate_old_unique_ids (HomeAssistant hass, list[SenseBinarySensor] devices) |
| None | async_setup_entry (HomeAssistant hass, SenseConfigEntry config_entry, AddEntitiesCallback async_add_entities) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
Support for monitoring a Sense energy sensor device.
|
private |
Definition at line 68 of file binary_sensor.py.
| None homeassistant.components.sense.binary_sensor.async_setup_entry | ( | HomeAssistant | hass, |
| SenseConfigEntry | config_entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up the Sense binary sensor.
Definition at line 23 of file binary_sensor.py.
|
private |
Definition at line 20 of file binary_sensor.py.