* Installation on Windows: VMware update procedure
- update procedure to work with latest versioin of VMware workstation 17 Player
- Procedure is mostly based on / Credits to SimplySmartHouse on https://community.home-assistant.io/t/installing-home-assistant-on-vmware-player-17/570428
- Procedure was reproduced on a Windows 10 system, using a HAOS v 11.1 image.
- Implements feedback from #30128
* Fix typo, add troubleshooting step
* Fix typo
* Implement review feedback
* Add Matter Geneva blog
* Rename 2023-11-30-nabu-cas-at-the-matter-member-meeting to 2023-11-30-nabu-cas-at-the-matter-member-meeting.markdown
* Update source/_posts/2023-11-30-nabu-cas-at-the-matter-member-meeting.markdown
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
* Rename 2023-11-30-nabu-cas-at-the-matter-member-meeting.markdown to 2023-11-30-nabu-casa-at-the-matter-member-meeting.markdown
* Update and rename 2023-11-30-nabu-casa-at-the-matter-member-meeting.markdown to 2023-12-04-nabu-casa-at-the-matter-member-meeting.markdown
---------
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
* Enhance Ubus Integration Documentation & Refine ACL Permissions
The current documentation does not contain enough information to start using the ubus integration, and the current ACL config file gives more permission than is actually needed.
This change explains how to add a system user `hass` and documents the configuration of `/etc/config/rpcd` configuration file. Those steps are missing from the current configuration.
Credits for those valuable steps go to: https://github.com/kvj/hass_openwrt.
Further more, the current ACLs config file gives more permission than is actually needed to make the integration work.
* Tiny style tweaks
* Update source/_integrations/ubus.markdown
* Update source/_integrations/ubus.markdown
---------
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
* Move tts_service from example to configuration
* Implement feedback by the author of this PR
---------
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
* Document Slack block limit per message
* Explain where blocks and message fields will be used by Slack
* Update example to clarify block/message usage
---------
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
* Document member ID retrieval in house
* Normalise usage of member vs user
* Change instructions to ordered list
* Update source/_integrations/slack.markdown
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
* Update slack.markdown
---------
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
When following the steps, the text "and click 'Go to credentials'" confused me since I was not offered such a button. The next step brought me to where I needed to go.
The text "and click 'Go to credentials'" is not needed.
Two `value_template` templates were comparing the state of a cover entity to "on"/"off" in one place, and "open"/"closed" in another. The latter are the correct state values.
* Installation generic x86: add steps
- to use restore disk image from Ubuntu instead of using Balena Etcher to install HAOS
- Restructure procedures to favor the live Operating System from USB over the Balena Etcher method
- Reason: according to the issue tracker, there seem to be recurring issues with the Balena Etcher method
- Adresses feedback provided in #29684, #28961, and #28706
* fix formatting
* Add notice, fix step numbers
* Apply suggestions from code review
Co-authored-by: Stefan Agner <stefan@agner.ch>
* Apply suggestions from code review
Co-authored-by: Stefan Agner <stefan@agner.ch>
* Fix structure
* Update procedure and screenshots
* Fix formatting
* Small rephrase
* Tweaks
* Fix typo
* Add note to decompress image file if installation fails
- as indicated by #28961
* Apply suggestions from code review
Co-authored-by: Stefan Agner <stefan@agner.ch>
* Update source/_includes/installation/operating_system.md
Co-authored-by: Stefan Agner <stefan@agner.ch>
* Rephrase caution statement
* Apply suggestions from code review
Co-authored-by: Stefan Agner <stefan@agner.ch>
---------
Co-authored-by: Stefan Agner <stefan@agner.ch>