mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +00:00
Capitalize abbreviations in lektrico
integration (#140311)
* Capitalize abbreviations in `lektrico` integration * Update test_number.ambr * Update test_binary_sensor.ambr * Update test_binary_sensor.ambr * Update test_number.ambr
This commit is contained in:
parent
058c965b88
commit
bf50ee9b5e
@ -24,7 +24,7 @@
|
||||
"entity": {
|
||||
"binary_sensor": {
|
||||
"state_e_activated": {
|
||||
"name": "Ev error"
|
||||
"name": "EV error"
|
||||
},
|
||||
"overtemp": {
|
||||
"name": "Thermal throttling"
|
||||
@ -45,10 +45,10 @@
|
||||
"name": "Overvoltage"
|
||||
},
|
||||
"rcd_error": {
|
||||
"name": "Rcd error"
|
||||
"name": "RCD error"
|
||||
},
|
||||
"cp_diode_failure": {
|
||||
"name": "Ev diode short"
|
||||
"name": "EV diode short"
|
||||
},
|
||||
"contactor_failure": {
|
||||
"name": "Relay contacts welded"
|
||||
@ -64,7 +64,7 @@
|
||||
},
|
||||
"number": {
|
||||
"led_max_brightness": {
|
||||
"name": "Led brightness"
|
||||
"name": "LED brightness"
|
||||
},
|
||||
"dynamic_limit": {
|
||||
"name": "Dynamic limit"
|
||||
|
@ -24,7 +24,7 @@
|
||||
}),
|
||||
'original_device_class': <BinarySensorDeviceClass.PROBLEM: 'problem'>,
|
||||
'original_icon': None,
|
||||
'original_name': 'Ev diode short',
|
||||
'original_name': 'EV diode short',
|
||||
'platform': 'lektrico',
|
||||
'previous_unique_id': None,
|
||||
'supported_features': 0,
|
||||
@ -37,7 +37,7 @@
|
||||
StateSnapshot({
|
||||
'attributes': ReadOnlyDict({
|
||||
'device_class': 'problem',
|
||||
'friendly_name': '1p7k_500006 Ev diode short',
|
||||
'friendly_name': '1p7k_500006 EV diode short',
|
||||
}),
|
||||
'context': <ANY>,
|
||||
'entity_id': 'binary_sensor.1p7k_500006_ev_diode_short',
|
||||
@ -72,7 +72,7 @@
|
||||
}),
|
||||
'original_device_class': <BinarySensorDeviceClass.PROBLEM: 'problem'>,
|
||||
'original_icon': None,
|
||||
'original_name': 'Ev error',
|
||||
'original_name': 'EV error',
|
||||
'platform': 'lektrico',
|
||||
'previous_unique_id': None,
|
||||
'supported_features': 0,
|
||||
@ -85,7 +85,7 @@
|
||||
StateSnapshot({
|
||||
'attributes': ReadOnlyDict({
|
||||
'device_class': 'problem',
|
||||
'friendly_name': '1p7k_500006 Ev error',
|
||||
'friendly_name': '1p7k_500006 EV error',
|
||||
}),
|
||||
'context': <ANY>,
|
||||
'entity_id': 'binary_sensor.1p7k_500006_ev_error',
|
||||
@ -312,7 +312,7 @@
|
||||
}),
|
||||
'original_device_class': <BinarySensorDeviceClass.PROBLEM: 'problem'>,
|
||||
'original_icon': None,
|
||||
'original_name': 'Rcd error',
|
||||
'original_name': 'RCD error',
|
||||
'platform': 'lektrico',
|
||||
'previous_unique_id': None,
|
||||
'supported_features': 0,
|
||||
@ -325,7 +325,7 @@
|
||||
StateSnapshot({
|
||||
'attributes': ReadOnlyDict({
|
||||
'device_class': 'problem',
|
||||
'friendly_name': '1p7k_500006 Rcd error',
|
||||
'friendly_name': '1p7k_500006 RCD error',
|
||||
}),
|
||||
'context': <ANY>,
|
||||
'entity_id': 'binary_sensor.1p7k_500006_rcd_error',
|
||||
|
@ -86,7 +86,7 @@
|
||||
}),
|
||||
'original_device_class': None,
|
||||
'original_icon': None,
|
||||
'original_name': 'Led brightness',
|
||||
'original_name': 'LED brightness',
|
||||
'platform': 'lektrico',
|
||||
'previous_unique_id': None,
|
||||
'supported_features': 0,
|
||||
@ -98,7 +98,7 @@
|
||||
# name: test_all_entities[number.1p7k_500006_led_brightness-state]
|
||||
StateSnapshot({
|
||||
'attributes': ReadOnlyDict({
|
||||
'friendly_name': '1p7k_500006 Led brightness',
|
||||
'friendly_name': '1p7k_500006 LED brightness',
|
||||
'max': 100,
|
||||
'min': 0,
|
||||
'mode': <NumberMode.AUTO: 'auto'>,
|
||||
|
Loading…
x
Reference in New Issue
Block a user