2023-07-12 10:31:26 +00:00
{
"services" : {
"power_on" : {
"name" : "Power on" ,
2025-01-10 15:15:14 +00:00
"description" : "Powers on all devices which support this function."
2023-07-12 10:31:26 +00:00
} ,
"select_device" : {
"name" : "Select device" ,
2025-01-22 09:18:41 +00:00
"description" : "Selects an HDMI device." ,
2023-07-12 10:31:26 +00:00
"fields" : {
"device" : {
2023-07-13 15:52:50 +00:00
"name" : "[%key:common::config_flow::data::device%]" ,
2025-01-10 15:15:14 +00:00
"description" : "Address of device to select. Can be an entity ID, physical address or alias from configuration."
2023-07-12 10:31:26 +00:00
}
}
} ,
"send_command" : {
"name" : "Send command" ,
"description" : "Sends CEC command into HDMI CEC capable adapter." ,
"fields" : {
"att" : {
"name" : "Att" ,
"description" : "Optional parameters."
} ,
"cmd" : {
"name" : "Command" ,
2024-10-06 17:21:19 +00:00
"description" : "Command itself. Could be decimal number or string with hexadecimal notation: \"0x10\"."
2023-07-12 10:31:26 +00:00
} ,
"dst" : {
"name" : "Destination" ,
2024-10-06 17:21:19 +00:00
"description" : "Destination for command. Could be decimal number or string with hexadecimal notation: \"0x10\"."
2023-07-12 10:31:26 +00:00
} ,
"raw" : {
"name" : "Raw" ,
"description" : "Raw CEC command in format \"00:00:00:00\" where first two digits are source and destination, second byte is command and optional other bytes are command parameters. If raw command specified, other params are ignored."
} ,
"src" : {
"name" : "Source" ,
2024-10-06 17:21:19 +00:00
"description" : "Source of command. Could be decimal number or string with hexadecimal notation: \"0x10\"."
2023-07-12 10:31:26 +00:00
}
}
} ,
"standby" : {
2023-07-13 15:52:50 +00:00
"name" : "[%key:common::state::standby%]" ,
2025-01-10 15:15:14 +00:00
"description" : "Places in standby all devices which support this function."
2023-07-12 10:31:26 +00:00
} ,
"update" : {
"name" : "Update" ,
"description" : "Updates devices state from network."
} ,
"volume" : {
"name" : "Volume" ,
2025-01-10 15:15:14 +00:00
"description" : "Increases or decreases the system volume." ,
2023-07-12 10:31:26 +00:00
"fields" : {
"down" : {
"name" : "Down" ,
2025-01-10 15:15:14 +00:00
"description" : "Decreases the volume x levels."
2023-07-12 10:31:26 +00:00
} ,
"mute" : {
"name" : "Mute" ,
2025-01-10 15:15:14 +00:00
"description" : "Mutes the audio system."
2023-07-12 10:31:26 +00:00
} ,
"up" : {
"name" : "Up" ,
2025-01-10 15:15:14 +00:00
"description" : "Increases the volume x levels."
2023-07-12 10:31:26 +00:00
}
}
}
}
}