1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-core/homeassistant/components/tesla_wall_connector/const.py
2021-11-28 07:41:01 -10:00

12 lines
296 B
Python

"""Constants for the Tesla Wall Connector integration."""
DOMAIN = "tesla_wall_connector"
DEFAULT_SCAN_INTERVAL = 30
WALLCONNECTOR_SERIAL_NUMBER = "serial_number"
WALLCONNECTOR_DATA_VITALS = "vitals"
WALLCONNECTOR_DATA_LIFETIME = "lifetime"
WALLCONNECTOR_DEVICE_NAME = "Tesla Wall Connector"