Skip to content

Commit d6e0c78

Browse files
committed
Save updated snapshots
1 parent f8c7f03 commit d6e0c78

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

tests/components/plugwise/snapshots/test_climate.ambr

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
'max_temp': 35.0,
1414
'min_temp': 0.0,
1515
'preset_modes': list([
16+
'vacation',
1617
'no_frost',
1718
'asleep',
18-
'vacation',
1919
'home',
2020
'away',
2121
]),
@@ -63,11 +63,11 @@
6363
]),
6464
'max_temp': 35.0,
6565
'min_temp': 0.0,
66-
'preset_mode': 'home',
66+
'preset_mode': 'vacation',
6767
'preset_modes': list([
68+
'vacation',
6869
'no_frost',
6970
'asleep',
70-
'vacation',
7171
'home',
7272
'away',
7373
]),
@@ -97,9 +97,9 @@
9797
'max_temp': 35.0,
9898
'min_temp': 1.0,
9999
'preset_modes': list([
100+
'vacation',
100101
'no_frost',
101102
'asleep',
102-
'vacation',
103103
'home',
104104
'away',
105105
]),
@@ -149,9 +149,9 @@
149149
'min_temp': 1.0,
150150
'preset_mode': 'home',
151151
'preset_modes': list([
152+
'vacation',
152153
'no_frost',
153154
'asleep',
154-
'vacation',
155155
'home',
156156
'away',
157157
]),

tests/components/plugwise/snapshots/test_select.ambr

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@
6565
'area_id': None,
6666
'capabilities': dict({
6767
'options': list([
68-
'bleeding_hot',
6968
'bleeding_cold',
70-
'off',
7169
'heating',
70+
'off',
71+
'bleeding_hot',
7272
'cooling',
7373
]),
7474
}),
@@ -106,10 +106,10 @@
106106
'attributes': ReadOnlyDict({
107107
'friendly_name': 'Adam Regulation mode',
108108
'options': list([
109-
'bleeding_hot',
110109
'bleeding_cold',
111-
'off',
112110
'heating',
111+
'off',
112+
'bleeding_hot',
113113
'cooling',
114114
]),
115115
}),
@@ -129,9 +129,9 @@
129129
'capabilities': dict({
130130
'options': list([
131131
'Badkamer',
132-
'Test',
133132
'Vakantie',
134133
'Weekschema',
134+
'Test',
135135
'off',
136136
]),
137137
}),
@@ -170,9 +170,9 @@
170170
'friendly_name': 'Bathroom Thermostat schedule',
171171
'options': list([
172172
'Badkamer',
173-
'Test',
174173
'Vakantie',
175174
'Weekschema',
175+
'Test',
176176
'off',
177177
]),
178178
}),
@@ -181,7 +181,7 @@
181181
'last_changed': <ANY>,
182182
'last_reported': <ANY>,
183183
'last_updated': <ANY>,
184-
'state': 'Badkamer',
184+
'state': 'off',
185185
})
186186
# ---
187187
# name: test_adam_2_select_entities[platforms0-True-m_adam_cooling][select.living_room_thermostat_schedule-entry]
@@ -192,9 +192,9 @@
192192
'capabilities': dict({
193193
'options': list([
194194
'Badkamer',
195-
'Test',
196195
'Vakantie',
197196
'Weekschema',
197+
'Test',
198198
'off',
199199
]),
200200
}),
@@ -233,9 +233,9 @@
233233
'friendly_name': 'Living room Thermostat schedule',
234234
'options': list([
235235
'Badkamer',
236-
'Test',
237236
'Vakantie',
238237
'Weekschema',
238+
'Test',
239239
'off',
240240
]),
241241
}),

0 commit comments

Comments
 (0)