mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 10:17:09 +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": {
|
"entity": {
|
||||||
"binary_sensor": {
|
"binary_sensor": {
|
||||||
"off_grid_status": {
|
"off_grid_status": {
|
||||||
"name": "Off grid status"
|
"name": "Off-grid status"
|
||||||
},
|
},
|
||||||
"dc_1_short_circuit_error_status": {
|
"dc_1_short_circuit_error_status": {
|
||||||
"name": "DC 1 short circuit error status"
|
"name": "DC 1 short circuit error status"
|
||||||
|
@ -120,7 +120,7 @@
|
|||||||
}),
|
}),
|
||||||
'original_device_class': <BinarySensorDeviceClass.PROBLEM: 'problem'>,
|
'original_device_class': <BinarySensorDeviceClass.PROBLEM: 'problem'>,
|
||||||
'original_icon': None,
|
'original_icon': None,
|
||||||
'original_name': 'Off grid status',
|
'original_name': 'Off-grid status',
|
||||||
'platform': 'apsystems',
|
'platform': 'apsystems',
|
||||||
'previous_unique_id': None,
|
'previous_unique_id': None,
|
||||||
'supported_features': 0,
|
'supported_features': 0,
|
||||||
@ -133,7 +133,7 @@
|
|||||||
StateSnapshot({
|
StateSnapshot({
|
||||||
'attributes': ReadOnlyDict({
|
'attributes': ReadOnlyDict({
|
||||||
'device_class': 'problem',
|
'device_class': 'problem',
|
||||||
'friendly_name': 'Mock Title Off grid status',
|
'friendly_name': 'Mock Title Off-grid status',
|
||||||
}),
|
}),
|
||||||
'context': <ANY>,
|
'context': <ANY>,
|
||||||
'entity_id': 'binary_sensor.mock_title_off_grid_status',
|
'entity_id': 'binary_sensor.mock_title_off_grid_status',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user