Dette plugin er i stor stil inspireret af Briis/RenoWeb.
Derudover er det mit første HACS plugin, og noget af det første jeg skriver i Python. Gør mig gerne opmærksom på bad practices og ting der kan gøres smartere.
Henter informationer om næste tømningsdag fra RenoWeb Legacy løsninger, det vil sige løsninger der ikke understøttes af Briis/RenoWeb (Tror jeg).
This component will set up the following platforms.
Platform | Description |
---|---|
sensor |
Show info from Renoweb_Legacy API. |
- Using the tool of choice open the directory (folder) for your HA configuration (where you find
configuration.yaml
). - If you do not have a
custom_components
directory (folder) there, you need to create it. - In the
custom_components
directory (folder) create a new folder calledrenoweb_legacy
. - Download all the files from the
custom_components/renoweb_legacy/
directory (folder) in this repository. - Place the files you downloaded in the new directory (folder) you created.
- Restart Home Assistant
- In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "Renoweb_Legacy"
Indtast først host til RenoWeb, eks. https://faxe.renoweb.dk
, herefter dit adrid, som findes ved at søge efter din adresse, mens du kigger efter i netværksfanen i dit debug tool. Her skal du bruge "value" værdien fra din adresse.
If you want to contribute to this please read the Contribution guidelines
This project was generated from @oncleben31's Home Assistant Custom Component Cookiecutter template.
Code template was mainly taken from @Ludeeus's integration_blueprint template