Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
nalipaz committed May 21, 2018
1 parent 7c103ca commit 89a74bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
1 change: 0 additions & 1 deletion config/automations/persistence.yaml

This file was deleted.

10 changes: 1 addition & 9 deletions config/zwave.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,2 @@
usb_path: /dev/ttyUSB-zwave
config_path: /usr/local/lib/python3.4/dist-packages/libopenzwave-0.3.1-py3.4-linux-armv7l.egg/config
polling_interval: 60000
new_entity_ids: true
usb_path: /dev/ttyUSB0
network_key: !secret zwave_network_key
device_config:
light.livingroomlights_level:
polling_intensity: 1
switch.frontporchlight_switch:
polling_intensity: 1
2 changes: 2 additions & 0 deletions configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ frontend:
- /local/custom_ui/state-card-custom-ui-es5.html
- /local/custom_ui/state-card-tiles.html
http:
server_port: 8124
api_password: !secret http_password
base_url: !secret base_url
updater:
Expand Down Expand Up @@ -49,3 +50,4 @@ google_assistant: !include config/google_assistant.yaml
#zone 1: !include config/zones/home.yaml
#zone 2: !include config/zones/work.yaml
zone: !include_dir_list config/zones/
cloud:

0 comments on commit 89a74bb

Please sign in to comment.