You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Found some typos in the blueprint and made the install a bit time consuming. Posting this to help future installs or for owners to edit as I didnt want to fork this.
entity-picker changed to entity_picker works for the intial import of the blueprint. I manually entered all my sensors before I saw this and fixed. Both ways work btw.
line 406 ---- name: $Humditiy$ should be name: $Humidity$ otherwise you get an undefined sensor, the attribute is fine but the name is not.
line 1108 ----- temperatuur: change to temperature: fixes the issue where the temp page map is the same radar, lightning map as the weather forcast page map.
That's all I found for now....have a good one guys and thanks for all the hard work.
The text was updated successfully, but these errors were encountered:
Found some typos in the blueprint and made the install a bit time consuming. Posting this to help future installs or for owners to edit as I didnt want to fork this.
entity-picker
changed toentity_picker
works for the intial import of the blueprint. I manually entered all my sensors before I saw this and fixed. Both ways work btw.name: $Humditiy$
should bename: $Humidity$
otherwise you get an undefined sensor, the attribute is fine but the name is not.temperatuur:
change totemperature:
fixes the issue where the temp page map is the same radar, lightning map as the weather forcast page map.That's all I found for now....have a good one guys and thanks for all the hard work.
The text was updated successfully, but these errors were encountered: