Has anyone else got an issue with script errors since 2023.6 upgrade?
I’m seeing the below in the script in entities for some reason:
And, when I check the logs, as to why the script didn’t execute I get the below, which strangely has an extra script.
in front of the entity, so it shows script.script.
. Maybe it’s always been like that but I don’t think so.
Logger: homeassistant.components.automation
Source: components/automation/config.py:207
Integration: Automation (documentation, issues)
First occurred: 6:32:19 AM (6 occurrences)
Last logged: 7:35:04 AM
Automation with alias 'Close Blinds' could not be validated and has been disabled: Service script.script.close_master_bedroom_blinds does not match format <domain>.<name> for dictionary value @ data['action'][1]['service']. Got 'script.script.close_master_bedroom_blinds'
Blueprint 'Philips Hue v2 Smart Dimmer Switch and Remote' generated invalid automation with inputs {'zha_device': 'bdd35051b552c9f46f2a42165e6fbab3', 'Power_Press': [{'service': 'light.turn_on', 'data': {'transition': 2, 'rgb_color': [247, 187, 84], 'brightness': 180}, 'target': {'entity_id': 'light.kitchen_lights_all'}}, {'service': 'switch.turn_off', 'data': [], 'target': {'entity_id': 'switch.kitchen_sensor_motion'}}], 'Power_Press2x': [{'service': 'light.turn_on', 'data': {'transition': 2, 'rgb_color': [247, 187, 84], 'brightness': 170}, 'target': {'entity_id': 'light.kitchen_lights_all'}}], 'Power_Press3x': [{'service': 'light.turn_on', 'data': {'transition': 2, 'rgb_color': [252, 252, 252], 'brightness': 231}, 'target': {'entity_id': 'light.kitchen_lights_all'}}], 'Power_Press4x': [{'service': 'light.turn_on', 'data': {'transition': 2, 'rgb_color': [252, 252, 252], 'brightness': 255}, 'target': {'entity_id': 'light.kitchen_lights_all'}}], 'Up_Press': [{'service': 'light.turn_on', 'data': {'transition': 0, 'brightness_step_pct': 1}, 'target': {'entity_id': 'light.kitchen_lights_all'}}], 'Down_Press': [{'service': 'light.turn_on', 'data': {'transition': 0, 'brightness_step': -1}, 'target': {'entity_id': 'light.kitchen_lights_all'}}], 'Hue_Press': [{'service': 'light.turn_off', 'data': {'transition': 4}, 'target': {'entity_id': 'light.kitchen_lights_all'}}, {'service': 'switch.turn_on', 'data': [], 'target': {'entity_id': 'switch.kitchen_sensor_motion'}}]}: template value should be a string for dictionary value @ data['action'][5]['choose'][0]['sequence'][1]['data']. Got []