mirror of
https://github.com/esphome/esphome.git
synced 2025-03-21 10:08:15 +00:00
Co-authored-by: FreeBear <freebear@tuxcnc.org> Co-authored-by: FreeBear-nc <67865163+FreeBear-nc@users.noreply.github.com> Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
12 lines
224 B
Python
12 lines
224 B
Python
OPENTHERM = "opentherm"
|
|
|
|
CONF_OPENTHERM_ID = "opentherm_id"
|
|
CONF_DATA_TYPE = "data_type"
|
|
|
|
SENSOR = "sensor"
|
|
BINARY_SENSOR = "binary_sensor"
|
|
SWITCH = "switch"
|
|
NUMBER = "number"
|
|
OUTPUT = "output"
|
|
INPUT_SENSOR = "input_sensor"
|