Only deploy zigbee2mqtt config when it doesn't exist
This commit is contained in:
parent
048e189828
commit
9dc77ad5a5
3 changed files with 25 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue