You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add two-step options flow for experimental features
When experimental features is enabled, the flow now proceeds to a
second step showing the entity selector for external temperature
sensor. This provides a better UX than requiring users to save and
re-open the config to see the entity selector.
"experimental_features": "Enable experimental features like remote temperature sensor support. These features may change or be removed in future versions."
41
+
}
42
+
},
43
+
"experimental": {
44
+
"title": "Experimental Features Configuration",
45
+
"description": "⚠️ WARNING: The remote temperature feature should NOT be used for critical heating/cooling needs. If your Home Assistant server goes offline, your external sensor becomes unavailable, or provides invalid readings, the AC will NOT automatically revert to its internal sensor. You must manually switch back to Internal mode.",
46
+
"data": {
38
47
"external_temperature_entity": "External Temperature Sensor"
39
48
},
40
49
"data_description": {
41
-
"experimental_features": "Enable experimental features like remote temperature sensor support. These features may change or be removed in future versions. WARNING: The remote temperature feature should NOT be used for critical heating/cooling needs. If your Home Assistant server goes offline, your external sensor becomes unavailable, or provides invalid readings, the AC will NOT automatically revert to its internal sensor. You must manually switch back to Internal mode.",
42
50
"external_temperature_entity": "Select a temperature sensor to use as the room temperature when Remote mode is selected. Leave empty to only use the internal sensor. The AC must receive regular temperature updates - if updates stop, the AC continues using the last received value indefinitely."
0 commit comments