kalkih / simple-weather-card

Minimalistic weather card for Home Assistant
MIT License
285 stars 33 forks source link

is there any way to make it work with weather:BOM? #5

Closed rgogada closed 5 years ago

rgogada commented 5 years ago

Here in Australia we use BOM https://www.home-assistant.io/components/weather.bom/

I tried using it but no card is displayed. Anyway to make it work? Thanks.

kalkih commented 5 years ago

I'm not sure why it wouldn't, I'll check tomorrow and report back, thanks.

kalkih commented 5 years ago

Okay, so I don't live in Australia but I went ahead and set up a bom weather entity, and it seems like the bom sensor just doesn't expose much data.

This is literally all the attribute the bom component seem to expose:

{
  "attribution": "Data provided by the Australian Bureau of Meteorology",
  "pressure": 1024.2,
  "temperature": 14.3,
  "wind_bearing": 157.5,
  "humidity": 52,
  "wind_speed": 6,
  "friendly_name": "BOM Adelaide (Kent Town)"
}

Not even a state 😞

So the only thing that would show up on the card would be the current temp and possibly the humidity/wind_speed.

kalkih commented 5 years ago

I'll make the card more robust, so it'll at least show up.

rgogada commented 5 years ago

I'll make the card more robust, so it'll at least show up.

thanks. appreciate it.

kalkih commented 5 years ago

Now supported in the latest release.