* Add a way to retrieve battery level via HTTP
The MQTT way of receiving data only seems to work if you have configured a MQTT backend.
Added a template sensor to get the battery level with a HTTP Owntracks backend.
This way is tested on my Hometracks system.
* Apply direct suggestions from code review
Added the easy changes where @frenck gets attributed
Co-Authored-By: Franck Nijhof <frenck@frenck.nl>
* Applied suggestion to value_template
Changed the way the value_template gets the battery_level as suggested by @frenck .
Tested on my system to make sure it works.
Co-Authored-By: Franck Nijhof <frenck@frenck.nl>
* Sets front matter defaults
* Removes default front matter from section templates/pages
* Removes default front matter from addon pages
* Removes default front matter from integration pages
* Removes default front matter from posts
* Removes default front matter from docs pages
* Removes default front matter from other pages
* Fixes blog category pages
* Automatically create linkable headers
* Visually improve position of linkable header chain icon
* Do not auto link headers on homepage
* Remove linkable_title everywhere
* 🚑 Re-instante linkable_title plugin as NOOP
The link for the react example returns a 404
Seems it has been moved to https://github.com/home-assistant/custom-panel-starter-kit-react
Updated the link description for better accessibility (when used with text-to-speech software used by visually impaired users).
* Delete configuration_yaml_by_silvrr.markdown
Repo no longer available
* Delete configuration_yaml_by_daniel_hoyer_iversen.markdown
Latest substantial change 8 months ago.
* Delete configuration_yaml_by_lancehaynie.markdown
Broken link.
* Delete configuration_yaml_by_skalavala.markdown
"Repository unavailable due to DMCA takedown."
* Delete configuration_yaml_by_gstevenson.markdown
No activity for a least 11 months.
As further changes to the KNX Cookbook will not be merged (read Paulus in home-assistant#8393 (comment)) this incomplete Cookbook should be removed from the repo. I have moved the latest version to the forum (again as suggested by Paulus): https://community.home-assistant.io/t/knx-cookbook/104707
the app that is described her is written for Appdaemon 2.0 and wont work with the latest version from appdaemon anymore.
it also suspects appdaemon and homeassistant to be installed in the same python environment, which is unadvisable in all cases.
i think its better to delete the page.
* Create automation_knx.markdown
The KNX information for HA are rather rudimentary and there are more open questions than answers.
Even if I am a beginner, I think it is a good idea to share my findings.
This knowledge will grow fast and I will keep this overview updated.
* Basic KNX automation example added
* ✏️ Tweaks
* ✏️ Tweaks