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
Copy file name to clipboardExpand all lines: source/_integrations/evohome.markdown
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -86,11 +86,11 @@ In Home Assistant, all this is done via `HVAC_MODE` and `PRESET_MODE` (but also
86
86
87
87
The actual operating mode of evohome entities can be tracked via their state attributes, which includes a JSON data structure for the current state called `status`.
88
88
89
-
For the Controller, see `systemModeStatus`:
89
+
For the Controller, see `system_mode_status`:
90
90
91
91
{% raw %}
92
92
```text
93
-
{% if state_attr('climate.my_home', 'status').systemModeStatus.mode == "Away" %}
93
+
{% if state_attr('climate.my_home', 'status').system_mode_status.mode == "Away" %}
94
94
The system is in Away mode
95
95
{% else %}
96
96
The system is not in Away mode
@@ -102,24 +102,24 @@ For the Zones, it is `setpointStatus`:
0 commit comments