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:
Norbert Rittel 2025-03-28 15:30:21 +01:00 committed by GitHub
parent 4cea90f773
commit 6cb3430c60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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'>,