2019-11-27 17:13:54 +00:00
|
|
|
enable_output:
|
|
|
|
description: Enable or disable an output port
|
|
|
|
fields:
|
|
|
|
entity_id:
|
2020-01-31 16:33:00 +00:00
|
|
|
description: Name(s) of entities to enable/disable port on.
|
2020-04-05 08:33:45 +00:00
|
|
|
example: "media_player.yamaha"
|
2019-11-27 17:13:54 +00:00
|
|
|
port:
|
|
|
|
description: Name of port to enable/disable.
|
2020-04-05 08:33:45 +00:00
|
|
|
example: "hdmi1"
|
2019-11-27 17:13:54 +00:00
|
|
|
enabled:
|
|
|
|
description: Boolean indicating if port should be enabled or not.
|
2020-04-05 08:33:45 +00:00
|
|
|
example: true
|