Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.hue.v1.sensor_base Namespace Reference

Classes

class  GenericHueSensor
 
class  GenericZLLSensor
 
class  SensorManager
 

Functions

def _device_id (aiohue_sensor)
 

Variables

 LOGGER = logging.getLogger(__name__)
 

Detailed Description

Support for the Philips Hue sensors as a platform.

Function Documentation

◆ _device_id()

def homeassistant.components.hue.v1.sensor_base._device_id (   aiohue_sensor)
private

Definition at line 27 of file sensor_base.py.

Variable Documentation

◆ LOGGER

homeassistant.components.hue.v1.sensor_base.LOGGER = logging.getLogger(__name__)

Definition at line 24 of file sensor_base.py.