mirror of
https://github.com/home-assistant/core.git
synced 2026-05-29 19:57:40 +01:00
6 lines
121 B
Python
6 lines
121 B
Python
"""Constants for the OpenEVSE integration."""
|
|
|
|
CONF_SERIAL = "serial"
|
|
DOMAIN = "openevse"
|
|
INTEGRATION_TITLE = "OpenEVSE"
|