homeassistant-config/custom_components/sysdweb/services.yaml

50 lines
1.3 KiB
YAML

start:
description: Starts a service via sysdweb
fields:
hostname:
description: hostname where the service should be controlled
example: "kitchenpi.fritz.box"
service_name:
description: Name of the service
example: "lircd"
stop:
description: Stops a service via sysdweb
fields:
hostname:
description: hostname where the service should be controlled
example: "kitchenpi.fritz.box"
service_name:
description: Name of the service
example: "lircd"
restart:
description: Restarts a service via sysdweb
fields:
hostname:
description: hostname where the service should be controlled
example: "kitchenpi.fritz.box"
service_name:
description: Name of the service
example: "lircd"
reload:
description: Reloads a service via sysdweb
fields:
hostname:
description: hostname where the service should be controlled
example: "kitchenpi.fritz.box"
service_name:
description: Name of the service
example: "lircd"
reloadorrestart:
description: Reloads or restarts a service via sysdweb
fields:
hostname:
description: hostname where the service should be controlled
example: "kitchenpi.fritz.box"
service_name:
description: Name of the service
example: "lircd"