Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.hue.v2.entity Namespace Reference

Classes

class  HueBaseEntity
 

Variables

 HueResource
 
dictionary RESOURCE_TYPE_NAMES
 

Detailed Description

Generic Hue Entity Model.

Variable Documentation

◆ HueResource

homeassistant.components.hue.v2.entity.HueResource

Definition at line 27 of file entity.py.

◆ RESOURCE_TYPE_NAMES

dictionary homeassistant.components.hue.v2.entity.RESOURCE_TYPE_NAMES
Initial value:
1 = {
2  # a simple mapping of hue resource type to Hass name
3  ResourceTypes.LIGHT_LEVEL: "Illuminance",
4  ResourceTypes.DEVICE_POWER: "Battery",
5 }

Definition at line 30 of file entity.py.