Hi *,
I am trying to find the source of an error, but cannot find it.
It has been present for quite some time now and I don’t know since what HA update or config changes I made.
I see the following two errors in the logs:
Logger: homeassistant.components.automation.show_entity_state_change
Source: components/automation/__init__.py:567
Integration: Automation ([documentation](https://www.home-assistant.io/integrations/automation), [issues](https://github.com/home-assistant/home-assistant/issues?q=is%3Aissue+is%3Aopen+label%3A%22integration%3A+automation%22))
First occurred: 17:36:06 (377 occurrences)
Last logged: 19:44:53
Error while executing automation automation.show_entity_state_change: string value is None for dictionary value @ data['value']
Logger: homeassistant.components.automation.show_entity_state_change
Source: helpers/script.py:409
Integration: Automation ([documentation](https://www.home-assistant.io/integrations/automation), [issues](https://github.com/home-assistant/home-assistant/issues?q=is%3Aissue+is%3Aopen+label%3A%22integration%3A+automation%22))
First occurred: 17:36:06 (377 occurrences)
Last logged: 19:44:53
show entity state change: Error executing script. Invalid data for call_service at pos 1: string value is None for dictionary value @ data['value']
Has anyone an idea how I can get to the bottom of it?
Best
Ck