I am not able to display the weather info. I get an “entity not found: weather.home”
Even though that entity shows up in the Entities list:
Here is my sample test.dash file:
#
# Main arguments, all optional
#
title: Hello Panel
widget_dimensions: [120, 120]
widget_margins: [5, 5]
columns: 8
label:
widget_type: weather
entity: weather.home
layout:
- label(2x2)
Any ideas what I’m doing wrong? Entity works fine from Lovelace