diff --git a/documentation/docs/how-to/third-party/third-party-guides.md b/documentation/docs/how-to/third-party/third-party-guides.md new file mode 100644 index 000000000..78b24d34c --- /dev/null +++ b/documentation/docs/how-to/third-party/third-party-guides.md @@ -0,0 +1,13 @@ +# Third party guides + +[TOC] + +## Home Assistant + +- [(Add-on) DSMR-reader & remote datalogger](https://github.com/sanderdw/hassio-addons) - by Sander de Wildt +- [(Integrations DSMR-reader sensor via MQTT](https://www.home-assistant.io/integrations/dsmr_reader/) - by Wim Haanstra + +--- + +## HomeWizard +- [How to get Homewizard P1 meter telegrams into DSMR Reader using automations](https://community.home-assistant.io/t/how-to-get-homewizard-p1-meter-telegrams-into-dsmr-reader-using-automations/745345) - by `mchangsp` diff --git a/documentation/docs/index.md b/documentation/docs/index.md index c06c3f05f..3a060f45c 100644 --- a/documentation/docs/index.md +++ b/documentation/docs/index.md @@ -11,6 +11,7 @@ See sidebar for a more specific navigation or below for a (global) overview. ## [Contributions](explained/hall-of-fame.md#contributions) ## [Developing DSMR-reader](how-to/development.md#developing-dsmr-reader) ## [Donating](how-to/donating.md#donating) +## [Third party guides](how-to/third-party/third-party-guides.md#third-party-guides) ## [API](reference/API.md#api) ## [Environment variables](reference/environment-variables.md#environment-variables) ## [Plugins](reference/plugins.md#plugins) diff --git a/legacy-docs/how-to/installation/using-home-assistant.rst b/legacy-docs/how-to/installation/using-home-assistant.rst deleted file mode 100644 index 58b66be60..000000000 --- a/legacy-docs/how-to/installation/using-home-assistant.rst +++ /dev/null @@ -1,13 +0,0 @@ -Installation: Using Home Assistant -================================== - -There is some third party support for Home Assistant. This may ease any integrations between DSMR-reader and Home Assistant. - -Integrations ------------- -- `DSMR-reader sensor via MQTT `__ (third party, by Wim Haanstra) - - -Add-ons -------- -- `DSMR-reader & remote datalogger `__ (third party, by Sander de Wildt)