mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Add Presence Detector Indoor to Homematic IP (#23755)
* Add presence detector indoor use device classes constants * Add illuminance * isort
This commit is contained in:
committed by
Martin Hjelmare
parent
0e9d71f232
commit
118d3bc11c
@@ -6,7 +6,7 @@ from homematicip.aio.device import (
|
||||
AsyncHeatingThermostat, AsyncHeatingThermostatCompact, AsyncLightSensor,
|
||||
AsyncMotionDetectorIndoor, AsyncMotionDetectorOutdoor,
|
||||
AsyncMotionDetectorPushButton, AsyncPlugableSwitchMeasuring,
|
||||
AsyncTemperatureHumiditySensorDisplay,
|
||||
AsyncPresenceDetectorIndoor, AsyncTemperatureHumiditySensorDisplay,
|
||||
AsyncTemperatureHumiditySensorOutdoor,
|
||||
AsyncTemperatureHumiditySensorWithoutDisplay, AsyncWeatherSensor,
|
||||
AsyncWeatherSensorPlus, AsyncWeatherSensorPro)
|
||||
@@ -55,6 +55,7 @@ async def async_setup_entry(hass: HomeAssistant, config_entry: ConfigEntry,
|
||||
if isinstance(device, (AsyncLightSensor, AsyncMotionDetectorIndoor,
|
||||
AsyncMotionDetectorOutdoor,
|
||||
AsyncMotionDetectorPushButton,
|
||||
AsyncPresenceDetectorIndoor,
|
||||
AsyncWeatherSensor,
|
||||
AsyncWeatherSensorPlus,
|
||||
AsyncWeatherSensorPro)):
|
||||
|
||||
Reference in New Issue
Block a user