mirror of
https://github.com/home-assistant/core.git
synced 2026-02-23 11:26:46 +00:00
7 lines
136 B
Python
7 lines
136 B
Python
"""Constants for the OpenEVSE integration."""
|
|
|
|
CONF_ID = "id"
|
|
CONF_SERIAL = "serial"
|
|
DOMAIN = "openevse"
|
|
INTEGRATION_TITLE = "OpenEVSE"
|