mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 22:57:17 +00:00
Use uppercase "ID" in Home Connect strings (#134783)
This commit is contained in:
parent
d662a4465c
commit
7ec10bfd6f
@ -23,7 +23,7 @@
|
|||||||
},
|
},
|
||||||
"exceptions": {
|
"exceptions": {
|
||||||
"appliance_not_found": {
|
"appliance_not_found": {
|
||||||
"message": "Appliance for device id {device_id} not found"
|
"message": "Appliance for device ID {device_id} not found"
|
||||||
},
|
},
|
||||||
"turn_on_light": {
|
"turn_on_light": {
|
||||||
"message": "Error turning on {entity_id}: {description}"
|
"message": "Error turning on {entity_id}: {description}"
|
||||||
@ -103,7 +103,7 @@
|
|||||||
"fields": {
|
"fields": {
|
||||||
"device_id": {
|
"device_id": {
|
||||||
"name": "Device ID",
|
"name": "Device ID",
|
||||||
"description": "Id of the device."
|
"description": "ID of the device."
|
||||||
},
|
},
|
||||||
"program": { "name": "Program", "description": "Program to select." },
|
"program": { "name": "Program", "description": "Program to select." },
|
||||||
"key": { "name": "Option key", "description": "Key of the option." },
|
"key": { "name": "Option key", "description": "Key of the option." },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user