mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +00:00
Fix sentence-casing of "sea level" in matter
(#141655)
* Fix sentence-casing of "sea level" in `matter` * Update test_number.ambr
This commit is contained in:
parent
4cea90f773
commit
6cb3430c60
@ -160,7 +160,7 @@
|
||||
"name": "On/Off transition time"
|
||||
},
|
||||
"altitude": {
|
||||
"name": "Altitude above Sea Level"
|
||||
"name": "Altitude above sea level"
|
||||
},
|
||||
"temperature_offset": {
|
||||
"name": "Temperature offset"
|
||||
|
@ -483,7 +483,7 @@
|
||||
}),
|
||||
'original_device_class': <NumberDeviceClass.DISTANCE: 'distance'>,
|
||||
'original_icon': None,
|
||||
'original_name': 'Altitude above Sea Level',
|
||||
'original_name': 'Altitude above sea level',
|
||||
'platform': 'matter',
|
||||
'previous_unique_id': None,
|
||||
'supported_features': 0,
|
||||
@ -496,7 +496,7 @@
|
||||
StateSnapshot({
|
||||
'attributes': ReadOnlyDict({
|
||||
'device_class': 'distance',
|
||||
'friendly_name': 'Eve Weather Altitude above Sea Level',
|
||||
'friendly_name': 'Eve Weather Altitude above sea level',
|
||||
'max': 9000,
|
||||
'min': 0,
|
||||
'mode': <NumberMode.BOX: 'box'>,
|
||||
|
Loading…
x
Reference in New Issue
Block a user