Only deploy zigbee2mqtt config when it doesn't exist

This commit is contained in:
yuri 2023-05-09 14:39:50 +02:00
commit 9dc77ad5a5
No known key found for this signature in database
GPG key ID: E646779AC54AEC64
3 changed files with 25 additions and 9 deletions

View file

@ -6,7 +6,8 @@ argument_specs:
description: zigbee2mqtt version to install
type: str
required: true
zigbee2mqtt__config:
description: Configuration file content
zigbee2mqtt__initial_config:
description: Configuration file content for initial deployment.
It does not replace the configuration if it already exists.
type: str
required: true