Classes | |
| class | HuePresence |
Functions | |
| def | async_setup_entry (hass, config_entry, async_add_entities) |
Variables | |
| string | PRESENCE_NAME_FORMAT = "{} motion" |
Hue binary sensor entities.
| def homeassistant.components.hue.v1.binary_sensor.async_setup_entry | ( | hass, | |
| config_entry, | |||
| async_add_entities | |||
| ) |
Defer binary sensor setup to the shared sensor module.
Definition at line 16 of file binary_sensor.py.
| string homeassistant.components.hue.v1.binary_sensor.PRESENCE_NAME_FORMAT = "{} motion" |
Definition at line 13 of file binary_sensor.py.