New to Home Assistant. Running Hassio on a Pi. I have Yahoo weather pulling in all the sensors with badges at the top of my screen. I want a Weather Card on the first, default view and the badges to dissappear. I have been searching around an all the older suggestions don’t seem to work unless I am still doing something wrong. This is what I have in my configuration.yaml file:
first, you need to format your code to properly display by using the instructions in blue box at the top of the page. It’s required so that people can see any syntax errors.
the other is to not show any passwords or user id’s on the forum. either use the secrets.yaml file for those or redact them in some way to keep them private.
after that we can go from there (but I don’t use yahoo weather so my help may be limited).
Not sure what identifiying information you see there but I didn’t post any. I tried to getting the post code to work and it didn’t after a few tries. Let me try again.
That is the only Group. This is my first system and I am about to do some electrical switches as my first controlling attempt. However, I was using weather grouping to learn before I got into the rest. With the code I posted, I do now have a weather group and the sun position was in it but none of the weather stuff and the badges were still all on the top of the page.
I put the yahoo weather component in my setup that i copied from the docs and everything worked when I put them in a group copied from your code.
Then I added the name: and woeid: to mine (like yours) and the entities in my new group went away.
Then I looked at my states page and found that when you add the name: line it needs to be in all lower case and no spaces and it also adds that entry to the beginning of the entity_id so “sensor.yweather_condition” becomes “sensor.weather_current_yweather_condition”.
Hey! That worked. Now I just have to figure out how to change the names of things in the card. Thank you for your assistance.
The other thing I noticed is that my Sun position is not correct. I will need to figure that out if I want to get outside lights turning off and on at the correct time, which is the whole point of this endevour.
If you only have a few, in the configuration.yaml. If yer gunna do a lot of them I would recommend a separate file (i.e. customization.yaml with and entry in your configuration.yaml of: