2023-04-04 13:44:07 +02:00
|
|
|
send_magic_packet:
|
|
|
|
name: Send magic packet
|
|
|
|
description: Send a 'magic packet' to wake up a device with 'Wake-On-LAN' capabilities.
|
|
|
|
fields:
|
|
|
|
mac:
|
|
|
|
name: MAC address
|
|
|
|
description: MAC address of the device to wake up.
|
|
|
|
required: true
|
|
|
|
example: "aa:bb:cc:dd:ee:ff"
|
|
|
|
selector:
|
|
|
|
text:
|
|
|
|
broadcast_address:
|
|
|
|
name: Broadcast address
|
|
|
|
description: Broadcast IP where to send the magic packet.
|
|
|
|
example: 192.168.255.255
|
|
|
|
selector:
|
|
|
|
text:
|
|
|
|
broadcast_port:
|
|
|
|
name: Broadcast port
|
|
|
|
description: Port where to send the magic packet.
|
|
|
|
default: 9
|
|
|
|
selector:
|
|
|
|
number:
|
|
|
|
min: 1
|
|
|
|
max: 65535
|
|
|
|
restart_to_windows_from_linux:
|
2023-04-06 18:53:44 +02:00
|
|
|
name: Restart to Windows from Linux
|
|
|
|
description: Restart the computer to Windows when running Linux using Grub.
|
2023-04-04 13:44:07 +02:00
|
|
|
target:
|
|
|
|
device:
|
2023-12-29 12:40:35 +01:00
|
|
|
integration: easy_computer_manager
|
2023-04-06 19:15:41 +02:00
|
|
|
restart_to_linux_from_windows:
|
|
|
|
name: Restart to Linux from Windows
|
|
|
|
description: Restart the computer to Linux when running Windows.
|
|
|
|
target:
|
|
|
|
device:
|
2023-12-29 12:40:35 +01:00
|
|
|
integration: easy_computer_manager
|
2023-04-04 13:44:07 +02:00
|
|
|
start_computer_to_windows:
|
|
|
|
name: Start computer to Windows
|
|
|
|
description: Start the computer directly Windows (boots to Linux, set grub reboot, then boots to Windows).
|
|
|
|
target:
|
|
|
|
device:
|
2023-12-29 12:40:35 +01:00
|
|
|
integration: easy_computer_manager
|
2023-04-04 13:44:07 +02:00
|
|
|
put_computer_to_sleep:
|
|
|
|
name: Put computer to sleep
|
|
|
|
description: Put the computer to sleep.
|
2023-04-06 19:13:14 +02:00
|
|
|
target:
|
|
|
|
device:
|
2023-12-29 12:40:35 +01:00
|
|
|
integration: easy_computer_manager
|
2023-04-06 19:13:14 +02:00
|
|
|
restart_computer:
|
|
|
|
name: Restart
|
|
|
|
description: Restart the computer.
|
2023-12-28 22:40:29 +01:00
|
|
|
target:
|
|
|
|
device:
|
2023-12-29 12:40:35 +01:00
|
|
|
integration: easy_computer_manager
|
2023-12-28 22:40:29 +01:00
|
|
|
change_monitors_config:
|
|
|
|
name: Change monitors config
|
|
|
|
description: Change monitors config.
|
2023-12-30 13:23:46 +01:00
|
|
|
target:
|
|
|
|
entity:
|
|
|
|
integration: easy_computer_manager
|
|
|
|
domain: switch
|
2023-12-28 22:40:29 +01:00
|
|
|
fields:
|
|
|
|
monitors_config:
|
|
|
|
name: Monitors config
|
|
|
|
description: Monitors config.
|
|
|
|
required: true
|
2023-12-29 11:17:49 +01:00
|
|
|
example: |
|
|
|
|
HDMI-1:
|
|
|
|
enabled: true
|
|
|
|
primary: true
|
|
|
|
position: [ 0, 0 ]
|
|
|
|
mode: 3840x2160@120.000
|
|
|
|
transform: normal
|
|
|
|
scale: 2
|
2023-12-28 22:40:29 +01:00
|
|
|
selector:
|
2023-12-30 15:32:31 +01:00
|
|
|
object:
|
|
|
|
steam_big_picture:
|
|
|
|
name: Start/stop Steam Big Picture
|
|
|
|
description: Start/stop Steam Big Picture.
|
|
|
|
target:
|
|
|
|
entity:
|
|
|
|
integration: easy_computer_manager
|
|
|
|
domain: switch
|
|
|
|
fields:
|
|
|
|
action:
|
|
|
|
name: Action
|
|
|
|
description: Choose whether to start/stop Steam Big Picture or go back to the desktop Steam UI.
|
|
|
|
required: true
|
|
|
|
example: "start"
|
|
|
|
selector:
|
|
|
|
select:
|
|
|
|
options:
|
|
|
|
- label: Start
|
|
|
|
value: start
|
|
|
|
- label: Stop
|
|
|
|
value: stop
|
|
|
|
- label: Exit and go back to the desktop Steam UI
|
|
|
|
value: exit
|