Releases: dynasticorpheus/gigasetelements-ha
Releases · dynasticorpheus/gigasetelements-ha
2023.12.2
![BuyMeCoffee](https://camo.githubusercontent.com/cd005dca0ef55d7725912ec03a936d3a7c8de5b5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6275792532306d6525323061253230636f666665652d646f6e6174652d79656c6c6f772e737667)
✨ New features
- Add privacy switches for custom, home and night
♻️ Refactor
- Warn if privacy mode is enabled during startup
🐛 Bug Fixes
2023.12.1
![BuyMeCoffee](https://camo.githubusercontent.com/cd005dca0ef55d7725912ec03a936d3a7c8de5b5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6275792532306d6525323061253230636f666665652d646f6e6174652d79656c6c6f772e737667)
✨ New features
- Add config option: enable_debug
♻️ Refactor
🐛 Bug Fixes
- #29 Fallback to states if needed
2023.12.0
![BuyMeCoffee](https://camo.githubusercontent.com/cd005dca0ef55d7725912ec03a936d3a7c8de5b5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6275792532306d6525323061253230636f666665652d646f6e6174652d79656c6c6f772e737667)
✨ New features
- Add test_required attribute to water sensor
♻️ Refactor
- Deprecate old basestation API
- Deprecate urllib3 method_whitelist
- Avoid repetitive .json() calls
- Optimize json data processing
🐛 Bug Fixes
- #24 Use runtime configuration to avoid setpoint reverting to original setting pending device update
2023.1.1
![BuyMeCoffee](https://camo.githubusercontent.com/cd005dca0ef55d7725912ec03a936d3a7c8de5b5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6275792532306d6525323061253230636f666665652d646f6e6174652d79656c6c6f772e737667)
✨ New features
- Add additional attributes for plug 2.0
♻️ Refactor
- Improve integration startup time (async)
- Add additional debug statements
- Replace deprecated DEVICE_CLASS_* constants with enums
🐛 Bug Fixes
2022.11.0b0
![BuyMeCoffee](https://camo.githubusercontent.com/cd005dca0ef55d7725912ec03a936d3a7c8de5b5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6275792532306d6525323061253230636f666665652d646f6e6174652d79656c6c6f772e737667)
✨ New features
♻️ Refactor
- Add additional debug statements
🐛 Bug Fixes
2022.9.0b0
![BuyMeCoffee](https://camo.githubusercontent.com/cd005dca0ef55d7725912ec03a936d3a7c8de5b5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6275792532306d6525323061253230636f666665652d646f6e6174652d79656c6c6f772e737667)
✨ New features
- Add additional attributes for plug 2.0
♻️ Refactor
- Improve integration startup time (async)
🐛 Bug Fixes
2022.5.2
![BuyMeCoffee](https://camo.githubusercontent.com/cd005dca0ef55d7725912ec03a936d3a7c8de5b5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6275792532306d6525323061253230636f666665652d646f6e6174652d79656c6c6f772e737667)
✨ New features
♻️ Refactor
🐛 Bug Fixes
- Fix unique id return for base
2022.5.1
![BuyMeCoffee](https://camo.githubusercontent.com/cd005dca0ef55d7725912ec03a936d3a7c8de5b5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6275792532306d6525323061253230636f666665652d646f6e6174652d79656c6c6f772e737667)
✨ New features
♻️ Refactor
- Alarm state
- Replace deprecated constants with enums
🐛 Bug Fixes
2022.2.0
![BuyMeCoffee](https://camo.githubusercontent.com/cd005dca0ef55d7725912ec03a936d3a7c8de5b5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6275792532306d6525323061253230636f666665652d646f6e6174652d79656c6c6f772e737667)
✨ New features
- Add press (type) attribute to button
♻️ Refactor
- Create plug switches despite
switches: False
being set in config
🐛 Bug Fixes
- Fix triggered status for alarm panel
2022.1.0
![BuyMeCoffee](https://camo.githubusercontent.com/cd005dca0ef55d7725912ec03a936d3a7c8de5b5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6275792532306d6525323061253230636f666665652d646f6e6174652d79656c6c6f772e737667)
✨ New features
- Add homecoming,- leaving attribute to base sensor
- Add privacy mode attribute to base sensor
♻️ Refactor
- Remove unused imports
- Enable parallel updates
- Add privacy mode debug logging and warn if detected during startup
🐛 Bug Fixes