|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 1.0.16 |
| 4 | + |
| 5 | +- Update ConfigEntry to support HA v2024.1.0b0 and above [Issue #218](https://github.com/elad-bar/ha-blueiris/issues/218) |
| 6 | +- Update pre-commit package and configuration files (updated packages) |
| 7 | +- Set minimum version of HA to be supported by HACS as 2024.1.0b0 |
| 8 | +- Re-order manifest property order to support hassfest validation |
| 9 | + |
3 | 10 | ## 1.0.13 |
4 | 11 |
|
5 | 12 | - Device and Entity registry - `async_get_registry` is deprecated, change to `async_get` [\#170](https://github.com/elad-bar/ha-blueiris/issues/170) |
|
26 | 33 |
|
27 | 34 | ## 1.0.8 |
28 | 35 |
|
29 | | -- Fix for 2021.9.0 Breaking Change: Custom integrations: Cameras* [\#127](https://github.com/elad-bar/ha-blueiris/issues/127) |
| 36 | +- Fix for 2021.9.0 Breaking Change: Custom integrations: Cameras\* [\#127](https://github.com/elad-bar/ha-blueiris/issues/127) |
30 | 37 | - Fixed Info logging message when setting profile and schedule |
31 | 38 |
|
32 | 39 | ## 1.0.7 |
|
36 | 43 | ## 2021-07-31 (1.0.6) |
37 | 44 |
|
38 | 45 | **Fixed bugs:** |
39 | | -- Cannot import MQTT Message (HA Core Breaking Change) >=2021.8.* [\#120](https://github.com/elad-bar/ha-blueiris/issues/120) |
| 46 | + |
| 47 | +- Cannot import MQTT Message (HA Core Breaking Change) >=2021.8.\* [\#120](https://github.com/elad-bar/ha-blueiris/issues/120) |
40 | 48 |
|
41 | 49 | ## 2021-07-31 (1.0.6b2) |
42 | 50 |
|
43 | 51 | **Fixed bugs:** |
44 | | -- Cannot import MQTT Message (HA Core Breaking Change) >=2021.8.* [\#120](https://github.com/elad-bar/ha-blueiris/issues/120) |
| 52 | + |
| 53 | +- Cannot import MQTT Message (HA Core Breaking Change) >=2021.8.\* [\#120](https://github.com/elad-bar/ha-blueiris/issues/120) |
45 | 54 |
|
46 | 55 | ## 2021-07-30 (1.0.6b1) |
47 | 56 |
|
48 | 57 | **Fixed bugs:** |
49 | | -- Cannot import MQTT Message (HA Core Breaking Change) >=2021.8.* [\#120](https://github.com/elad-bar/ha-blueiris/issues/120) |
| 58 | + |
| 59 | +- Cannot import MQTT Message (HA Core Breaking Change) >=2021.8.\* [\#120](https://github.com/elad-bar/ha-blueiris/issues/120) |
50 | 60 |
|
51 | 61 | ## 2021-02-16 |
52 | 62 |
|
|
111 | 121 | - Improved generate configuration file process |
112 | 122 |
|
113 | 123 | **Fixed bugs:** |
| 124 | + |
114 | 125 | - Fixed - Generate configuration files |
115 | 126 |
|
116 | 127 | ## 2020-07-17 |
|
251 | 262 | **Fixed bugs:** |
252 | 263 |
|
253 | 264 | - Fix issue [\#37](https://github.com/elad-bar/ha-blueiris/issues/37) - Restart of HASS causes all entities to be renamed to defaults <br/> |
254 | | - improving the way the component is loading, unloading and discover new entities (sensors, camera and switch). <br/> |
255 | | - the main issue as reported in the past was that once changing the entity_id / name it will return to the original after restart. <br/> |
256 | | - another issue that caused by the way it was handled, upon changing the options (settings) - it took few seconds to present the new entities and sometimes it happened only after restart. <br/> |
| 265 | + improving the way the component is loading, unloading and discover new entities (sensors, camera and switch). <br/> |
| 266 | + the main issue as reported in the past was that once changing the entity_id / name it will return to the original after restart. <br/> |
| 267 | + another issue that caused by the way it was handled, upon changing the options (settings) - it took few seconds to present the new entities and sometimes it happened only after restart. <br/> |
257 | 268 | In that version, the entity_id, name will remain as manually set and changes of options will take place immediately |
258 | 269 |
|
259 | 270 | ## 2020-02-28 |
|
265 | 276 | - Fix issue [\#27](https://github.com/elad-bar/ha-blueiris/issues/27) - when changing switch it doesn't work smoothly and after restart |
266 | 277 | - Resources (strings) fixed |
267 | 278 |
|
268 | | - |
269 | 279 | **Implemented enhancements:** |
270 | 280 |
|
271 | 281 | - Username and password are now optional, if not set, will not create profile's switches |
272 | 282 | - Added validation for host, port and SSL state in configuration, if URL is not accessible, will throw an error |
273 | 283 | - Validate administrator username and password, in case entered wrong credentials, will throw an error |
274 | 284 |
|
275 | | - |
276 | 285 | ## 2020-02-07 - v2.0.0 - Breaking change!!! |
277 | 286 |
|
278 | 287 | **Implemented enhancements:** |
|
0 commit comments