mirror of
https://github.com/home-assistant/core.git
synced 2026-05-08 09:38:58 +01:00
2c6d6f8ab4
Co-authored-by: Joostlek <joostlek@outlook.com>
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"
|