Skip to content

Fix compatibility with HA 2025.5 +

Choose a tag to compare

@Mariusthvdb Mariusthvdb released this 03 Jun 08:40
ade7543

What's Changed

  • Add two options to set the large property of more-info dialogs by @elchininet in #23

example yaml:

maximized_size:
  by_entity_id:
    - sensor.netto_verbruik
#   by_domain:
#     - sensor
#   by_device_class:
#     - door
  by_glob:
    - 'sensor.*_actueel'
    - 'sensor.*_totaal'

Full Changelog: v1.1.1...v1.2.0