Fixed quoting on example templates. Quoting was invalid, used `'` for inside and outside quotes. Quotes needed to alternate. e.g. `"` outside and `'` inside or `'` outside and `"` inside. I chose the former.
* stub
* initial stuff
* initial work
* starting work
* initil work for the Dynalite component
* fixes some place where it still says "hue" instead of "dynalite"
* ✏️ Tweak
* updated the header per klaasnicolaas instructions
* ✏️ Tweak
* ✏️ Tweaks
* ⬆️ Bump ha_version
Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
* Add documentation for MELCloud integration
* Remove quotes from HA release
* Make the text flow
Co-Authored-By: Teemu R. <tpr@iki.fi>
* Make the text flow 2
Co-Authored-By: Teemu R. <tpr@iki.fi>
* Make the text flow 3
Co-Authored-By: Teemu R. <tpr@iki.fi>
* Add link to MELCloud
* Switch that abbreviation
* Clarify and update configuration.yaml setup
* Clarify configuration.yaml setup, vol 2
* Clarify token refresh
* Try to clarify the power control
* Update melcloud.markdown
Co-authored-by: Teemu R. <tpr@iki.fi>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
* update configuration and add new way to get the IDs
* Update source/_integrations/surepetcare.markdown
Co-Authored-By: Franck Nijhof <frenck@frenck.nl>
* Update source/_integrations/surepetcare.markdown
Co-Authored-By: Franck Nijhof <frenck@frenck.nl>
* Update source/_integrations/surepetcare.markdown
Co-Authored-By: Franck Nijhof <frenck@frenck.nl>
* implement suggestions from @frenck & add screenshot
* ✏️ Change the way the image is embeded
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
* added documentation for recorder component
Added db_max_retries and db_retry_wait variables to docs
* added default values to vars and edited database setup section.
* readded recorder details line i mistakenly removed
* changed int to integer
* Documentation for Minecraft Server integration
* Update documentation to match changes in parent pull request
* ha_category: Binary sensor -> Binary Sensor
* Update documentation after fixed review findings
* Added troubleshooting info
The `INVALID_CLIENT: Invalid redirect URI` error can occur when the URL, for example, contains a port number. This can happen if the port number is set in the Base_URL attribute of the HTTP integration.
* Convert text to note box
* ✏️ Tweak
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
* Update streamlabswater.markdown
I didn't know about the API costs when I purchased the device, so this warning may help others make a more informed decision if they want to buy this product based on it's HA integration like I did.
* Moved warning from description to a note box
Wasn't sure if a note box, or a warning box was appropriate, so just used a normal note box. I also added a link to their subscription page instead of specifically listing the prices. That way if the prices change the docs don't need updated.
* Update streamlabswater.markdown
Fixed broken URL from previous edit
* ✏️ Tweak
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
* added note about name variable
I though that name is just for frontend and spent some time finding out where my sensor had gone when I had changed its name.
Hope it will save others' time.
Actually, I don't think this component's approach is great - would be much more intuitive to have name as a key of a dictionary (as with template sensors, for example) and a friendly_name for UI.
Unfortunately, there are many of similar components - perhaps they are older than current template sensor's implementation?
* links -> relative
* ✏️ Tweak
Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
* Add documentation for new opnsense component
This commit adds documentation for the opnsense device tracker which is
being added in home-assistant/home-assistant#26834.
* Update source/_components/opnsense.markdown
Co-Authored-By: Klaas Schoute <klaas_schoute@hotmail.com>
* Fixes from review comments
* More updates from code review
The previous updates in dc933232ab654d79a27cc0a16f8ca13b16196d46 around
the defaults were applied a bit too mechanically and the same problem
existed elsewhere in the configuration section. This commit also updates
those to fix the same issue there.
* ✏️ Tweaks
* Move documentation to new integrations location
* Remove LAN default for tracker_interfaces
Part of the review changes made to the PR adding this component was to
not set a default value for the tracker_interfaces to ["LAN"]. This
commit just updates the configuration section of the docs to reflect
this change.
* Update opnsense.markdown
Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>