mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Fix spelling of "off-grid" in tessie
(#143358)
* Fix spelling of "off-grid" in `tessie` * Update test_number.ambr
This commit is contained in:
parent
26ea97cb44
commit
18cd389c77
@ -495,7 +495,7 @@
|
||||
"name": "Speed limit"
|
||||
},
|
||||
"off_grid_vehicle_charging_reserve_percent": {
|
||||
"name": "Off grid reserve"
|
||||
"name": "Off-grid reserve"
|
||||
}
|
||||
},
|
||||
"update": {
|
||||
|
@ -88,7 +88,7 @@
|
||||
}),
|
||||
'original_device_class': <NumberDeviceClass.BATTERY: 'battery'>,
|
||||
'original_icon': 'mdi:battery-unknown',
|
||||
'original_name': 'Off grid reserve',
|
||||
'original_name': 'Off-grid reserve',
|
||||
'platform': 'tessie',
|
||||
'previous_unique_id': None,
|
||||
'supported_features': 0,
|
||||
@ -101,7 +101,7 @@
|
||||
StateSnapshot({
|
||||
'attributes': ReadOnlyDict({
|
||||
'device_class': 'battery',
|
||||
'friendly_name': 'Energy Site Off grid reserve',
|
||||
'friendly_name': 'Energy Site Off-grid reserve',
|
||||
'icon': 'mdi:battery-unknown',
|
||||
'max': 100,
|
||||
'min': 0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user