Skip to content

Commit

Permalink
chore(deps): update homeassistant/home-assistant docker tag to v2024.…
Browse files Browse the repository at this point in the history
…4.2 (#880)

Co-authored-by: jnewland-renovate <195354+jnewland-renovate[bot]@users.noreply.github.com>
  • Loading branch information
jnewland-renovate[bot] and jnewland-renovate committed Apr 8, 2024
1 parent 7fa6805 commit bf844d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM homeassistant/home-assistant:2024.4.0@sha256:2060bcda3ea90f601acf538d17e2e3139da50a5bd5cd9c56ec0a2cddba8b042d
FROM homeassistant/home-assistant:2024.4.2@sha256:8d107df9537de0ccc3591d8a26fcdb0bb0e73f08b9ca8e83f45a2266ec9dbefc

ARG ENABLE_NONROOT_DOCKER="true"
ARG INSTALL_ZSH="true"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: |
openssl req -x509 -newkey rsa:1024 -subj '/CN=example.com' -nodes -keyout key.pem -out cert.pem
- name: Test config
uses: docker://homeassistant/home-assistant:2024.4.0@sha256:2060bcda3ea90f601acf538d17e2e3139da50a5bd5cd9c56ec0a2cddba8b042d
uses: docker://homeassistant/home-assistant:2024.4.2@sha256:8d107df9537de0ccc3591d8a26fcdb0bb0e73f08b9ca8e83f45a2266ec9dbefc
with:
entrypoint: ./script/cibuild
script-deploy:
Expand Down
2 changes: 1 addition & 1 deletion custom_components/plant/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ async def replace_sensor(call: ServiceCall) -> None:
return

hass.services.async_register(DOMAIN, SERVICE_REPLACE_SENSOR, replace_sensor)
hass.components.websocket_api.async_register_command(ws_get_info)
websocket_api.async_register_command(hass, ws_get_info)
plant.async_schedule_update_ha_state(True)

# Lets add the dummy sensors automatically if we are testing stuff
Expand Down

0 comments on commit bf844d8

Please sign in to comment.