Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the Tesla Wall Connector integration."""
2 
3 DOMAIN = "tesla_wall_connector"
4 DEFAULT_SCAN_INTERVAL = 30
5 
6 WALLCONNECTOR_SERIAL_NUMBER = "serial_number"
7 
8 WALLCONNECTOR_DATA_VITALS = "vitals"
9 WALLCONNECTOR_DATA_LIFETIME = "lifetime"
10 
11 WALLCONNECTOR_DEVICE_NAME = "Tesla Wall Connector"