* Add more info about bluestacks token method
The bluestacks method didn't really tell enough how to get the token using the Bluestacks tweaker.
* Update vacuum.xiaomi_miio.markdown
Fix small typos.
* Added 'availability_template' to all Template Swicth platform
* Fixed Syntax and default
* Removed optional parameter from example config
* Apply suggestions from code review
Co-Authored-By: Franck Nijhof <frenck@frenck.nl>
* Simplify Android TV setup instructions
Now that HA can generate a key, it is no longer necessary for the
user to first connect to the device from another computer, copy the
key to their HA configuration directory, and add it to their
configuration.
* Minor tweaks and improvements
Hi
I've just setup an alexa skill using these instructions.
All seemed to work well.
2 Issues
1. The Client ID for EU doesn't seem to be correct.
I've fixed it here.
2. Error linking lambda and skill
When attaching the lamdba reference to the Skill I came across the issue and solution below (found from the error msg)
https://forums.developer.amazon.com/questions/183361/failed-to-save-skill-information.html
I could add a note for that , but I'm assuming it's something local to what I did.
Hope it helps
Peter
* Add action_topic and action_template parameters to configuration
* updated possible action_topic values to be more accurate
* update MQTT device tracker documentation to add custom payload to location mapping parameter
* update new parameter name
* revert MQTT climate changes that are submitted in separate PR
* support for payload_home, payload_not_home, and payload_custom
* fix grammar
* move optional fields to complete configuration example
* fix tabs
* ✏️ Tweak
* fix parameter type as designed
* change parameter types
* match formatting of original doc
* match formatting of original doc
* match formatting of original doc
* update docs based on code changes
* change parameter name for custom mapping payloads to other zones and improve description
* update complete configuration example to reflect parameter name change
* revert description for 'devices' and simplify explanation for 'payload_other_zones'
* fix qos parameter value in example
* remove 'payload_other_zones' per balloobs review
* final cleanup
* ✏️ Manual fix bad rebase
* ✏️ Whitespace
* ✏️ Whitespace
Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>