Home Assistant Assist
- Built-in (non-AI) agent sentences in Italian as well as English, contributed by @lollox80
- The answer comes back in the language of the sentence that matched, whatever the language of the assistant
- Italian times use the 24 hour clock, so fino alle 15 works as well as fino alle 15:30
- More flexible time handling for English times, including use of
midnightornoonor short forms like 'until 2' or 'until half past 3'. 12 hour time values will be assumed as am/pm based on the current time.
People
- Removed users added without Person entities from all occupancy checks.
- They will also not be included for any deliveries sent to
only_inoronly_outdevices since their presence is undefined, they will be included in theall_xxxdeliveries - Home Assistant uses
Personentities to define device ownership and occupancy
- They will also not be included for any deliveries sent to
Fixes
supernotify.enquire_archivewith an unknownidnow names that id in its error, instead of showing{notification_id}
What's Changed
- feat(assist): Italian sentences for the built-in conversation agent by @lollox80 in #220
- fix: name the missing id in enquire_archive's not-found error by @lollox80 in #222
Full Changelog: v2.10.0...v2.10.1