Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Rob Connolly
hass-config
Commits
35bcb8e0
Commit
35bcb8e0
authored
Dec 16, 2019
by
Rob Connolly
Browse files
Add mysensors gateway.
parent
d012f9b1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
11 deletions
+11
-11
configuration.yaml
configuration.yaml
+0
-11
docker-compose.yml
docker-compose.yml
+2
-0
packages/mysensors.yaml
packages/mysensors.yaml
+9
-0
No files found.
configuration.yaml
View file @
35bcb8e0
...
...
@@ -59,17 +59,6 @@ mqtt:
# publish_topic: !secret es_pub_topic
# subscribe_topic: !secret es_sub_topic
# not using this yet
#mysensors:
# gateways:
# - device: !secret mysensors_host
# persistence_file: '/home/hass/.homeassistant/mysensors.json'
# tcp_port: !secret mysensors_port
# debug: true
# persistence: true
# version: '1.5'
# optimistic: false
#zoneminder:
# host: !secret zm_host
# path: /zm/
...
...
docker-compose.yml
View file @
35bcb8e0
...
...
@@ -29,6 +29,8 @@ services:
volumes
:
-
/mnt/docker-data/home-assistant:/config
-
/etc/localtime:/etc/localtime:ro
devices
:
-
/dev/ttyUSB0:/dev/ttyUSB0
depends_on
:
-
mosquitto
restart
:
always
...
...
packages/mysensors.yaml
0 → 100644
View file @
35bcb8e0
---
mysensors
:
gateways
:
-
device
:
/dev/ttyUSB0
persistence_file
:
'
/config/mysensors.json'
debug
:
true
persistence
:
true
version
:
'
2.3'
optimistic
:
false
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment