Here is the error:
Logger: homeassistant.components.automation.inside_lights_off_at_3_am
Source: components/automation/__init__.py:776
integration: Automation (documentation, issues)
First occurred: January 8, 2025 at 3:00:32 AM (1 occurrences)
Last logged: January 8, 2025 at 3:00:32 AM
Error while executing automation automation.inside_lights_off_at_3_am:```
Here is the Automation:
########################################################
Lights off at 3 AM
########################################################
- id: "1618334123123dssdf3435323512"
alias: Inside Lights off at 3 AM
trigger:- platform: time
at: "03:00:00"
action: - service: homeassistant.turn_off
target:
entity_id:
- group.inside_lights
- group.basement
- platform: time