Changing entity name - Yahoo Weather API

Hi Guys,

I have just incorporated the Yahoo Weather API on my dashboard. I’ve created an overview of Today’s weather:

As you can see, there’s 3 temperatures; Current, forecasted high and forecasted low. I would love to know which is which by looking at the text, but all it says is “Weather Temperature”. I’d like to change the titles of the entities but I can’t seem to find a way.

This is what it looks like in configuration.yaml In the “sensor” part:

- platform: yweather
    woeid: 728940
    monitored_conditions:
    - weather
    - weather_current
    - temp_min
    - temp_max
    - temperature

And this is the group I created:

  weather:
    name: "Today's Weather"
    entities:
    - sensor.weather_condition
    - sensor.weather_current
    - sensor.weather_temperature
    - sensor.weather_temperature_2
    - sensor.weather_temperature_3

Can someone help me with this? Thanks!

Change it your customize.yaml file
More info here: https://home-assistant.io/getting-started/customizing-devices/

1 Like

Awesome! That worked very well.

Thanks very much!

1 Like