Home Assistant Unofficial Reference
2024.12.1
Namespaces
|
Variables
const.py File Reference
Go to the source code of this file.
Namespaces
homeassistant.components.upb.const
Variables
string
homeassistant.components.upb.const.ATTR_ADDRESS
= "address"
string
homeassistant.components.upb.const.ATTR_BLINK_RATE
= "blink_rate"
string
homeassistant.components.upb.const.ATTR_BRIGHTNESS
= "brightness"
string
homeassistant.components.upb.const.ATTR_BRIGHTNESS_PCT
= "brightness_pct"
string
homeassistant.components.upb.const.ATTR_RATE
= "rate"
string
homeassistant.components.upb.const.CONF_NETWORK
= "network"
homeassistant.components.upb.const.default
string
homeassistant.components.upb.const.DOMAIN
= "upb"
string
homeassistant.components.upb.const.EVENT_UPB_SCENE_CHANGED
= "upb.scene_changed"
homeassistant.components.upb.const.UPB_BRIGHTNESS_RATE_SCHEMA
homeassistant.components.upb.const.VALID_BRIGHTNESS
= vol.All(vol.Coerce(int), vol.Clamp(min=0, max=255))
homeassistant.components.upb.const.VALID_BRIGHTNESS_PCT
= vol.All(vol.Coerce(float), vol.Range(min=0, max=100))
homeassistant.components.upb.const.VALID_RATE
= vol.All(vol.Coerce(float), vol.Clamp(min=-1, max=3600))
homeassistant.components.upb.const.VolDictType
core
homeassistant
components
upb
const.py
Generated by
1.9.1