Skip to content

Releases: RogerSelwyn/O365-HomeAssistant

v4.2.1

09 Feb 10:42
452e673
Compare
Choose a tag to compare

v4.2.0

08 Feb 11:34
Compare
Choose a tag to compare

v4.1.2

22 Jan 18:18
6907a60
Compare
Choose a tag to compare

v4.1.1

22 Jan 09:55
f288ce0
Compare
Choose a tag to compare

v4.1.0

17 Jan 11:45
babda89
Compare
Choose a tag to compare

v4.0.8

10 Jan 15:13
c507f3d
Compare
Choose a tag to compare
v4.0.8 Pre-release
Pre-release

Downloads for this release

Note: This version introduces a minor change from v4.0.7. To enable auto-reply configuration, please add the following to your config. Then target this entity for make auto_reply changes. This entity will in future be populated with existing mailbox settings.

      auto_reply_sensors:
        - name: "XXXX AutoReply"

Enhancements

Maintenance

v4.0.7

22 Dec 12:33
ec0a519
Compare
Choose a tag to compare

v4.0.6

19 Dec 10:26
ed089e2
Compare
Choose a tag to compare

v4.0.5

18 Dec 15:00
0579b55
Compare
Choose a tag to compare

v4.0.4

14 Dec 11:05
a8e646e
Compare
Choose a tag to compare
v4.0.4 Pre-release
Pre-release

Downloads for this release

Enhancements

  • Add update/delete task services
  • Add enable/disable auto reply services
  • Add data co-ordinator to reduce parallel calls to O365 api
  • Improve quality of service calls. Provide proper inputs via UI.

Maintenance

  • Break out sensors into separate class files for simplification.
  • Change name of module to Office 365 rather than Office 365 Calendar
Full list of changes - [Split out sensors](https://github.com/RogerSelwyn/O365-HomeAssistant/commit/ee1a2307612ebff87e7bdeda370be791d3894fa2) - @RogerSelwyn - [Incorporate conflicting changes](https://github.com/RogerSelwyn/O365-HomeAssistant/commit/54cb00217701a70f62e4b890facb5316f42f9b24) - @RogerSelwyn - [Remove blank lines](https://github.com/RogerSelwyn/O365-HomeAssistant/commit/cc2573bdab052c891d5d64d1b8d9b03f06d255d0) - @RogerSelwyn - [Refit previous changes](https://github.com/RogerSelwyn/O365-HomeAssistant/commit/acd9ab231d76a1567e26c83d9cb871b8967638e6) - @RogerSelwyn - ['Refactored by Sourcery'](https://github.com/RogerSelwyn/O365-HomeAssistant/commit/adb49403c8b5aa3351fd604fa8b2002c3f6b2532) - @None - [Convert to inclusion as a platform service on Inbox and Query sensor](https://github.com/RogerSelwyn/O365-HomeAssistant/commit/c2ea6093ba85597c7bec006927f77358fcded76e) - @RogerSelwyn - [Remove necessary parameter](https://github.com/RogerSelwyn/O365-HomeAssistant/commit/09721ad4a47f6d54d200f202ae88ad86e78b1f88) - @RogerSelwyn - [Change name of module since it it no longer just a calendar](https://github.com/RogerSelwyn/O365-HomeAssistant/commit/4a0bf8c1090aca3459bace40a492c4c70027247d) - @RogerSelwyn - [Fix setup of services](https://github.com/RogerSelwyn/O365-HomeAssistant/commit/71611761ef34bcda2c5d78c362d86c4071f814af) - @RogerSelwyn - [Add description](https://github.com/RogerSelwyn/O365-HomeAssistant/commit/b1f72337aef6b82b14bdbc2137b534b8030f6c6d) - @RogerSelwyn - [Minor tweaks](https://github.com/RogerSelwyn/O365-HomeAssistant/commit/e630bbcf9806bdb35c446b9befb83b7a4100825c) - @RogerSelwyn - [Add services for update/delete task](https://github.com/RogerSelwyn/O365-HomeAssistant/commit/7f550969697b62e8e576b6391977ad1df74bad47) - @RogerSelwyn - [Extend autoreply capabilities](https://github.com/RogerSelwyn/O365-HomeAssistant/commit/ed678c1cedd9d7d06bead73f1a5c0c261399915e) - @RogerSelwyn - [Improve quality of service calls via UI](https://github.com/RogerSelwyn/O365-HomeAssistant/commit/1d107b61234868061e35c37288549275a53f5e4e) - @RogerSelwyn - [Bump to v4.0.4](https://github.com/RogerSelwyn/O365-HomeAssistant/commit/b9d4332cdfdaba8095c2f43710650b0c888751c2) - @RogerSelwyn - [Auto update requirements.txt](https://github.com/RogerSelwyn/O365-HomeAssistant/commit/8aa0158478b47dbc9a4fa7da5cf56f0238a7795a) - @actions-user