From 89a74bb3246fb26de2aeb4681fb9ecf3c209943f Mon Sep 17 00:00:00 2001 From: Nicholas Alipaz Date: Sun, 20 May 2018 23:06:20 -0700 Subject: [PATCH] sync --- config/automations/persistence.yaml | 1 - config/zwave.yaml | 10 +--------- configuration.yaml | 2 ++ 3 files changed, 3 insertions(+), 10 deletions(-) delete mode 120000 config/automations/persistence.yaml diff --git a/config/automations/persistence.yaml b/config/automations/persistence.yaml deleted file mode 120000 index 3b9b0a5..0000000 --- a/config/automations/persistence.yaml +++ /dev/null @@ -1 +0,0 @@ -../../submodules/dale3h-homeassistant-config/automation/persistence.yaml \ No newline at end of file diff --git a/config/zwave.yaml b/config/zwave.yaml index eb1f85c..7b4d142 100644 --- a/config/zwave.yaml +++ b/config/zwave.yaml @@ -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 diff --git a/configuration.yaml b/configuration.yaml index 5bdd3d9..1c7f0cc 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -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: @@ -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: