Classes | |
| class | Device |
Functions | |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities) |
Variables | |
| dictionary | DEVICE_CLASS_MAP |
| dictionary | DEVICE_KEY_MAP |
| dictionary | SUPPORTED_SENSORS = {"smokeSensor", "occupancySensor", "motionSensor", "contactSensor"} |
Support for Freedompro binary_sensor.
| None homeassistant.components.freedompro.binary_sensor.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up Freedompro binary_sensor.
Definition at line 35 of file binary_sensor.py.
| dictionary homeassistant.components.freedompro.binary_sensor.DEVICE_CLASS_MAP |
Definition at line 18 of file binary_sensor.py.
| dictionary homeassistant.components.freedompro.binary_sensor.DEVICE_KEY_MAP |
Definition at line 25 of file binary_sensor.py.
| dictionary homeassistant.components.freedompro.binary_sensor.SUPPORTED_SENSORS = {"smokeSensor", "occupancySensor", "motionSensor", "contactSensor"} |
Definition at line 32 of file binary_sensor.py.