Home Assistant Unofficial Reference 2024.12.1
sensor.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.hue.v1.sensor.GenericHueGaugeSensorEntity
 
class  homeassistant.components.hue.v1.sensor.HueBattery
 
class  homeassistant.components.hue.v1.sensor.HueLightLevel
 
class  homeassistant.components.hue.v1.sensor.HueTemperature
 

Namespaces

 homeassistant.components.hue.v1.sensor
 

Functions

def homeassistant.components.hue.v1.sensor.async_setup_entry (hass, config_entry, async_add_entities)
 

Variables

string homeassistant.components.hue.v1.sensor.LIGHT_LEVEL_NAME_FORMAT = "{} light level"
 
string homeassistant.components.hue.v1.sensor.REMOTE_NAME_FORMAT = "{} battery level"
 
string homeassistant.components.hue.v1.sensor.TEMPERATURE_NAME_FORMAT = "{} temperature"