Skip to content

Commit

Permalink
Update climate snapshots to fix CI (#109141)
Browse files Browse the repository at this point in the history
  • Loading branch information
edenhaus authored Jan 30, 2024
1 parent f768dd8 commit d752ab3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/components/teslemetry/snapshots/test_climate.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
'original_name': 'Climate',
'platform': 'teslemetry',
'previous_unique_id': None,
'supported_features': <ClimateEntityFeature: 17>,
'supported_features': <ClimateEntityFeature: 401>,
'translation_key': <TeslemetryClimateSide.DRIVER: 'driver_temp'>,
'unique_id': 'VINVINVIN-driver_temp',
'unit_of_measurement': None,
Expand All @@ -61,7 +61,7 @@
'dog',
'camp',
]),
'supported_features': <ClimateEntityFeature: 17>,
'supported_features': <ClimateEntityFeature: 401>,
'temperature': 22.0,
}),
'context': <ANY>,
Expand Down
4 changes: 2 additions & 2 deletions tests/components/tessie/snapshots/test_climate.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
'original_name': 'Climate',
'platform': 'tessie',
'previous_unique_id': None,
'supported_features': <ClimateEntityFeature: 17>,
'supported_features': <ClimateEntityFeature: 401>,
'translation_key': 'primary',
'unique_id': 'VINVINVIN-primary',
'unit_of_measurement': None,
Expand All @@ -61,7 +61,7 @@
<TessieClimateKeeper.DOG: 'dog'>,
<TessieClimateKeeper.CAMP: 'camp'>,
]),
'supported_features': <ClimateEntityFeature: 17>,
'supported_features': <ClimateEntityFeature: 401>,
'temperature': 22.5,
}),
'context': <ANY>,
Expand Down

0 comments on commit d752ab3

Please sign in to comment.