* Add documentation about new key: time_format
Based on PR home-assistant/home-asssitant#26940 this adds athe documentation about the new key + a warning on relying to much on the time based sensors.
* Remove time_format key as it doesn't belong in backend
* Remove time_format from the full configuration example
* Add info about time being represented as UTC
Home Assistant might detect some HomeKit devices that aren't currently supported by the integration (such as TVs that have been updated with HomeKit support). Added a note to explain this situation.
* Correct some minor typos
Also provide some additional information and provide consistency with not capitalizing "ecobee" (except in the title)
* ✏️ Tweaks
* Fix docs.micropython.org link
Ref #10491
* Updated Python Requests link.
Ref #10491
* Updated link
https://home-assistant-lovelace-gallery.netlify.com/ to
https://www.awesome-ha.com/
Ref #10491
* Fixed link to layla.amazon.com
Ref #10491
* Updated the nestdevelopers.io link to point to
developers.next.com since
nestdevelopers.io
returns a non existant domain
Ref #10491
* Updated link for TOR browser on Android
Now points to official App from the TOR project
(#10491)
* Updated light.mqtt link on blog post
(#10491)
* Fix typo.
* Update outdated blog post link to translation
(#10491)
* Update link to speedtestservers and server_id
The link to the speedtestservers seems to be broken. The new link does work. Also the server_id seems to be mandatory at this point. So this sets the server_id to be required and in the example configuration.yaml inserts an example server_id.
* Removes sever_id from configuration.yaml
Removes sever_id from configuration.yaml. It's not necessary if server_id is optional.
* Changes server_id to be optional again
* Added note for users of earlier versions than 0.97
Updated page with a note for users coming from earlier versions than 0.97 to only remove password from the config file. Used parts of the text from the breaking change text for release 0.97.
Fixes issue #10179
* MInor change
* automation troubleshooting.markdown
Add explanation of making check config visible
* withings.markdown
Add explanation of how to make the check config tool visible
* configuration.markdown
Add explanation to display the check config tool
* Fix broken link
* fix link OwnTracks platform
* fix link in lights built-in profiles
* fix link in Configurator the source
* fix link in Todoist determine....
determine what task in each project is "most" important
#19006 changed the way services interact with all entities. This PR just updates the documentation to reflect that the user must use `all` to target all switches