2025.9: Features for tiles and automations for miles

Can you start it in safe mode and see if it still crashes?

The disk space check was a good one, but you have more than enough. Your combo of HAOS and 4GB RAM should be fine too.

What retention period is your recorder set to (how many keep_days) and how large is your DB in GB?

How are your running MariaDB? As an add-on on the same Pi? Connecting via a Unix socket (i.e. what is your db_url)?

Which version of MariaDB?

I switched all my dashboards to the new Sections style but I now have a card that is not properly rendered. Neither in browser nor Companion App.

Does anybody know how I can force rendering inside the card?

Summary
type: custom:auto-entities
filter:
  include:
    - entity_id: sensor.erlangen_temperature
      options:
        name: " "
        card_mod:
          style:
            hui-generic-entity-row $: |
              .info.text-content {
                overflow: visible;
                margin-left: 0px;
                margin-right: 0px;
                text-align: center;
              }
              .text-content::before {
                content: "{{state_attr('sensor.erlangen_temperature','friendly_name').replace(' Temperature', '')}} ({{states('sensor.erlangen_temperature')}} °C | {{states('sensor.erlangen_humidity')}} %)";
                color: white;
              }      
              .text-content::after {
                content: "  (≙ {{ (100*e**(17.625*(243.04*(log((states('sensor.erlangen_humidity')|float)/100)+(17.625*(states('sensor.erlangen_temperature')|float))/(243.04+(states('sensor.erlangen_temperature')|float))))/(17.625-(log((states('sensor.erlangen_humidity')|float)/100)+(17.625*(states('sensor.erlangen_temperature')|float))/(243.04+(states('sensor.erlangen_temperature')|float))))/(243.04+(243.04*(log((states('sensor.erlangen_humidity')|float)/100)+(17.625*(states('sensor.erlangen_temperature')|float))/(243.04+(states('sensor.erlangen_temperature')|float))))/(17.625-(log((states('sensor.erlangen_humidity')|float)/100)+(17.625*(states('sensor.erlangen_temperature')|float))/(243.04+(states('sensor.erlangen_temperature')|float))))))/e**(17.625*(states('sensor.xiaomi_living_room_temperature')|float)/(243.04+(states('sensor.xiaomi_living_room_temperature')|float))))|round(1) }} % at {{states('sensor.xiaomi_living_room_temperature')}} °C )";
                color: white;
                font-size: 0.8em;
              }
              .state {
                display: none;
              }
              .value {
                display: none;
              }
              state-badge {
                display: none;
              }
    - entity_id: climate.eq3_*
      sort:
        method: state
      options:
        type: custom:slider-entity-row
        min: 4.5
        max: 23
        step: 0.5
        hide_state: false
        name: " "
        card_mod:
          style:
            .: |
              .state {
                white-space: nowrap;
                display: inline-block;
              }              
              .state::after {
                content: "({{states(config.entity.replace('climate.', 'sensor.').replace('_climate', '_valve'))}} %)";
                font-size: 0.9em;
                margin-left: 0px;
                margin-right: 0px;
              }  
            hui-generic-entity-row $: |
              .info.text-content {
                overflow: visible;
                margin-left: 0px;
                margin-right: 0px;
              }
              .text-content::before {
                content: "{{state_attr(config.entity,'friendly_name').replace('eQ-3', '').replace(' Climate', '')}}";
              }      
              .text-content::after {
                content: {% if state_attr(config.entity,'current_temperature') != none %} "({{state_attr(config.entity,'current_temperature')}} °C | {{state_attr(config.entity,'current_humidity')}} %)"{% endif %};
                font-size: 0.9em;
                #vertical-align: sub;
              }
    - entity_id: sensor.xiaomi_hallway_temperature
      options:
        icon: mdi:home-thermometer-outline
        name: " "
        card_mod:
          style:
            hui-generic-entity-row $: |
              .info.text-content {
                overflow: visible;
                margin-left: 0px;
                margin-right: 0px;
              }
              .text-content::before {
                content: "{{state_attr('sensor.xiaomi_hallway_temperature','friendly_name').replace('Xiaomi', '').replace(' Temperature', '')}} ";
                color: grey;
                font-style: italic !important;
              }      
              .text-content::after {
                content: "({{states('sensor.xiaomi_hallway_temperature')}} °C | {{states('sensor.xiaomi_hallway_humidity')}} %) || {{states('sensor.xiaomi_hallway_dewpoint')}} °C)";
                font-size: 0.9em;
                color: grey;
                font-style: italic !important;
                #vertical-align: sub;
              }
              .state {
                display: none;
              }
              .value {
                display: none;
card:
  type: entities
  state_color: true

Is this a custom card? Or one where card-mod is used?

Still breaks in 2025.10 unfortunately. I’m restoring back to 2025.9.3 now!

more of an auto-entities question as this has no relation to the 2025.9 release

also, your auto-entities card is configured in an unconventional way, as you list the fixed entities under the filter option.

considering those cards are within the border of the section, the actual auto-entities in the quote above seem to be the issue, what happens when you dont use the card-mod on them

(please post an answer in the auto-entities topic)

Anyone using the new fan speed intents from this release? I’ve been trying ever since 2025.9 came out with my HA PE but it never works. Checked the intents file and I’m certain I’m saying it correctly. Voice unit is in the same area as the fan, it’s exposed and otherwise responds to turn on/off and using percentages for speed. What could I be missing?

Sidebar now once again removed a crutial function for creating automations. Now you can’t see more than 1 block at a time, forcing you to constantly switch back and forth if you need to compare something or copy

4 Likes

Exactly this! Also expand all blocks to see the whole automation logic.
Ability to expand blocks should come back.

3 Likes

I’m sorry I didn’t reply for several days: Since I moved the Installation to another SSD I had to keep both SSD’s ON the RPi (I don’t understand why).

Only / easiest way to solve this was a fresh HA Installation and Backup recover in the new SSD.

Meanwhile the installation I connected the older SSD with the SATA/USB-adapter to my Computer and I recognized that the drive couldn’t be read. In the end all Errors were caused by this defective adapter…

So the errors in MariaDB and HA-crashes eventually came from the SATA-adapter

2 Likes

Good follow-up