Releases: rikroe/cometblue-custom-component
Releases · rikroe/cometblue-custom-component
20241125.1
What's changed
- Sleep 1s before retrying connection (200b83f)
20241118.1
What's changed
- Fix reconfigure flow (950ee0c)
20241117.1
What's changed
- Fix empty existing data (d18fd4b)
- Fix config entry name (d78f93f)
- Rework strings (f86aae8)
- Fix discovery_info in reconfigure flow (d0aa52f)
- Move options to reconfigure flow (6de94dd)
Add strings.json (5d3131a)
Fix missing object (8a70493) - Migrate options if missing (7f85865)
- Add OptionsFlow for Timeout & Retries (57fc2f0)
20241114.1
What's changed
- Fix None values in update_data (cc88028)
20241113.1
20241110.1
Breaking change
The integration was renamed from cometblue
to eurotronic_cometblue
to fix circular imports with the python library module (also called cometblue
).
To keep all your old entity/device configs as is, you must MANUALLY edit some Home Assistant config files. Ensure that HA is stopped before replacing data in these files and best make a backup beforehand!
- Replace every instance of
"cometblue"
with"eurotronic_cometblue"
in the following files:/config/.storage/core.config_entries
/config/.storage/core.device_registry
/config/.storage/core.entity_registry
- Remove the old custom_component by deleting the folder
config/custom_components/cometblue
Note: sudo chmod 766 {FILE}
might be needed to save the files if you are using a HA Container.
What's changed
20241006.1
What's changed
- Show only selectable presets (ab74fc4)