DavidFW1960 / bom-weather-card

Custom Animated Weather Card for any weather provider
Apache License 2.0
159 stars 37 forks source link

BOM Integration #106

Closed oneseventhree closed 1 year ago

oneseventhree commented 1 year ago

Hi,

This seems like a great card!

I am just wondering how I can make it work with the BOM integration since all my information is under the sensor 'weather.melbourne' do I have to make templates for all the entities needed to run:


type: custom:bom-weather-card
title: BOM Weather
entity_current_conditions: sensor.melbourne_short_text_0
entity_temperature: sensor.MAKE_TEMPLATE_SENSOR
entity_forecast_high_temp_1: sensor.MAKE_TEMPLATE_SENSOR
entity_forecast_high_temp_2: sensor.MAKE_TEMPLATE_SENSOR
entity_forecast_high_temp_3: sensor.MAKE_TEMPLATE_SENSOR
entity_forecast_high_temp_4: sensor.MAKE_TEMPLATE_SENSOR
entity_forecast_high_temp_5: sensor.MAKE_TEMPLATE_SENSOR
``
DavidFW1960 commented 1 year ago

Yes you need templates for that. BUT you should use the new platinum weather card which will use the weather platform. The BOM integration should be creating all the real sensors as well as weather though

oneseventhree commented 1 year ago

Yes you need templates for that. BUT you should use the new platinum weather card which will use the weather platform. The BOM integration should be creating all the real sensors as well as weather though

Thanks for the quick reply - where's the new platinum weather card? Is that the 'weather-forecast' card?

DavidFW1960 commented 1 year ago

https://github.com/Makin-Things/platinum-weather-card It's also in HACS