mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Fix typo in HDMI CEC (#127714)
This commit is contained in:
parent
59e3c4874d
commit
3c458353f0
@ -24,11 +24,11 @@
|
|||||||
},
|
},
|
||||||
"cmd": {
|
"cmd": {
|
||||||
"name": "Command",
|
"name": "Command",
|
||||||
"description": "Command itself. Could be decimal number or string with hexadeximal notation: \"0x10\"."
|
"description": "Command itself. Could be decimal number or string with hexadecimal notation: \"0x10\"."
|
||||||
},
|
},
|
||||||
"dst": {
|
"dst": {
|
||||||
"name": "Destination",
|
"name": "Destination",
|
||||||
"description": "Destination for command. Could be decimal number or string with hexadeximal notation: \"0x10\"."
|
"description": "Destination for command. Could be decimal number or string with hexadecimal notation: \"0x10\"."
|
||||||
},
|
},
|
||||||
"raw": {
|
"raw": {
|
||||||
"name": "Raw",
|
"name": "Raw",
|
||||||
@ -36,7 +36,7 @@
|
|||||||
},
|
},
|
||||||
"src": {
|
"src": {
|
||||||
"name": "Source",
|
"name": "Source",
|
||||||
"description": "Source of command. Could be decimal number or string with hexadeximal notation: \"0x10\"."
|
"description": "Source of command. Could be decimal number or string with hexadecimal notation: \"0x10\"."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user