* Created documentation for the new Microsoft Teams platform
* Added service data
* Changed from webook_url to url
* Added missing logo and changed some things after code review
* Add documentation for configuring Alexa Intents AWS Lambda function
* Some clean up and SPG fixes
* Remove spurious 'Smart Home' references
* Wrap images in <p class='img'> in Alexa AWS documentation
* Only mention Duck DNS addon for https since it incorporates Let's Encrypt
* Use [text](url) link syntax rather than <url>
Improved descriptions for service data attributes under `climate.set_temperature`. I think we should also add a note about `heat_cool` and `auto` HVAC modes not being the same thing, but I'm not exactly sure how to word it even after rereading the changes to the Climate integration in 0.96.
Use only one 'pin_mode' per device instead of groups. This way it will be future proof if the library changes something for just one device instead of a group.
This is backwards compatible as the 'Lite', 'One' and 'PC' are internally handled the same way. 'Prime' is now handled slightly different due to changes in the library, so users of the Orange Pi Prime are advised to change their configuration to this new value.
Also fixes a link anchor.
* Update climate.knx.markdown
Some KNX Room controllers (RCD 20xx, 2178) have inverted power ON/OFF value. ON means disable controller, OFF means enable controller.
* Update climate.knx.markdown
Add default value to new param on_off_inverted.
* Parameter name changed to on_off_invert.
* 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>