1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-04 13:15:29 +01:00
Files
core/homeassistant/components/openevse/const.py
T

6 lines
121 B
Python

"""Constants for the OpenEVSE integration."""
CONF_SERIAL = "serial"
DOMAIN = "openevse"
INTEGRATION_TITLE = "OpenEVSE"