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:
Norbert Rittel 2025-04-20 20:20:43 +02:00 committed by GitHub
parent 99b25efb67
commit d7f6db5efd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

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

View File

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