bramkragten / weather-card

Weather Card with animated icons for Home Assistant Lovelace
MIT License
494 stars 171 forks source link

How to configure yourweatherentity #2

Open jpljonkman opened 5 years ago

jpljonkman commented 5 years ago

Perhaps to easy but I don't see it.

What to use for (entity: weather.)yourweatherentity? I've tried everything, various entities from Darksky, the platform name etc. All responding "entity not available: xx"

fribse commented 5 years ago

I just have my smhi sensor set up, and give that, that work perfectly. Are you sure you have set up a darksky sensor?

bramkragten commented 5 years ago

You need to setup the darksky weather platform:

# Example configuration.yaml entry
weather:
  - platform: darksky
    api_key: YOUR_API_KEY
    mode: daily
fourwallz commented 5 years ago

I set up the custom weather-card but I am unable to add a second weather card to Lovelace. I can only use weather.home and I would like to add weather.work or some other locations. Is there a way to do this?

enricolino commented 2 years ago

Is it possible to use this card with openweathermap as a platform? I added the platform to the configuration.yaml like in your example, but I don't know which entity to use; could you please help me? Unfortunately darksky doesn't allow new users for API keys! Thanks in advance