2024.9: Sections go BIG

I still have a Yale Smart Lock 1 at the cellar door, which used to run via the August Cloud and from there also the infamous ‘Offline Key’ to log in via Bluetooth with the Yale Access Bluetooth.

Now, however, the latest version has issued the message to change the integration from August to Yale, which I did… So I removed the old integration and authenticated myself via the new one (with phone number). That also worked well. The real reason for this integration is the aforementioned ‘offline key’, which I need for direct communication with the lock via Bluetooth.

After checking the HA system more than 30 minutes after the integration change, I realised that the previous connection via Bluetooth to the lock no longer existed and the connection was disconnected.

I carried out several restarts so that the new ‘YALE’ integration would finally receive the ‘Offline Key’… Still not possible so far.

Only one owner is created in the app, so it can’t be stored in another profile. I’m really at a loss, as I now need this key and the slot for further communication without the cloud…

Does anyone have the same problem?

Setup failed, will try again: Cellar door (L60000S): Disconnected; Try moving the Bluetooth adapter closer to L60000S

Badges do not show the name of the units anymore. Is this intended? It makes it so much more confusing for my use. Is there a way to change it?

Example from the weather forecast badge:
obraz

It used to say 19 C, 63%, 3.08 m/s, so it was more clear that they are temperature, humidity and wind speed.

1 Like

For the badges units, just fully restart HA once. I had the issue, and after the second start, they showed up again. Also, force refresh your page.
I noticed that on every major upgrade, you really need to restart HA twice for everything to work properly.

What has changed with the nest integration?
Clicking the link leads to a page not found.

Thanks

Hive still works for me

This - would for me provide a bit more context of how much the untracked energy is vs other measured devices - the vertical graph is great, but the more aggregated horizontal view also helps a lot imho.view also helps a lot.

Maybe voting for Add 'Unmonitored Energy' to energy dashboard individual devices - #5 by TRiSS is a good idea - should be a lot easier now it’s already added to the detail view.

There is an integration that does exactly that for Vienna smart meters:

It’s fairly complicated, and only the statistics can be updated, not the entity value. But it does work.

I know you guys created “untracked energy” that shows in the dash board - but I was wondering my self whenever you buys created an untracked energy AND untracked power entities that can be used in other people scripts ?
Asking because I’ve got those entities and I’m just wondering my self if I’m duplicating the data / can I migrate the history to the new entity.

1 Like

Mine still do:

image

Thanks, restarting and forcing cache refresh fixed it.

1 Like

Thanks for the nice update.

But I have a problem with Yale integration. I get an error if I start det integration. The error is “Config flow could not be loaded: {“message”:“Invalid handler specified”}”.
If there anyone the can tell me, how I can fix it?

@salzrat thank you so much! Will look into that and see what I can do to import it to my energy integration :slight_smile:

Any idea how to apply the grid_columns: full format to custom cards? e.g. I have this working for stock weather card, but can’t find a way to implement on a custom apex chart card.

    type: sections
    sections:
      - type: grid
        cards:
          - show_current: true
            show_forecast: false
            type: weather-forecast
            entity: weather.forecast_home
            forecast_type: daily
            secondary_info_attribute: humidity
            layout_options:
              grid_columns: full
          - show_current: false
            show_forecast: true
            type: weather-forecast
            entity: weather.forecast_home
            forecast_type: hourly
            layout_options:
              grid_columns: 4
              grid_rows: 2
          - show_current: false
            show_forecast: true
            type: weather-forecast
            entity: weather.forecast_home
            forecast_type: daily
            layout_options:
              grid_columns: 4
              grid_rows: 2
        column_span: 4
        title: Weather
      - type: grid
        cards:
          - type: custom:apexcharts-card
            ...code removed for brevity...
        column_span: 4

I tried adding the below code snippet , but it results in an apexcharts error

            layout_options:
              grid_columns: full

  1. Make gap between sections the same width as gap between cards within a section.
3 Likes

Hi, I need Sections go SMALL :slight_smile: I have a dashboard on a 7’ tablet with 3 columns defined. but in the tablet, the 3rd column is moved to a new row. I made the cards inside the sections smaller but that just leaves bigger gaps between the section columns. Any way to fix?

2 Likes

Am I only the one having this issue? Tried clearing cache, but same issue.

I have a 4-core Intel machine with an SSD and haven’t had any problems with Home Assistant + MariaDB until today.
The only thing is that my VM keeps growing. To perform this migration it went from about 56 to 72GB.

I like to have yearly graphs and think that someday historical data may become useful for AI or other research.

Thanks for your answer. Love home assistant!

I wonder if there will ever be a victron integration

I have an automation that sets an alarm to my phone when you say “Set an alarm in X minutes”, I have exposed it to LLMs, but it does not work with any, seems like they do not know how to replace the X or something.
I tried with creating a script that sets the alarm in one minute, so they use the timing functionality, but it does not seem to work neither, sometimes it answers that it is not possible to set timer for the device, or they set the alarm in one minute, so they just run the script.

You’ll need to create a set of custom intent scripts to get that to work.