custom_components/bahmcloud_store/services.yaml hinzugefügt
This commit is contained in:
19
custom_components/bahmcloud_store/services.yaml
Normal file
19
custom_components/bahmcloud_store/services.yaml
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
update_all:
|
||||||
|
name: Update all
|
||||||
|
description: Installiert Updates für alle Pakete aus dem Store (falls Version im Store höher als installiert).
|
||||||
|
|
||||||
|
install:
|
||||||
|
name: Install
|
||||||
|
description: Installiert ein Paket aus dem Store.
|
||||||
|
fields:
|
||||||
|
package_id:
|
||||||
|
required: true
|
||||||
|
example: "easy_proxmox"
|
||||||
|
|
||||||
|
update:
|
||||||
|
name: Update
|
||||||
|
description: Updated ein Paket aus dem Store.
|
||||||
|
fields:
|
||||||
|
package_id:
|
||||||
|
required: true
|
||||||
|
example: "easy_proxmox"
|
||||||
Reference in New Issue
Block a user