Add support for Hue push updates (#50591)

This commit is contained in:
Paulus Schoutsen 2021-05-14 13:39:57 -07:00 committed by GitHub
parent 7fd2f8090d
commit 646af533f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 181 additions and 93 deletions

View file

@ -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."""