I’ve followed this tutorial for adding my hive to my Home Assistant. It works a treat and I have all the “badges” at the top. What I can’t get to work is pulling through information to a “card” (sorry if this is the wrong term).
I have used the following in my configuration.yaml:
Invalid config
The following components and platforms could not be set up:
HiveHeating
Please check your config.
Edit:
I have played with the names as the code for the badges doesn’t tie up (for example current temperature is shown without a _ in “hive:” and with a _ in HiveHeating). I have tried both permutations under HiveHeating though so don’t think it’s that.:
If you have followed the tutorial at the top of that link, then this if for the custom_component version with very old file versions.
Now Hive integration is part of the official release of home assistant, so to get setup now, all you need to do is as the username and password to your configuration.yaml with out the need to download and copy any files, and you will have the latest official release.
If you have downloaded all the custom_component files, personally I would recommend deleting them all and then editing your configuration.yaml so only the following is included for Hive:
If you would then like to add all the other sensors that could not be included in the official release, then you can download the new custom_component file and copy to your custom_component/sensor folder the following file: sensor custom_component
To add each entity to how I think you are trying to add it, really depends on your setup.
Do you have a groups.yaml in your setup?
if not then I think you will need the following in your configuration.yaml file: