Type of single entity data returned by API
type LightAttributes = { brightness: number }type LightState = 'on' | 'off'type LightEntity = THomeassistantEntity<LightAttributes, LightState>
Type of entity attributes attribute.
attributes
Type of entity state attribute.
state
Generated using TypeDoc
Type of single entity data returned by API