Skip to content

Commit

Permalink
Update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
bouwew committed May 2, 2024
1 parent 618e279 commit 6354552
Showing 1 changed file with 45 additions and 10 deletions.
55 changes: 45 additions & 10 deletions tests/components/plugwise/snapshots/test_diagnostics.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,14 @@
'6a3bf693d05e48e0b460c815a4fdd09d': dict({
'active_preset': 'asleep',
'available': True,
'available_schedules': '**REDACTED**',
'available_schedules': list([
'**REDACTED_0**',
'**REDACTED_1**',
'**REDACTED_2**',
'**REDACTED_3**',
'**REDACTED_4**',
'off',
]),
'dev_class': 'zone_thermostat',
'firmware': '2016-10-27T02:00:00+02:00',
'hardware': '255',
Expand All @@ -124,7 +131,7 @@
'vacation',
'no_frost',
]),
'select_schedule': '**REDACTED**',
'select_schedule': '**REDACTED_4**',
'sensors': dict({
'battery': 37,
'setpoint': 15.0,
Expand Down Expand Up @@ -248,7 +255,14 @@
'b59bcebaf94b499ea7d46e4a66fb62d8': dict({
'active_preset': 'home',
'available': True,
'available_schedules': '**REDACTED**',
'available_schedules': list([
'**REDACTED_0**',
'**REDACTED_1**',
'**REDACTED_2**',
'**REDACTED_3**',
'**REDACTED_4**',
'off',
]),
'dev_class': 'zone_thermostat',
'firmware': '2016-08-02T02:00:00+02:00',
'hardware': '255',
Expand All @@ -263,7 +277,7 @@
'vacation',
'no_frost',
]),
'select_schedule': '**REDACTED**',
'select_schedule': '**REDACTED_2**',
'sensors': dict({
'battery': 34,
'setpoint': 21.5,
Expand Down Expand Up @@ -331,7 +345,14 @@
'df4a4a8169904cdb9c03d61a21f42140': dict({
'active_preset': 'away',
'available': True,
'available_schedules': '**REDACTED**',
'available_schedules': list([
'**REDACTED_0**',
'**REDACTED_1**',
'**REDACTED_2**',
'**REDACTED_3**',
'**REDACTED_4**',
'off',
]),
'dev_class': 'zone_thermostat',
'firmware': '2016-10-27T02:00:00+02:00',
'hardware': '255',
Expand All @@ -346,7 +367,7 @@
'vacation',
'no_frost',
]),
'select_schedule': '**REDACTED**',
'select_schedule': 'off',
'sensors': dict({
'battery': 67,
'setpoint': 13.0,
Expand All @@ -370,7 +391,14 @@
'e7693eb9582644e5b865dba8d4447cf1': dict({
'active_preset': 'no_frost',
'available': True,
'available_schedules': '**REDACTED**',
'available_schedules': list([
'**REDACTED_0**',
'**REDACTED_1**',
'**REDACTED_2**',
'**REDACTED_3**',
'**REDACTED_4**',
'off',
]),
'dev_class': 'thermostatic_radiator_valve',
'firmware': '2019-03-27T01:00:00+01:00',
'hardware': '1',
Expand All @@ -385,7 +413,7 @@
'vacation',
'no_frost',
]),
'select_schedule': '**REDACTED**',
'select_schedule': 'off',
'sensors': dict({
'battery': 68,
'setpoint': 5.5,
Expand All @@ -411,7 +439,14 @@
'f1fee6043d3642a9b0a65297455f008e': dict({
'active_preset': 'away',
'available': True,
'available_schedules': '**REDACTED**',
'available_schedules': list([
'**REDACTED_0**',
'**REDACTED_1**',
'**REDACTED_2**',
'**REDACTED_3**',
'**REDACTED_4**',
'off',
]),
'dev_class': 'zone_thermostat',
'firmware': '2016-10-27T02:00:00+02:00',
'hardware': '255',
Expand All @@ -426,7 +461,7 @@
'vacation',
'no_frost',
]),
'select_schedule': '**REDACTED**',
'select_schedule': '**REDACTED_3**',
'sensors': dict({
'battery': 92,
'setpoint': 14.0,
Expand Down

0 comments on commit 6354552

Please sign in to comment.