* Add Solar-Log docs
* fix suggested changes
* Remove of scan interval configuration option
* ✏️ Tweak
* ✏️ Tweak
* ✏️ Tweak
* Update due to component changes
Added the option to use configuration in the user interface.
Removed the requirement to not have http:// in the host address (will be automatically added now if not provided).
* ✏️ Tweaks
Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
* Update documentation for HomeKit Bridge (home-assistant#26791)
- Add documentation for advertise_ip and advertise_mac options
- Add documentation section for Docker Network Isolation
- Update homekit.markdown
* ✏️ Tweaks
* Remove the possibility to set the MAC address of the HomeKit Bridge
Since the MAC address is a random device ID, there is no need
for the user to be able to set a custom MAC address value for it.
This change was requested in the parent PR home-assistant#26791.
* ✏️ Tweaks
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
* 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.
* Correct grammar and improve clarity
The current version of this documentation refers to the Raspberry Pi 3 B+ as "the latest version" which is no longer correct with the release of the Pi 4. I changed this to explicitly refer to the 3 B+ instead of saying "the latest version." Do we want to continue saying "the latest version" and change the other references to the Pi 4? The Hass.io installer for the Pi 4 is still an RC which is why I ask.
* Revert "flash drive" change back to "USB stick"
* Sorry, one more quick change