New custom integration for sysdweb
This commit is contained in:
49
custom_components/sysdweb/services.yaml
Normal file
49
custom_components/sysdweb/services.yaml
Normal file
@@ -0,0 +1,49 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user