mirror of
https://github.com/home-assistant/core.git
synced 2026-09-06 13:32:08 +01: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"
|