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"