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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue