AppDaemon - weather widget not working

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:

image

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

1 Like

Did you ever find a solution - I got the exact same issue

I’ve same problem and solved by using custom widget