Skip to content
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.

thibmaek/custom-components

Repository files navigation

Custom Components

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.

Custom updater

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.

Adding to Home Assistant

  1. Create (if not already created) a folder in your /config directory called custom_components
  2. Copy <custom_component>/<integration> from this repo to the same location
  3. 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