Home Assistant Glow Versions Save

⚡ The power of energy measurements in your house

v4.0.1

3 weeks ago

What's changed

A release full of improvements in the documentation and package imports.

./Klaas

🐛 Bug fixes

  • #374 BUG fix: Added properly top case to the cases' folder @knaak
  • #402 Fix the package import URLs for d1_mini and esp8266 @klaasnicolaas
  • #420 Include full YAML config after dashboard import @klaasnicolaas
  • #427 Fix issue with package import during build @klaasnicolaas

🚀 Enhancements

  • #375 Remove because is is also the default setting @klaasnicolaas
  • #420 Include full YAML config after dashboard import @klaasnicolaas

🧰 Maintenance

  • #376 Fix issues in github actions @klaasnicolaas
  • #396 Fix skipping because of empty matrix @klaasnicolaas

📚 Documentation

  • #368 contribute an esp32-wroom-32d case design @knaak
  • #372 Add Google Analytics @klaasnicolaas
  • #376 Fix issues in github actions @klaasnicolaas
  • #377 Add github as icon in the navbar @klaasnicolaas
  • #392 Add FAQ item about installation process (klaasnicolaas#274) @ahmadyusuf
  • #399 Rewording the firmware installation instruction @klaasnicolaas
  • #418 Update the FAQ for using the filter from pulse_meter @klaasnicolaas
  • #419 Add links to case files on Printables @klaasnicolaas
  • #428 Update ESPHome firmware customization documentation @klaasnicolaas

⬆️ Dependency updates

34 changes
  • #364 ⬆️ Lock file maintenance @renovate
  • #366 ⬆️ Lock file maintenance @renovate
  • #367 ⬆️ Lock file maintenance @renovate
  • #369 ⬆️ Update actions/upload-artifact action to v4.2.0 @renovate
  • #370 ⬆️ Lock file maintenance @renovate
  • #371 ⬆️ Update actions/upload-artifact action to v4.3.0 @renovate
  • #379 ⬆️ Update dependency @docusaurus/module-type-aliases to v3.1.1 @renovate
  • #380 ⬆️ Update dependency @docusaurus/preset-classic to v3.1.1 @renovate
  • #382 ⬆️ Update dependency @docusaurus/types to v3.1.1 @renovate
  • #381 ⬆️ Update dependency @docusaurus/tsconfig to v3.1.1 @renovate
  • #378 ⬆️ Update dependency @docusaurus/core to v3.1.1 @renovate
  • #385 ⬆️ Update release-drafter/release-drafter action to v6 @renovate
  • #386 ⬆️ Lock file maintenance @renovate
  • #387 ⬆️ Update actions/deploy-pages action to v4.0.4 @renovate
  • #389 ⬆️ Update actions/upload-artifact action to v4.3.1 @renovate
  • #390 ⬆️ Update actions/setup-node action to v4.0.2 @renovate
  • #391 ⬆️ Update actions/upload-pages-artifact action to v3.0.1 @renovate
  • #388 ⬆️ Update actions/download-artifact action to v4.1.2 @renovate
  • #393 ⬆️ Lock file maintenance @renovate
  • #397 ⬆️ Update dependency @mdx-js/react to v3.0.1 @renovate
  • #398 ⬆️ Update dependency esp-web-tools to v10 @renovate
  • #400 ⬆️ Lock file maintenance @renovate
  • #404 ⬆️ Lock file maintenance @renovate
  • #403 ⬆️ Update esphome/build-action action to v1.9.0 @renovate
  • #405 ⬆️ Update actions/download-artifact action to v4.1.3 @renovate
  • #408 ⬆️ Update actions/download-artifact action to v4.1.4 @renovate
  • #410 ⬆️ Lock file maintenance @renovate
  • #415 ⬆️ Update dependency typescript to ~5.4.0 @renovate
  • #416 ⬆️ Lock file maintenance @renovate
  • #407 ⬆️ Update esphome/build-action action to v2 @renovate
  • #422 ⬆️ Lock file maintenance @renovate
  • #424 ⬆️ Update dependency typescript to v5.4.3 @renovate
  • #423 ⬆️ Update actions/deploy-pages action to v4.0.5 @renovate
  • #429 Bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /docs @dependabot

Full Changelog: https://github.com/klaasnicolaas/home-assistant-glow/compare/v4.0.0...v4.0.1

v4.0.0

3 months ago

What's changed

A new year, a new fresh start 🥂

Over the past few weeks I've given the project some love again and hopefully a good foundation for the future. You can read more about it in the first blog on the new documentation website!

🚨 Breaking changes

  • #223 Set pulse rate in UI @klaasnicolaas
  • #228 Change default pulse pin @klaasnicolaas
  • #321 Split config for building firmware per board @klaasnicolaas
  • #335 Change default pulse pin for ESP32 to GPIO26 @klaasnicolaas

✨ New features

  • #223 Set pulse rate in UI @klaasnicolaas
  • #265 Added option to reset total energy to specific value @naofireblade
  • #95 Add filters for reducing amount of data output @slovdahl

🐛 Bug fixes

  • #360 Try to fix manifest file error @klaasnicolaas

🚀 Enhancements

  • #228 Change default pulse pin @klaasnicolaas
  • #253 Update home assistant time URL @wrt54g
  • #321 Split config for building firmware per board @klaasnicolaas
  • #336 Add mac_suffix to device name @klaasnicolaas
  • #362 Update board configuration for ESP32 and ESP8266 @klaasnicolaas

🧰 Maintenance

  • #252 🎆Updates maintenance/license year to 2023 @klaasnicolaas
  • #320 🎆Updates maintenance/license year to 2024 @klaasnicolaas
  • #321 Split config for building firmware per board @klaasnicolaas
  • #328 Revert "Bump actions/download-artifact from 3 to 4" @klaasnicolaas
  • #329 Revert "Bump actions/upload-artifact from 3 to 4" @klaasnicolaas
  • #338 Move to renovate bot for dependency updates @klaasnicolaas
  • #356 Improve the build workflow @klaasnicolaas

📚 Documentation

  • #196 Add visual schema to documentation @klaasnicolaas
  • #229 Add 3D printing step file @klaasnicolaas
  • #241 Add error-4 to FAQ of documentation @klaasnicolaas
  • #322 Update hardware list urls @klaasnicolaas
  • #323 Add Docusaurus website @klaasnicolaas
  • #327 First batch of changes for new docs website @klaasnicolaas
  • #333 Completion of information on docs website @klaasnicolaas
  • #334 Add local search to documentation site @klaasnicolaas
  • #335 Change default pulse pin for ESP32 to GPIO26 @klaasnicolaas
  • #337 Add blog about the changes @klaasnicolaas
  • #357 Make small changes on the documentation @klaasnicolaas
  • #359 Add FAQ item about installation process @klaasnicolaas

⬆️ Dependency updates

34 changes
  • #170 Bump release-drafter/release-drafter from 5.19.0 to 5.20.0 @dependabot
  • #172 Bump esphome/build-action from 1.3.1 to 1.4.0 @dependabot
  • #174 Bump esphome/build-action from 1.4.0 to 1.5.2 @dependabot
  • #192 Bump release-drafter/release-drafter from 5.20.0 to 5.20.1 @dependabot
  • #201 Bump release-drafter/release-drafter from 5.20.1 to 5.21.0 @dependabot
  • #203 Bump actions/stale from 5 to 6 @dependabot
  • #210 Bump release-drafter/release-drafter from 5.21.0 to 5.21.1 @dependabot
  • #247 Bump actions/stale from 6 to 7 @dependabot
  • #251 Bump release-drafter/release-drafter from 5.21.1 to 5.22.0 @dependabot
  • #276 Bump release-drafter/release-drafter from 5.22.0 to 5.23.0 @dependabot
  • #272 Bump esphome/build-action from 1.5.2 to 1.8.0 @dependabot
  • #281 Bump actions/stale from 7 to 8 @dependabot
  • #296 Bump release-drafter/release-drafter from 5.23.0 to 5.24.0 @dependabot
  • #313 Bump release-drafter/release-drafter from 5.24.0 to 5.25.0 @dependabot
  • #316 Bump actions/stale from 8 to 9 @dependabot
  • #324 Bump actions/download-artifact from 3 to 4 @dependabot
  • #325 Bump actions/setup-node from 3 to 4 @dependabot
  • #326 Bump actions/upload-artifact from 3 to 4 @dependabot
  • #340 ⬆️ Update Eomm/why-don-t-you-tweet action to v1.1.0 @renovate
  • #341 ⬆️ Update actions/checkout action to v3.6.0 @renovate
  • #342 ⬆️ Update actions/setup-node action to v4.0.1 @renovate
  • #348 ⬆️ Update dependency typescript to ~5.3.0 @renovate
  • #347 ⬆️ Update dependency @docusaurus/types to v3.1.0 @renovate
  • #346 ⬆️ Update dependency @docusaurus/tsconfig to v3.1.0 @renovate
  • #343 ⬆️ Update dependency @docusaurus/core to v3.1.0 @renovate
  • #349 ⬆️ Update actions/checkout action to v4.1.1 @renovate
  • #344 ⬆️ Update dependency @docusaurus/module-type-aliases to v3.1.0 @renovate
  • #345 ⬆️ Update dependency @docusaurus/preset-classic to v3.1.0 @renovate
  • #350 ⬆️ Update actions/deploy-pages action to v4.0.2 @renovate
  • #352 ⬆️ Update actions/upload-artifact action to v3.1.3 @renovate
  • #351 ⬆️ Update actions/download-artifact action to v3.0.2 - autoclosed @renovate
  • #353 ⬆️ Update actions/upload-artifact action to v4 @renovate
  • #354 ⬆️ Update actions/deploy-pages action to v4.0.3 @renovate
  • #361 ⬆️ Update actions/upload-artifact action to v4.1.0 @renovate

Full Changelog: https://github.com/klaasnicolaas/home-assistant-glow/compare/v3.1.0...v4.0.0

v3.1.0

1 year ago

What's changed

✨ New features

  • #144 Add a Version Sensor @klaasnicolaas

🚀 Enhancements

  • #130 Rename the case files @klaasnicolaas
  • #141 Migrate to new board platform configuration @pschneider87
  • #145 Change the used time platform @klaasnicolaas

🧰 Maintenance

  • #108 Fix broken firmware publish @klaasnicolaas
  • #119 🎆Updates maintenance/license year to 2022 @klaasnicolaas
  • #124 Stale workflow to cleanup issues @klaasnicolaas

📚 Documentation

  • #118 📚 Update documentation @klaasnicolaas
  • #145 Change the used time platform @klaasnicolaas
  • #168 📚 Update on the documentation @klaasnicolaas

⬆️ Dependency updates

10 changes
  • #117 Bump release-drafter/release-drafter from 5.15.0 to 5.16.1 @dependabot
  • #116 Bump esphome/build-action from 1.1 to 1.2.1 @dependabot
  • #123 Bump release-drafter/release-drafter from 5.16.1 to 5.17.5 @dependabot
  • #125 Bump release-drafter/release-drafter from 5.17.5 to 5.17.6 @dependabot
  • #129 Bump release-drafter/release-drafter from 5.17.6 to 5.18.0 @dependabot
  • #131 Bump release-drafter/release-drafter from 5.18.0 to 5.18.1 @dependabot
  • #138 Bump actions/checkout from 2 to 3 @dependabot
  • #143 Bump release-drafter/release-drafter from 5.18.1 to 5.19.0 @dependabot
  • #149 Bump esphome/build-action from 1.2.1 to 1.3.1 @dependabot
  • #161 Bump actions/stale from 4 to 5 @dependabot

Full Changelog: https://github.com/klaasnicolaas/home-assistant-glow/compare/v3.0.0...v3.1.0

v3.0.0

2 years ago

Happy New Year! 🥂

In this release you can use the button component to restart the glow or reset the total energy entity. For those who used the API service in the past to reset the total_energy entity, (Breaking) please note that the service name has changed to: esphome.[DEVICE_NAME]_reset_total_energy.

🚨 Breaking changes

  • #106 Add buttons to the Glow! @klaasnicolaas

✨ New features

  • #104 Tweet on releases @klaasnicolaas
  • #101 Add daily energy sensor @klaasnicolaas
  • #106 Add buttons to the Glow! @klaasnicolaas

🧰 Maintenance

  • #105 Add code of conduct and contributing info @klaasnicolaas

📚 Documentation

  • #105 Add code of conduct and contributing info @klaasnicolaas

⬆️ Dependency updates

  • #92 Bump esphome/build-action from 1.0.1 to 1.1 @dependabot

v2.3.0

2 years ago

What’s changed

This release brings a very nice feature, it is now possible to install Home Assistant Glow via ESP web tools! Visit the website: https://klaasnicolaas.github.io/home-assistant-glow and use the install button at the bottom.

✨ New features

  • #90 ✨ Create a GH pages website @klaasnicolaas

🚀 Enhancements

  • #89 #88 Fix entity_category by removing extra tags @frimtec
  • #90 ✨ Create a GH pages website @klaasnicolaas

v2.2.0

2 years ago

What’s changed

✨ New features

  • #86 update to ESPHome 2021.11 @adonno

v2.1.0

2 years ago

What’s changed

  • #80 Bump actions/checkout from 2.3.5 to 2.4.0 @dependabot

✨ New features

  • #73 Add reset service @estevez-dev

🐛 Bug fixes

  • #75 Fix an indentation issue @cherokee93

📚 Documentation

  • #69 Update Readme.md @m-s-e
  • #72 update Readme.md @PranavKrishnan007

⬆️ Dependency updates

  • #68 Bump actions/checkout from 2.3.4 to 2.3.5 @dependabot

v2.0.1

2 years ago

🐛 Bug fixes

  • #52 Update home_assistant_glow.yaml @pschneider87

📚 Documentation

  • #43 Added some details on the large batch of faulty diodes that seem to c… @nygellyndley
  • #50 📚 Update the documentation @klaasnicolaas

v2.0.0

2 years ago

What’s changed

There is a breaking change because after updating your Glow, it will no longer come online in Home Assistant. I recommend manual download and upload the compiled file on the Glow's web server page. After this, your Glow will become available again in the ESPHome dashboard. (If this didn't work, delete and re-add the Glow to Home Assistant)

🚨 Breaking changes

  • #36 Remove underscores from device name @klaasnicolaas

🐛 Bug fixes

  • #36 Remove underscores from device name @klaasnicolaas

🚀 Enhancements

  • #35 Change the red light behaviour @klaasnicolaas

v1.2.0

2 years ago

What’s changed

  • #6 Update home_assistant_glow.yaml @stevetz
  • #25 Repo maintenance @klaasnicolaas

🚨 Breaking changes

  • #26 Configuring the pulse rate on top @klaasnicolaas

✨ New features

  • #26 Configuring the pulse rate on top @klaasnicolaas