mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 08:47:57 +00:00
Fix spelling of "off-grid" in apsystems
(#143356)
* Fix spelling of "off-grid" in `apsystems` * Update test_binary_sensor.ambr
This commit is contained in:
parent
99b25efb67
commit
d7f6db5efd
@ -21,7 +21,7 @@
|
||||
"entity": {
|
||||
"binary_sensor": {
|
||||
"off_grid_status": {
|
||||
"name": "Off grid status"
|
||||
"name": "Off-grid status"
|
||||
},
|
||||
"dc_1_short_circuit_error_status": {
|
||||
"name": "DC 1 short circuit error status"
|
||||
|
@ -120,7 +120,7 @@
|
||||
}),
|
||||
'original_device_class': <BinarySensorDeviceClass.PROBLEM: 'problem'>,
|
||||
'original_icon': None,
|
||||
'original_name': 'Off grid status',
|
||||
'original_name': 'Off-grid status',
|
||||
'platform': 'apsystems',
|
||||
'previous_unique_id': None,
|
||||
'supported_features': 0,
|
||||
@ -133,7 +133,7 @@
|
||||
StateSnapshot({
|
||||
'attributes': ReadOnlyDict({
|
||||
'device_class': 'problem',
|
||||
'friendly_name': 'Mock Title Off grid status',
|
||||
'friendly_name': 'Mock Title Off-grid status',
|
||||
}),
|
||||
'context': <ANY>,
|
||||
'entity_id': 'binary_sensor.mock_title_off_grid_status',
|
||||
|
Loading…
x
Reference in New Issue
Block a user