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
* 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"
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.
* Revert "add documentation for "shared_gpio" flag to component switch.rpi_gpio"
This reverts commit f2dba1f614.
* clearify that rpi_gpio pins are exclusive to HASS-ussage when assigned
* Update example entity_id for System Monitor component
Required update if/when home-assistant/home-assistant#12124 gets merged.
* Update entity_id
Update entity_id to reflect changes in PR
* Remove note
Remove note about differing entity_ids: after home-assistant/home-assistant#12124 is merged, all entity_ids will match the resource name.
The query with pg_size_pretty returns the value as a string, that way you can’t have a nice chart or make value comparison. Inserted new query to return value as number.