mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 09:47:52 +00:00
Fix failing sanix tests (#115793)
Fixing failing sanix tests Regenerate snapshot to match what actually happens. There is no translation keys for these two
This commit is contained in:
parent
14515b77bb
commit
0398a481c3
@ -29,7 +29,7 @@
|
||||
'platform': 'sanix',
|
||||
'previous_unique_id': None,
|
||||
'supported_features': 0,
|
||||
'translation_key': 'battery',
|
||||
'translation_key': None,
|
||||
'unique_id': '1810088-battery',
|
||||
'unit_of_measurement': '%',
|
||||
})
|
||||
@ -126,7 +126,7 @@
|
||||
'platform': 'sanix',
|
||||
'previous_unique_id': None,
|
||||
'supported_features': 0,
|
||||
'translation_key': 'distance',
|
||||
'translation_key': None,
|
||||
'unique_id': '1810088-distance',
|
||||
'unit_of_measurement': <UnitOfLength.CENTIMETERS: 'cm'>,
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user