Toggle Button and Thermostat group

I created this button in lovelace using the UI editor:

entity: group.termostatos_estacionado
hold_action:
  action: none
name: Estacionado
tap_action:
  action: toggle
type: entity-button

and I grouped in groups.yaml all my thermostats like this:

  termostatos_estacionado:
    name: Termostatos Estacionado
    entities:
      - climate.Estacionado_Anafe_H
      - climate.Estacionado_Hel_T
      - climate.Estacionado_Hel_H
      - climate.Estacionado_Ventilador_H

When I toggle the button for the first time it turns off all of the thermostats at once, then I toggle again and they are all on.

BUT

If I press the button again it doesn’t toggle back to off, the only operation it executes is on

BUT2

If I manually turn off any thermostat in lovelace and press the button again, the one I turned off turns on

Am I missing something here?

Thanks

Adding:

if instead of trying to switch a group of thermostats I switch just one of them using the same reconfigured button it turns off and on as expected, not just the first time.

the toggle button for a group of thermostats still doesn’t work in 0.89

Have you solved the issue? I have the same problem.