* Updated for recent Insteon version update
* Fix linkable_title
* Correct formating issues
* Clean up yaml content
* Exclude VS items
* Remove tabs from line
* Simplify description of config options
* Clarify device_override
* Remove newnames configuration option
* Fix spelling and clearify autodiscovery
* Remove tabs from yaml
* Update for documentation review
* Revert version back to original release version.
We clarify the location of the counter alias by renaming it `counter` --> `my_custom_counter` and remove potential for confusion with the similarly named `counter` field above.
* Clarity edit for timelapse and file path
Existing wording for timelapse implies that a value of 1000 results in pictures being taken every millisecond, so the value is in microseconds.
Added link for the whitelist to make it easier to find the relevant config section.
* Shorter URL
The Invalid Config card showing the ios component sends you to /components/ios/ which has now been moved to /docs/ecosystem/ios/, causing a 404 to be shows to users who click the link. Added the redirect statement to this page to accommodate.
* added first draft of documentation for bmw_connected_drive
* forgot to save...
* updated description of config file to latest implementation
* fixed reviews from @MartinHjelmare
* Minor changes
* Add periods
* Minor changes
* Minor changes
* Minor changes
* Fix
* It's a string
* Update mqtt_eventstream with ignore_call_service
Documentation for ignore_call_service
* update docs to reflect new functionality
updated docs based on PR feedback
* update example
* Added how to find the web UI.
As the getting started guide is now totally Hass.io focussed, there's no longer anywhere to tell people how to reach the web UI.
* Typo fix
Currently the venv links to python 3.4 specifically. Since support for py 3.4 is being dropped it makes more sense to point to the python 3 page where the user can select the version they are using. This principle probably applies to many links in the docs.
The note in the documentation for triggers says that the
homeassistant_start event has been deprecated. This PR just adds that
note to the events page.
It is unclear to me if homeassistant_stop has also been replaced by
'stop' on the 'homeassistant' platform. If so, the note should probably
be expanded on both pages to indicate that.
Using a more consistent usage regarding the interaction between `target`, `user_id` and `chat_id`.
The `target` can be both a `user_id` or a `target_id`, leaving the `user_id` (which was the original one). But the `chat_id` parameters should be a `chat_id` identificator, for consistency.
Also updated the description for `target` parameter on Telegram calls.
* Create media_player.xiaomi_tv.markdown
* Updated documentation to comply with style guidelines.
* Added default for value for name.
* Added appropriate information and warnings.
* Added release vesion.