Proposing changes to steps 8a and 8d. I looked back at previous versions and I don't think these steps were updated when the other steps it was originally referencing were moved/changed.
* Small comment added to expose_by_default
It's not entirely clear that listing specific entities in entity_config is not enough to expose an entity if expose_by_default is set to false.
(This is my first PR so I hope I've done it correctly)
* ✏️ Rewording in order to fix the build
We should recommend users to setup this optional configuration key, as some were unaware that this is a required step when they add devices in the future so we should inform them of this. Some users are not aware that they can also issue a voice command to sync the home assistant device list.
* Added port clarity
Added notes to make it clear that if they're not using port 443, the port has to be specified (very common problem)
* Add some other minor changes
* Updating Google Assistant Docs for spelling and formatting
No content updates. Just changes to the spelling and formatting
* Update google_assistant.markdown
Attempting to make it more clear to users (particularly hass.io users) that the gactions cli can be run from any pc. Replaced "install" with "download" and a few other changes.
A few people have got lost by not adding the config (since it isn't explicit when you need it by). Added a new step 8 to point out that you have to have it in by now or you can't continue.
* Language clarification
Made it clearer that in 4.2 the client_id is the same as used before. Existing language is unclear and suggests that making them the same is optional.
* Also added clarity on the sync service
* Add new configuration variables for request_sync
* Update google_assistant.markdown
Include note about initial sync with agent_user_id
* Change to api_key - remove homegraph prefix
* ✏️ Small spelling/grammar fixes
* Add google_assistant component
* Be more explict about config keys and replaced strings
* Fix typo and minor language change
* Some minor spelling & grammar fixes