From 87b33d5098f35e242e7df1f8c6fcf0d404098244 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 27 Jan 2016 09:23:44 +0100 Subject: [PATCH] Move configuration details to docs --- homeassistant/components/mysensors.py | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/homeassistant/components/mysensors.py b/homeassistant/components/mysensors.py index 40051806709..43730f743cc 100644 --- a/homeassistant/components/mysensors.py +++ b/homeassistant/components/mysensors.py @@ -1,32 +1,11 @@ """ homeassistant.components.mysensors -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MySensors component that connects to a MySensors gateway via pymysensors 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. Currently only in optimistic mode (compare -with MQTT). -Multiple gateways are now supported. - -Configuration.yaml: - -mysensors: - gateways: - - port: '/dev/ttyUSB0' - persistence_file: 'path/mysensors.json' - - port: '/dev/ttyACM1' - persistence_file: 'path/mysensors2.json' - debug: true - persistence: true - version: '1.5' +https://home-assistant.io/components/sensor.mysensors/ """ import logging