Added note about disabling Z-Way (#4027)

* Added note about disabling Z-Way

A few people have had problems where they've installed the Razberry software, and it's then caused problems (locking the card, and/or over-writing the `zwcfg*.xml` file). Adding a note to ensure that if installed it is disabled.

* Minor changes
This commit is contained in:
DubhAd 2017-12-03 17:12:25 +00:00 committed by Fabian Affolter
parent bb8b434cb6
commit e3a54014bf

View File

@ -61,6 +61,10 @@ $ sudo systemctl disable hciuart
Finally, reboot to make those changes active. It's been reported that this is also required on the Pi2. Finally, reboot to make those changes active. It's been reported that this is also required on the Pi2.
<p class='note'>
If you've installed the Z-Way software, you'll need to ensure you disable it before you install Home Assistant or you won't be able to access the board. Do this with `sudo /etc/init.d/z-way-server stop; sudo update-rc.d z-way-server disable`.
</p>
### {% linkable_title Aeon Minimote %} ### {% linkable_title Aeon Minimote %}
Here's a handy configuration for the Aeon Labs Minimote that defines all possible button presses. Put it into `automation.yaml`. Here's a handy configuration for the Aeon Labs Minimote that defines all possible button presses. Put it into `automation.yaml`.
@ -74,7 +78,6 @@ Here's a handy configuration for the Aeon Labs Minimote that defines all possibl
event_data: event_data:
entity_id: zwave.aeon_labs_minimote_1 entity_id: zwave.aeon_labs_minimote_1
scene_id: 1 scene_id: 1
- id: mini_1_held - id: mini_1_held
alias: 'Minimote Button 1 Held' alias: 'Minimote Button 1 Held'
trigger: trigger:
@ -83,7 +86,6 @@ Here's a handy configuration for the Aeon Labs Minimote that defines all possibl
event_data: event_data:
entity_id: zwave.aeon_labs_minimote_1 entity_id: zwave.aeon_labs_minimote_1
scene_id: 2 scene_id: 2
- id: mini_2_pressed - id: mini_2_pressed
alias: 'Minimote Button 2 Pressed' alias: 'Minimote Button 2 Pressed'
trigger: trigger:
@ -92,7 +94,6 @@ Here's a handy configuration for the Aeon Labs Minimote that defines all possibl
event_data: event_data:
entity_id: zwave.aeon_labs_minimote_1 entity_id: zwave.aeon_labs_minimote_1
scene_id: 3 scene_id: 3
- id: mini_2_held - id: mini_2_held
alias: 'Minimote Button 2 Held' alias: 'Minimote Button 2 Held'
trigger: trigger:
@ -101,7 +102,6 @@ Here's a handy configuration for the Aeon Labs Minimote that defines all possibl
event_data: event_data:
entity_id: zwave.aeon_labs_minimote_1 entity_id: zwave.aeon_labs_minimote_1
scene_id: 4 scene_id: 4
- id: mini_3_pressed - id: mini_3_pressed
alias: 'Minimote Button 3 Pressed' alias: 'Minimote Button 3 Pressed'
trigger: trigger:
@ -110,7 +110,6 @@ Here's a handy configuration for the Aeon Labs Minimote that defines all possibl
event_data: event_data:
entity_id: zwave.aeon_labs_minimote_1 entity_id: zwave.aeon_labs_minimote_1
scene_id: 5 scene_id: 5
- id: mini_3_held - id: mini_3_held
alias: 'Minimote Button 3 Held' alias: 'Minimote Button 3 Held'
trigger: trigger:
@ -119,7 +118,6 @@ Here's a handy configuration for the Aeon Labs Minimote that defines all possibl
event_data: event_data:
entity_id: zwave.aeon_labs_minimote_1 entity_id: zwave.aeon_labs_minimote_1
scene_id: 6 scene_id: 6
- id: mini_4_pressed - id: mini_4_pressed
alias: 'Minimote Button 4 Pressed' alias: 'Minimote Button 4 Pressed'
trigger: trigger:
@ -128,7 +126,6 @@ Here's a handy configuration for the Aeon Labs Minimote that defines all possibl
event_data: event_data:
entity_id: zwave.aeon_labs_minimote_1 entity_id: zwave.aeon_labs_minimote_1
scene_id: 7 scene_id: 7
- id: mini_4_held - id: mini_4_held
alias: 'Minimote Button 4 Held' alias: 'Minimote Button 4 Held'
trigger: trigger: