Skip to content

Commit

Permalink
Allow disabling home assistant watchdog
Browse files Browse the repository at this point in the history
  • Loading branch information
mdegat01 committed Feb 6, 2024
1 parent 545b888 commit 76997b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion homeassistant/components/hassio/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,6 @@ async def update_hass_api(
options = {
"ssl": CONF_SSL_CERTIFICATE in http_config,
"port": port,
"watchdog": True,
"refresh_token": refresh_token.token,
}

Expand Down

0 comments on commit 76997b2

Please sign in to comment.