Getting going with HA, and have everything setup. While working on my dashboards, I suddenly ran into an error that is coming out of the WebSocket API? I have no idea what would be messing with this or creating such a persistent error.
2023-02-21 20:42:39.187 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [547643893856] unhashable type: 'collections.OrderedDict'
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 200, in handle_call_service
await hass.services.async_call(
---------------------cutting out fluff traceback----------------------
File "/usr/local/lib/python3.10/site-packages/voluptuous/schema_builder.py", line 818, in validate_callable
return schema(data)
File "/usr/src/homeassistant/homeassistant/helpers/config_validation.py", line 768, in __call__
if value not in self.options:
TypeError: unhashable type: 'collections.OrderedDict'