Fix typos in Homematic documentation (#5992)

* Fix typos in Homematic documentation

* Fix our name

* Other minor fixes

* Remove some sentences
This commit is contained in:
Josa Gesell 2018-08-13 21:17:03 +02:00 committed by Franck Nijhof
parent d6965b3205
commit f2463cab1a

View File

@ -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
```