mirror of
https://github.com/home-assistant/core.git
synced 2025-07-08 13:57:10 +00:00
Make spelling of "Auto-charge" switch consistent in TechnoVE (#144206)
* Make spelling of "Auto-charge" switch consistent in TechnoVE Also fix sentence-casing in "Charging enabled" switch. * Update test_switch.ambr
This commit is contained in:
parent
1199353204
commit
490bb46a82
@ -76,10 +76,10 @@
|
||||
},
|
||||
"switch": {
|
||||
"auto_charge": {
|
||||
"name": "Auto charge"
|
||||
"name": "Auto-charge"
|
||||
},
|
||||
"session_active": {
|
||||
"name": "Charging Enabled"
|
||||
"name": "Charging enabled"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -24,7 +24,7 @@
|
||||
}),
|
||||
'original_device_class': None,
|
||||
'original_icon': None,
|
||||
'original_name': 'Auto charge',
|
||||
'original_name': 'Auto-charge',
|
||||
'platform': 'technove',
|
||||
'previous_unique_id': None,
|
||||
'supported_features': 0,
|
||||
@ -36,7 +36,7 @@
|
||||
# name: test_switches[switch.technove_station_auto_charge-state]
|
||||
StateSnapshot({
|
||||
'attributes': ReadOnlyDict({
|
||||
'friendly_name': 'TechnoVE Station Auto charge',
|
||||
'friendly_name': 'TechnoVE Station Auto-charge',
|
||||
}),
|
||||
'context': <ANY>,
|
||||
'entity_id': 'switch.technove_station_auto_charge',
|
||||
@ -71,7 +71,7 @@
|
||||
}),
|
||||
'original_device_class': None,
|
||||
'original_icon': None,
|
||||
'original_name': 'Charging Enabled',
|
||||
'original_name': 'Charging enabled',
|
||||
'platform': 'technove',
|
||||
'previous_unique_id': None,
|
||||
'supported_features': 0,
|
||||
@ -83,7 +83,7 @@
|
||||
# name: test_switches[switch.technove_station_charging_enabled-state]
|
||||
StateSnapshot({
|
||||
'attributes': ReadOnlyDict({
|
||||
'friendly_name': 'TechnoVE Station Charging Enabled',
|
||||
'friendly_name': 'TechnoVE Station Charging enabled',
|
||||
}),
|
||||
'context': <ANY>,
|
||||
'entity_id': 'switch.technove_station_charging_enabled',
|
||||
|
Loading…
x
Reference in New Issue
Block a user