Files
core/homeassistant/components/incomfort/const.py
Jan Bouwhuis 984c380e13 Add option to allow to use setpoint instead of override for legacy incomfort RF gateway (#135143)
* Add option to allow to use setpoint in stead of override for legacy incomfort RF gateway

* Add test to assert state with legacy_setpoint_status option

* Use selector

* Update homeassistant/components/incomfort/strings.json

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

* Follow up on code review

* Rephrase data_description

* Rephrase

* Use async_schedule_reload helper

* Move option flow after config flow

---------

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2025-01-13 19:50:06 +01:00

6 lines
130 B
Python

"""Constants for Intergas InComfort integration."""
DOMAIN = "incomfort"
CONF_LEGACY_SETPOINT_STATUS = "legacy_setpoint_status"