Skip to content

Commit

Permalink
fixes typo in homeauto services 'ha_switch_sate' -> 'ha_switch_state' #…
Browse files Browse the repository at this point in the history
  • Loading branch information
bb-Ricardo committed Oct 10, 2022
1 parent 67d6aaa commit 9c3ebc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .publi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ unset DOCKER_CERT_PATH

docker --config ./docker-tmp login
docker --config ./docker-tmp buildx create --use
if [[ $FINAL ]]; then
if [[ $FINAL == true ]]; then
docker --config ./docker-tmp buildx build --push \
--platform linux/arm/v7,linux/arm64/v8,linux/amd64 \
--tag ${DOCKERHUB_IMAGE_PATH}:latest \
Expand Down
2 changes: 1 addition & 1 deletion fritzinfluxdb/classes/fritzbox/services_lua_homeauto.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def prepare_response_data(response):
},

# Switch data
"ha_switch_sate": {
"ha_switch_state": {
"data_path": "devicelist.device",
"type": list,
"next": {
Expand Down

0 comments on commit 9c3ebc1

Please sign in to comment.