Changed the `timestamp_custom' local_boolean to `true` as the template was formatted to return a UTC time and compare it to a local time from `sensor.time`.
* 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.