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.
* Update homematic.markdown
in order to get it running and hass.io to be able to add new homematic sensors, I had to change the configuration in this particular way.
* Update homematic.markdown
double checked. only changed interface name is needed
We should provide proper guidance to the user about the importance of release notes and paying attention to breaking changes. A common error users face while updating home assistant is not paying attention to the breaking changes. If the user has not done an update in sometime they may also forget about previous breaking changes that still stand.
We should consider recommending a network key for all z-wave installations. As users begin to add more and more devices they may not think about adding this later on as the network grows. Many users come to Discord or elsewhere and get confused as to why their Z-Wave device is not functioning correctly and come to find out they needed a network key and to add the device securely. As more and more Z-Wave Plus devices come out there are more security enabled devices as well. All locks and sensors are pretty much security devices.
* Added port clarity
Added notes to make it clear that if they're not using port 443, the port has to be specified (very common problem)
* Add some other minor changes
The owner of the original Haaska does not appear to be maintaining the
repository. However, mike-grant has incorporated the v3 smart home API
changes in his fork.
* Update media_player.vlc.markdown
(My first submission) Updated the page to state this component is not compatible with Hassio at the moment.
* Minor changes
The documentation was missing the step to enable the calendar API. It this step is not completed, the following error appears in the log: Encountered 403 Forbidden with reason "accessNotConfigured"
* Added note calling out Hass.io only
Given the ongoing confusion that add-ons cause, adding a note box to call out that add-ons are Hass.io only.
* Fix typo
Clarify that values drawn produce a discrete uniform distribution, and not for example a normal (or bell shaped) distribution. I intend to implement a random physics sensor which will return a bell distribution and this edit will avoid confusion.