Skip to content

Commit

Permalink
🐛 FIX: fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
unl0ck committed Dec 28, 2024
1 parent 5802c2f commit b4f26ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GridboxConnectorAddon-dev/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ schema:
OverrideMqttPw: password?
OverrideMqttServer: str?
OverrideMqttPort: int?
log_level: list(TRACE|DEBUG|INFO|WARN|ERROR)
log_level: list(TRACE|DEBUG|INFO|WARNING|ERROR)
image: ghcr.io/unl0ck/homeassistant-addon-viessmann-gridbox-dev-{arch}
stage: experimental
2 changes: 1 addition & 1 deletion GridboxConnectorAddon-edge/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ schema:
OverrideMqttPw: password?
OverrideMqttServer: str?
OverrideMqttPort: int?
log_level: list(TRACE|DEBUG|INFO|WARN|ERROR)
log_level: list(TRACE|DEBUG|INFO|WARNING|ERROR)
enable_telemetry: bool
image: ghcr.io/unl0ck/homeassistant-addon-viessmann-gridbox-edge-{arch}
stage: experimental
2 changes: 1 addition & 1 deletion GridboxConnectorAddon/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ schema:
OverrideMqttPw: password?
OverrideMqttServer: str?
OverrideMqttPort: int?
log_level: list(TRACE|DEBUG|INFO|WARN|ERROR)
log_level: list(TRACE|DEBUG|INFO|WARNING|ERROR)
image: ghcr.io/unl0ck/homeassistant-addon-viessmann-gridbox-{arch}

0 comments on commit b4f26ba

Please sign in to comment.