Collection of custom componets to use with Home Assistant. This repo mainly consists of useful sensor which use the Python requests
package to fetch data from an HTTP endpoint. Since protocol handling is not allowed in Home Assistant core, those components end up here.
Each component is isolated in its own folder with a README and CHANGELOG. There is provided support for custom_updater for every component which has a released status.
- Create (if not already created) a folder in your
/config
directory calledcustom_components
- Copy
<custom_component>/<integration>
from this repo to the same location - Restart Home Assistant
e.g:
https://github.com/thibmaek/custom-components/telemeter/__init__.py
--> /config/custom_components/telemeter/__init__.py
https://github.com/thibmaek/custom-components/telemeter/sensor.py
--> /config/custom_components/telemeter/sensor.py
https://github.com/thibmaek/custom-components/telemeter/manifest.json
--> /config/custom_components/telemeter/manifest.json