Add config sample and fix requirements_all

This commit is contained in:
MartinHjelmare 2015-12-18 03:58:21 +01:00
parent eae07c070a
commit 845926236e
2 changed files with 30 additions and 3 deletions

View File

@ -6,6 +6,33 @@ API.
For more details about this platform, please refer to the documentation at
https://home-assistant.io/components/sensor.mysensors.html
New features:
New MySensors component.
Updated MySensors Sensor platform.
New MySensors Switch platform.
Multiple gateways are now supported.
Configuration.yaml:
mysensors:
port:
- '/dev/ttyUSB0'
- '/dev/ttyACM1'
debug: true
persistence: true
persistence_file:
- 'path/to/.homeassistant/mysensors.json'
- 'path/to/.homeassistant/mysensors2.json'
version: '1.5'
sensor:
platform: mysensors
switch:
platform: mysensors
"""
import logging

View File

@ -85,6 +85,9 @@ paho-mqtt==1.1
# homeassistant.components.mqtt
jsonpath-rw==1.4.0
# homeassistant.components.mysensors
https://github.com/theolind/pymysensors/archive/2aa8f32908e8c5bb3e5c77c5851db778f8635792.zip#pymysensors==0.3
# homeassistant.components.notify.pushbullet
pushbullet.py==0.9.0
@ -121,9 +124,6 @@ py-cpuinfo==0.1.6
# homeassistant.components.sensor.forecast
python-forecastio==1.3.3
# homeassistant.components.mysensors
https://github.com/theolind/pymysensors/archive/2aa8f32908e8c5bb3e5c77c5851db778f8635792.zip#pymysensors==0.3
# homeassistant.components.sensor.openweathermap
pyowm==2.2.1