Fix compatibility with HA 2025.5 +
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'
- Fix plugin home assistant 2025 5 0 by @elchininet in #27
- Avoid rejecting the promises of getPromisableResult by @elchininet in #28
- Migrate package manager to PNPM by @elchininet in #29
Full Changelog: v1.1.1...v1.2.0