Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for Econet integration."""
2 
3 DOMAIN = "econet"
4 API_CLIENT = "api_client"
5 EQUIPMENT = "equipment"
6 
7 PUSH_UPDATE = "econet.push_update"