Hi all,
I encounter an issue with the OpenWeatherMap platform.
Following the instructions from here works untill I add a variable ‘mode’. When added and restart HA I don’t see the app anymore. Then when I commend out the variable Mode and restart it works again.
See below my configuration.yaml setup:
weather:
- platform: openweathermap
api_key: !secret openweathermap_api_key
name: weather
latitude: !secret openweathermap_latitude
longitude: !secret openweathermap_longitude
#mode: daily
Now mode is commented out so weather app is working, when uncommend the app doesn’t show up anymore in HA.
Any ideas?