No 'version' key in the manifest file for custom integration 'bom'. This will not be allowed in a future version of Home Assistant. Please report this to the maintainer of 'bom'
No 'version' key in the manifest file for custom integration 'bom_forecast'. This will not be allowed in a future version of Home Assistant. Please report this to the maintainer of 'bom_forecast'
I added the manifest version a few days ago and released a new version. Didn’t think about the old bom one but I’ll fix that tomorrow… It’s just 1 line in the manifest file.
I mean I am going to have to update to the new version some time. It’s just that I have 5 monitored sites, countless derived sensors and automations that all have to be checked. I reckon there’s at least 3 hours work in changing. Trying to put it off until I get home.
Both the old BOM replacement component and bom forecast component have the version required for 2021.3.x HA. Should be able to update both via HACS or simply copy the manifest.json file from the repo.
Hi David - great work on the card!
I am struggling a little with configure. I have the card displaying (mostly) but missing a number of entities. I have noticed the problem ones are BOM ones like:
entity_daytime_high: sensor.bom_today_max
entity_daytime_low: sensor.bom_today_min
I am using the BOM Weather integration and these entities do not appear to come across.
Just a heads up… if you are still using the core BOM component I forked I believe it stopped working a few days ago so time to migrate to Brendans new custom component.
I also released a new 0.88c a few days ago to correct a night icon. If you are using the hybrid icons make sure you download the new icons and card. See info.md in the repo or the info shown in HACS.
Hi @DavidFW1960 I only recently updated to your version post the breaking change (I know, I was holding out a long time) but now can’t seem to see where my issue is. The card doesn’t display at all (no error, just no card). Perhaps a second set of eyes will help.
Check the entities all exist. Probably you didn’t add the template sensors. The ONLY reason the card won’t display is that you are parsing through a non existent entity.
hmm. I don’t have template sensors set up but those three entities that require templates (entity_current_text: sensor.bom_current_text, entity_uv_alert: sensor.bom_uv_alert, entity_fire_danger: sensor.bom_fire_danger) aren’t used in my card
I repeat… the ONLY reason is you are parsing a sensor that doesn’t exist. Check the slots have existing defined sensors too.
Something is missing. That is the only reason.
Well that took the better part of a day but I think I have all my sensors and automations transferred over to the new BoM integration.
Any progress on pressure and dew point?
Also I was unable to add observations for the Australian Antarctic stations. I used to be able to get these obs. It was quite useful for my job. I have opened an issue but suspect that only Australian continental stations are available on this new service.
Logger: homeassistant.components.statistics.sensor
Source: components/statistics/sensor.py:159
Integration: statistics (documentation, issues)
First occurred: 19:42:36 (1 occurrences)
Last logged: 19:42:36
sensor.today_temp_bom: parsing error, expected number and received None
The sensor sensor.hobart_temp comes from the BoM integration and is available shortly after start-up.
I assume it’s this new error trapping. It looks like home assistant generates the error before all the integrations have finished starting. I’ll post it in the release notes topic.