add examples to services.yaml for monitors config service
This commit is contained in:
parent
a1eed7b873
commit
f2f3cc58ca
@ -61,6 +61,7 @@ change_monitors_config:
|
|||||||
name: Entity ID
|
name: Entity ID
|
||||||
description: Entity ID of the device to change monitors config.
|
description: Entity ID of the device to change monitors config.
|
||||||
required: true
|
required: true
|
||||||
|
example: switch.my_computer
|
||||||
selector:
|
selector:
|
||||||
entity:
|
entity:
|
||||||
integration: easy_computer_manage
|
integration: easy_computer_manage
|
||||||
@ -69,5 +70,13 @@ change_monitors_config:
|
|||||||
name: Monitors config
|
name: Monitors config
|
||||||
description: Monitors config.
|
description: Monitors config.
|
||||||
required: true
|
required: true
|
||||||
|
example: |
|
||||||
|
HDMI-1:
|
||||||
|
enabled: true
|
||||||
|
primary: true
|
||||||
|
position: [ 0, 0 ]
|
||||||
|
mode: 3840x2160@120.000
|
||||||
|
transform: normal
|
||||||
|
scale: 2
|
||||||
selector:
|
selector:
|
||||||
object:
|
object:
|
Loading…
Reference in New Issue
Block a user