Releases: hacs/integration
Releases · hacs/integration
1.16.0
⚡ Enhancements
- #2237 Add python 3.10 to CI @ludeeus
- #2250 Run with asyncio debug @ludeeus
- #2255 Update iconset to be usable with the icon picker @ludeeus
♻️ Refactor
- #2241 Use set disabled_reason to determine disabled @ludeeus
- #2242 Ignore all lovelace issues with fallback to YAML @ludeeus
🐛 Bug Fixes
⬆️ Dependency Updates
- #2235 Bump colorlog from 6.4.1 to 6.5.0 @dependabot
- #2231 Bump pytest-cov from 2.12.1 to 3.0.0 @dependabot
- #2244 Bump pytest-asyncio from 0.15.1 to 0.16.0 @dependabot
🎨 Frontend updates
- #497 Dependency updates
- 188586e Updates
- 7b8c2c0 Use new replace object for localize
- #500 Remove ha-icon usage
- #501 Flatten translations
- #499 Start using ha-alert
- #502 Translation fixes
Links
1.15.2
🐛 Bug Fixes
⬆️ Dependency Updates
- #2197 Bump pytest-socket from 0.4.0 to 0.4.1 @dependabot
- #2196 Bump pre-commit from 2.14.0 to 2.14.1 @dependabot
- #2199 Bump pytest from 6.2.4 to 6.2.5 @dependabot
- #2205 Bump pre-commit from 2.14.1 to 2.15.0 @dependabot
Links
1.15.1
⬆️ Dependency Updates
Links
1.15.0
✨ New features
- #2172 Allow reloading the integration from the UI @ludeeus
- #2178 Store data on homeassistant shutdown @ludeeus
- #2184 Register scheduled tasks @ludeeus
⚡ Enhancements
- #2166 Allow tasks to be non-async @ludeeus
- #2188 Set background_task status when executing runtime tasks @ludeeus
- #2189 Persist etags for files in the default repository @ludeeus
- #2190 Add tests for tasks @ludeeus
- #2191 Set minimum HA version during release flow @ludeeus
♻️ Refactor
- #2164 Base class cleanup @ludeeus
- #2165 Move all setup/startup tasks to new TaskManager @ludeeus
- #2179 Update linting rules @ludeeus
- #2182 Simplify task base @ludeeus
- #2187 Use new API interface to get files in the default repository @ludeeus
🐛 Bug Fixes
Links
1.14.1
♻️ Refactor
🐛 Bug Fixes
⬆️ Dependency Updates
- #2159 Bump colorlog from 5.0.1 to 6.4.1 @dependabot
Links
1.14.0
⚡ Enhancements
- #2143 Add hacs and log class mixins @ludeeus
- #2144 Handle repository renames @ludeeus
- #2155 Only log once for archived repositories @ludeeus
♻️ Refactor
- #2124 Postfix repository classes with Repository @ludeeus
- #2142 Skip logging on removal @ludeeus
- #2145 Initialize HACS utils @ludeeus
- #2146 Move logger to utils @ludeeus
- #2154 Use the new github interface in the config flow @ludeeus
🐛 Bug Fixes
- #2141 Guard for no login device @ludeeus
- #2147 Hide repositories not matching country configuration @ludeeus
⬆️ Dependency Updates
- 2102 Bump Ilshidur/action-discord from 0.3.0 to 0.3.2 @dependabot
- #2117 Bump requests from 2.25.1 to 2.26.0 @dependabot
- #2132 Bump pre-commit from 2.13.0 to 2.14.0 @dependabot
- #2156 Frontend 20210822172723 @ludeeus
🖌️ Frontend changes
- dependency updates (hacs/frontend#495) @ludeeus
- Guard for missing configuration (hacs/frontend#494) @ludeeus
- Updated 'Pending restart' directions (hacs/frontend#493) @aallen90
- Check if integration is configured before uninstall (hacs/frontend#490) @ludeeus
Links
1.13.2
⬆️ Dependency Updates
Links
1.13.1
⬆️ Dependency Updates
Links
1.13.0
💥 Breaking changes
⚡ Enhancements
- #1995 Reduce number of disk reads and writes to storage @bdraco
- #2085 Use cache if storage mode @ludeeus
🐛 Bug Fixes
- #2075 Ignore lovelace KeyError @ludeeus
- #2079 Block <= 0 && >100 for release count @ludeeus
- #2087 Pass in validate when updating with zip and wrap dowload_repository_content in try/except @ludeeus
⬆️ Dependency Updates
- #2074 Bump pytest-cov from 2.11.1 to 2.12.1 @dependabot
- #2063 Bump attrs from 20.3.0 to 21.2.0 @dependabot
- #2057 Bump pytest from 6.2.3 to 6.2.4 @dependabot
- #2042 Bump pygithub from 1.54.1 to 1.55 @dependabot
- #2071 Bump pre-commit from 2.12.1 to 2.13.0 @dependabot
🎨 Frontend changes
- Confirm repository uninstall (hacs/frontend#478) @MrBartusek
- Don't use hacstag for yaml (hacs/frontend#485) @ludeeus
- Use @material/mwc-linear-progress (hacs/frontend#484) @ludeeus
- Improve loading screen for repository info (hacs/frontend#483) @MrBartusek
- Replace reload dialog (hacs/frontend#482) @ludeeus
- Fix double scrollbar (hacs/frontend#481) @ludeeus
- Remove white background from markdown images (hacs/frontend#480) @MrBartusek
- Add hacstag to lovelace resource URL's (hacs/frontend#479) @ludeeus
- Add references to issues and PRs in markdown (hacs/frontend#477) @MrBartusek
- Fix changelogs (hacs/frontend#476) @MrBartusek
- Shorten markdown github commits links (hacs/frontend#457) @MrBartusek
- Update en.json to fix small grammar error (hacs/frontend#414) @Spiffo
- Rework update pending dialog (hacs/frontend#458) @MrBartusek