Skip to content

Commit

Permalink
Fix typos in init_configuration (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejgray authored Feb 6, 2025
2 parents ef2c601 + c8907bd commit 943b92b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ovos_PHAL_plugin_homeassistant/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,14 +253,14 @@ def init_configuration(self, message=None):
self.connector = HomeAssistantWSConnector(
configuration_host,
configuration_api_key,
configuration_assist_only
configuration_assist_only,
self.max_ws_message_size
)
else:
self.connector = HomeAssistantRESTConnector(
configuration_host,
configuration_api_key,
configuration_assist_only
configuration_assist_only,
self.max_ws_message_size
)
self.devices = self.connector.get_all_devices()
Expand Down

0 comments on commit 943b92b

Please sign in to comment.