Skip to content

Commit

Permalink
Add workaround for core PR #114827
Browse files Browse the repository at this point in the history
  • Loading branch information
emontnemery committed May 7, 2024
1 parent 7fb8de8 commit 11e088b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action/action.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ async def preflight():
try:
hacs.hass = HomeAssistant() # pylint: disable=no-value-for-parameter
except TypeError:
hacs.hass = HomeAssistant("") # pylint: disable=too-many-function-args
hacs.hass = HomeAssistant(".") # pylint: disable=too-many-function-args

hacs.system.action = True
hacs.configuration.token = TOKEN
Expand Down

0 comments on commit 11e088b

Please sign in to comment.