@@ -58,6 +58,14 @@ To run without the monkey patch, start Home Assistant with `HASS_NO_MONKEY=1 has
58
58
[gdb] : https://github.com/home-assistant/home-assistant/issues/7752#issuecomment-305100009
59
59
[Ben Bangert] : https://github.com/bbangert
60
60
61
+ # # {% linkable_title Release 0.47.1 - June 21 %}
62
+
63
+ - Fix Vera lights issue # 8098 ([@tsvi] - [#8101]) ([light.vera docs])
64
+ - Fix Dyson async_add_job ([@CharlesBlonde] - [#8113]) ([fan.dyson docs]) ([sensor.dyson docs])
65
+ - Update InfluxDB to handle datetime objects and multiple decimal points ([@philhawthorne] - [#8080]) ([influxdb docs])
66
+ - Fixed iTach command parsing with empty data ([@alanfischer] - [#8104]) ([remote.itach docs])
67
+ - Allow iteration in python_script ([@balloob] - [#8134]) ([python_script docs])
68
+
61
69
# # {% linkable_title New platforms %}
62
70
63
71
- Added a Taps Aff binary sensor ([@bazwilliams] - [#7880]) ([binary_sensor.tapsaff docs]) (new-platform)
@@ -558,3 +566,12 @@ automation:
558
566
[gitter] : https://gitter.im/home-assistant/home-assistant
559
567
[issue] : https://github.com/home-assistant/home-assistant/issues
560
568
[first-commit] : https://home-assistant.io/help/trivia/#first-commit
569
+ [#8080]: https://github.com/home-assistant/home-assistant/pull/8080
570
+ [#8101]: https://github.com/home-assistant/home-assistant/pull/8101
571
+ [#8104]: https://github.com/home-assistant/home-assistant/pull/8104
572
+ [#8113]: https://github.com/home-assistant/home-assistant/pull/8113
573
+ [#8134]: https://github.com/home-assistant/home-assistant/pull/8134
574
+ [@tsvi] : https://github.com/tsvi
575
+ [fan.dyson docs] : https://home-assistant.io/components/fan.dyson/
576
+ [remote.itach docs] : https://home-assistant.io/components/remote.itach/
577
+ [sensor.dyson docs] : https://home-assistant.io/components/sensor.dyson/
0 commit comments