home-assistant.io

avidamoeba, to homeassistant in Home Assistant 2024.1: Happy automating!
@avidamoeba@lemmy.ca avatar

https://lemmy.ca/pictrs/image/a10f515b-2d24-416d-bbe3-e1c805567024.jpeg

And mine starts with the addition of Z-Wave to my Yellow in preparation for automating a thermostat! 🥹

AreaKode, to homeassistant in Home Assistant 2024.1: Happy automating!

I love the automation screen updates. Makes it all a bit less “techie”. I’ve been assisting my non-technical sister with setting up her own instance on a Pi. This is going to make things much easier for to understand.

CondorWonder, to homeassistant in How do you get the top bar?

It’s called Badges - edit the dashboard page, then click on the edit button beside the tab.

sabreW4K3,
@sabreW4K3@lemmy.tf avatar

Thank you!

ThrustyRL,

Do either of you know what entity is being used for weather? I use openweathermap for my weather entities, but none of them provide a nice image of the weather like in the picture above

CondorWonder,

Maybe a template sensor over the openweathermap_forecast_condition state? You can pretty easily have a template change its icon, and mdi: has all the icons built in.

Here’s a template I use for current condition in a card, but it should work similarly for the forecast. Or works just need to be applied to the icon of a template sensor.


<span style="color:#323232;">{{ iif(
</span><span style="color:#323232;">        is_state("weather.openweathermap", "partlycloudy"), "mdi:weather-partly-cloudy", 
</span><span style="color:#323232;">        iif(is_state("weather.openweathermap", "clear-night"), "mdi:weather-night",
</span><span style="color:#323232;">        iif(is_state("weather.openweathermap", "exceptional"), "mdi:exclamation-thick",
</span><span style="color:#323232;">        "mdi:weather-" + states("weather.openweathermap"
</span><span style="color:#323232;">        )))) }}
</span>
sabreW4K3,
@sabreW4K3@lemmy.tf avatar

If you go into your HA, open up the integrations panel and it should list all the entities

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #