Add support for Hue push updates (#50591)
This commit is contained in:
parent
7fd2f8090d
commit
646af533f0
12 changed files with 181 additions and 93 deletions
|
@ -37,9 +37,6 @@ async def async_setup_entry(hass, config_entry, async_add_entities):
|
|||
class GenericHueGaugeSensorEntity(GenericZLLSensor, SensorEntity):
|
||||
"""Parent class for all 'gauge' Hue device sensors."""
|
||||
|
||||
async def _async_update_ha_state(self, *args, **kwargs):
|
||||
await self.async_update_ha_state(self, *args, **kwargs)
|
||||
|
||||
|
||||
class HueLightLevel(GenericHueGaugeSensorEntity):
|
||||
"""The light level sensor entity for a Hue motion sensor device."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue