mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 10:59:40 +00:00
* 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>
6 lines
130 B
Python
6 lines
130 B
Python
"""Constants for Intergas InComfort integration."""
|
|
|
|
DOMAIN = "incomfort"
|
|
|
|
CONF_LEGACY_SETPOINT_STATUS = "legacy_setpoint_status"
|