From f2463cab1a48723c1d9a34cc5d7dcf48171f8290 Mon Sep 17 00:00:00 2001 From: Josa Gesell Date: Mon, 13 Aug 2018 21:17:03 +0200 Subject: [PATCH] Fix typos in Homematic documentation (#5992) * Fix typos in Homematic documentation * Fix our name * Other minor fixes * Remove some sentences --- source/_addons/homematic.markdown | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/source/_addons/homematic.markdown b/source/_addons/homematic.markdown index 6a92bbff817..50a56b1bd9d 100644 --- a/source/_addons/homematic.markdown +++ b/source/_addons/homematic.markdown @@ -9,11 +9,12 @@ sharing: true footer: true --- -Set up a [HomeMatic](https://github.com/eq-3/occu) hardware layer. At the moment we don't support hmIP, but that is in progress. For learning and handling devices use our internal HomeMatic panel and services (in progress) or use [Homematic-Manager](https://github.com/hobbyquaker/homematic-manager) > 2.0. +Set up a [HomeMatic](https://github.com/eq-3/occu) hardware layer. For learning and handling devices use [Homematic-Manager](https://github.com/hobbyquaker/homematic-manager) > 2.0. -The logic layer will be Home-Assistant. There is no ReGa or other logic layer installed. You can't import an existing configuration, you'll need re-learn it into Home-Assistant. +The logic layer will be Home Assistant. There is no ReGa or other logic layer installed. You can't import an existing configuration, you'll need re-learn it into Home Assistant. Follow devices will be supported and tested: + - [HM-MOD-RPI-PCB](https://www.elv.ch/homematic-funkmodul-fuer-raspberry-pi-bausatz.html) ```json @@ -38,17 +39,19 @@ Follow devices will be supported and tested: Configuration variables: -- **rf_enable** (*Require*): Boolean. Enable or disable BidCoS-RF. -- **wired_enable** (*Require*): Boolean. Enable or disable BidCoS-Wired. +- **rf_enable** (*Required*): Boolean. Enable or disable BidCoS-RF. +- **wired_enable** (*Required*): Boolean. Enable or disable BidCoS-Wired. -For RF devices -- **type** (*Require*): Device type for RFD service. Look into the manual of your device. -- **device** (*Require*): Device on the host. +For RF devices: -For RF devices -- **serial** (*Require*): Serial number of the device. -- **key** (*Require*): Encrypted key. -- **ip** (*Require*): IP address of LAN gateway. +- **type** (*Required*): Device type for RFD service. Look into the manual of your device. +- **device** (*Required*): Device on the host. + +For wired devices: + +- **serial** (*Required*): Serial number of the device. +- **key** (*Required*): Encrypted key. +- **ip** (*Required*): IP address of LAN gateway. ## {% linkable_title Home Assistant configuration %} @@ -64,7 +67,8 @@ homematic: ## {% linkable_title Raspberry Pi3 %} -With HM-MOD-PRI-PCB you need to add follow into your `config.txt` on boot partition: -``` +With HM-MOD-RPI-PCB you need to add follow into your `config.txt` on boot partition: + +```text dtoverlay=pi3-miniuart-bt ```