đź’ˇ Sensor Light - Motion Sensor - Door Sensor - Sun Elevation - LUX Value - Scenes - Time - Light Control - Device Tracker - Night Lights

@knotfinleyHA

I noticed you’re using an older, unsupported blueprint of mine: Turn Light, Switch, Entity or Scene On & Off with Trigger Conditions.

If you’d like, consider updating to ensure you’re using the latest version. Also, make sure you’re running the latest version of Home Assistant (HA), as recent updates are required for the new blueprints to work properly. To update, click the blue Import button at the top of the post.

For the second blueprint, :high_brightness: Smart Light now replaces the older blueprint, Turn Light, Switch, Entity or Scene On & Off with Trigger Conditions. It’s a completely new blueprint, so you’ll need to create a new automation. However, it provides the same functionality with many additional options.

That said, the blueprints you’re currently using should still work, as all your settings seem correct. If you’re experiencing issues, it could be due to incorrect time settings in HA.

To verify your HA time:

  1. Go to Developer Tools > Template Tab.
  2. Copy and paste the following code into the template editor:
{{ now() }}
{{ now().astimezone() }}
{{ utcnow().astimezone() }}
{{ now().now() }}
{{ now().today() }}
{{ now().utcnow() }}
{{ utcnow() }}
{{ now().tzinfo }}
{{ now().astimezone().tzinfo }}
{{ utcnow().tzinfo }}

It should display the time configured in HA.

Blacky :smiley: