Files
core/homeassistant/components/openevse/const.py
T

7 lines
136 B
Python

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