Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Entity not available: openweathermap #147

Open
mikebgrep opened this issue Feb 4, 2023 · 0 comments
Open

Entity not available: openweathermap #147

mikebgrep opened this issue Feb 4, 2023 · 0 comments

Comments

@mikebgrep
Copy link

mikebgrep commented Feb 4, 2023

I got this error.
My ui-lovelace.yaml.

resources:
  - url: /local/weather_card/weather-card.js
    type: module

views:
  - title: Weather
    cards:
      - type: "custom:weather-card"
        entity: weather.openweathermap
        name: 'Wheater'
        icons: "/local/weather_card/icons/"
        current: true
        details: false
        forecast: true
        hourly_forecast: false
        number_of_forecasts: 5

My configurations:

weather:
  - platform: openweathermap
    api_key: "API_KEY" ## I try and without quotes

everything is in www folder.Any clue what is wrong or the card is not working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant