Releases: KaufHA/common
Releases · KaufHA/common
v2025.08.26
Update components for updates to stock ESPHome through 2024.8.1.
v2024.12.18
Update components for updates to stock ESPHome through 2024.12.2.
v2024.11.20
Update components for updates to stock ESPHome through 2024.11.1
v2024.05.05
- update components for updates to stock ESPHome through 2024.4.2
- improve OTA error reporting in browser
- add optional size check for 1m vs 4m flash devices
- allow multiple effects on bulbs
- fix some issues with custom HLW component
- allow saving wifi credentials from web server if unconfigured.
v2023.07.01
- update components for ESPHome v2023.6
- allow
networks:
in wifi configuration - hlw8012: publish sensor readings before update interval if change exceeds configured thresholds (early publish)
- hlw8012: fix timeout setting
v2023.05.17
- Components updated for ESPHome v2023.5.5
- Added draft DDP component
v2022.12.08
- Updated components based on ESPHome 2022.12.0b0 because the updates are compatible with ESPHome 2022.11.5.
- Added new custom component for the power monitoring chip, kauf_hlw8012. The custom changes we made were significant enough to require configuration incompatible with the stock hlw8012 component, so this was renamed to reduce confusion.
v2022.11.18
- ESPHome 2022.11.1
- add configuration validation for forced_addr relative to esp8266/start_free.
v2022.11.01
- Add a reminder to use a bin.gz file if a size error occurs when trying to flash with a non-bin.gz file.
- Add a custom OTA component to force-enable the Wi-Fi AP in safe mode.
v2022.10.18
- Update components for ESPHome 2022.10
- Clearing Wi-Fi credentials ill write initial_ap/asdfasdfasdfasdf credentials to flash. The credentials saved in flash will overwrite any previous configured credentials and also take precedence over any credentials configured in yaml. Thus ensuring that the Wi-Fi AP will be enabled in almost any circumstance.
- AP Timeout is always shortened to 15 seconds if the software configured credentials have the SSID initial_ap, or if the hard-coded SSID is initial_ap and there are no software configured credentials.
- Reset flash storage using stock ESPHome function instead of custom function.
- In the captive portal, place focus back to password field after toggling “show password”.