* S3-Box voice assistant
- Delete procedure instructing to delete the config
- if the device had been used before
* Also remove procedure for ATOM ECHO
* Update onboarding.markdown to fix next page
* Getting started: fix order in side navigation, fix links
---------
Co-authored-by: c0ffeeca7 <k0ffeeka7@gmail.com>
* Deprecate service list_events in favor of get_events
- The service `calendar.list_events` is deprecated in favor or `calendar.get_events`
- in 2023.12. Scheduled to be removed in 2024.6
- This PR adds a note that this service is deprecated
- The docs for `get_events` are a topic for a separate PR
- Unlike list_events, get_events supports multiple responses
- related parent PR in core: https://github.com/home-assistant/core/pull/102481
* remove newlines
* Remove dates to align with format of other deprecation notices
* WIP: add calendar.list_events
* Add example of get_event, remove list_event
* Fix exmaple in service-calls
* Update modbus documentation to add fan state settings
core PR incoming to add this feature
* Update modbus.markdown
Remove list option from fan mode values
* Draft of blog post
* Add more text
* Move images, change title casing and social image
* Add videos and s3-box tutorial link
* Requested changes
* Shrink social image
* Update source/_posts/2023-12-13-year-of-the-voice-chapter-5.markdown
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
* Update source/_posts/2023-12-13-year-of-the-voice-chapter-5.markdown
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
* Update source/_posts/2023-12-13-year-of-the-voice-chapter-5.markdown
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
* Update source/_posts/2023-12-13-year-of-the-voice-chapter-5.markdown
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
* Update social again
* Update source/_posts/2023-12-13-year-of-the-voice-chapter-5.markdown
---------
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
* Draft of blog post
* Add more text
* Move images, change title casing and social image
* Add videos and s3-box tutorial link
* Requested changes
* Shrink social image
* Update source/_posts/2023-12-13-year-of-the-voice-chapter-5.markdown
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
* Update source/_posts/2023-12-13-year-of-the-voice-chapter-5.markdown
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
* Update source/_posts/2023-12-13-year-of-the-voice-chapter-5.markdown
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
* Update source/_posts/2023-12-13-year-of-the-voice-chapter-5.markdown
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
* Update social again
* Update source/_posts/2023-12-13-year-of-the-voice-chapter-5.markdown
---------
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
* Add Silicon Labs blog
* Update Silicon Labs blog date
* Update source/_posts/2023-12-12-silicon-labs-official-partnership-nabu-casa.markdown
---------
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
* Add documentation for `weather.get_forecasts`
This was missed as part of the 2023.12 release. Document
the new service and note the old is now deprecated.
* Tiny tweaks
* remove raw tags
* Apply suggestions from code review
* Update per review.
* Remove old deprecated service
* Put example to hourly and specify daily is the default
* Put example response in a details block.
* Update temlplate example to use get_forecasts.
* Update python script example for get_forecasts.
* Update source/_integrations/weather.markdown
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update source/_integrations/weather.markdown
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update examples for weather.get_forecasts
* Review update
Simplify template example for get_forecasts documentation.
---------
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>