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 experimental_features toggle to initial setup (not just options)
- Add two-step flow: connection settings → experimental config
- Add translations/ directory with en.json for proper HA translations
- Both config and options flows now support experimental features
"experimental_features": "Enable experimental features like remote temperature sensor support. These features may change or be removed in future versions."
17
+
}
18
+
},
19
+
"experimental": {
20
+
"title": "Experimental Features Configuration",
21
+
"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.",
22
+
"data": {
23
+
"external_temperature_entity": "External Temperature Sensor"
24
+
},
25
+
"data_description": {
26
+
"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."
"description": "Configure your Mitsubishi MAC-577IF-2E air conditioner. The encryption key defaults to 'unregistered' which works for most devices. Only change this if your device uses a custom key.",
"experimental_features": "Enable experimental features like remote temperature sensor support. These features may change or be removed in future versions."
17
+
}
18
+
},
19
+
"experimental": {
20
+
"title": "Experimental Features Configuration",
21
+
"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.",
22
+
"data": {
23
+
"external_temperature_entity": "External Temperature Sensor"
24
+
},
25
+
"data_description": {
26
+
"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."
27
+
}
28
+
}
29
+
},
30
+
"error": {
31
+
"cannot_connect": "Failed to connect to the air conditioner. Please check the IP address, encryption key, and ensure the device is accessible on your network.",
"already_configured": "Device is already configured"
36
+
}
37
+
},
38
+
"options": {
39
+
"step": {
40
+
"init": {
41
+
"title": "Reconfigure Mitsubishi Air Conditioner",
42
+
"description": "Update the configuration settings for your Mitsubishi AC. Changes will be applied after validation and the integration will be reloaded.",
"experimental_features": "Enable experimental features like remote temperature sensor support. These features may change or be removed in future versions."
54
+
}
55
+
},
56
+
"experimental": {
57
+
"title": "Experimental Features Configuration",
58
+
"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.",
59
+
"data": {
60
+
"external_temperature_entity": "External Temperature Sensor"
61
+
},
62
+
"data_description": {
63
+
"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."
64
+
}
65
+
}
66
+
},
67
+
"error": {
68
+
"cannot_connect": "Failed to connect to the air conditioner. Please check the IP address, encryption key, and ensure the device is accessible on your network.",
0 commit comments