Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.recorder.history.const
 

Variables

dictionary homeassistant.components.recorder.history.const.IGNORE_DOMAINS = {"zone", "scene"}
 
string homeassistant.components.recorder.history.const.LAST_CHANGED_KEY = "last_changed"
 
dictionary homeassistant.components.recorder.history.const.NEED_ATTRIBUTE_DOMAINS
 
dictionary homeassistant.components.recorder.history.const.SIGNIFICANT_DOMAINS
 
list homeassistant.components.recorder.history.const.SIGNIFICANT_DOMAINS_ENTITY_ID_LIKE = [f"{domain}.%" for domain in SIGNIFICANT_DOMAINS]
 
string homeassistant.components.recorder.history.const.STATE_KEY = "state"