FAQ - How do you update the blueprint from version 1.4 - 1.7 to version 1.8 and above?
Before upgrading from Version 1.7 and below please see below upgrade options. If you are installing from new then you don’t need to do anything just install the blueprint.
- More user friendly selection for enabling and disabling options.
- Bug fix. Fixed a issue where light would not turn ON when option was made. Example: Using the new presence sensors, door sensor, contact sensor that hold their state to ON for long periods and one of the options being sun, LUX or time would pass through its condition and the light would remain OFF until you walk out of the room and entered again resetting the sensor or you would have to close the door and open it again because the trigger is in the ON state. Anyway it is fixed and is worth the upgrade.
UPGRADE OPTIONS
- Delete the automation, upgrade and set up again.
or - Follow the steps below.
Go into your automation and click on the three dots. Select “Edit in YAML”
Check you “ambient_light_sensor” to see if the option is set to “none”. If you have a sensor here you can upgrade no need to read further. If you have “none” then we need to change it.
Replace the “none” with “” code below.
ambient_light_sensor: []
Click save. Now you ready to upgrade.
Enjoy
Blacky
Back to FAQ: Click Here