From 3ea167203f670d1decb47d69049106bb9b4fd070 Mon Sep 17 00:00:00 2001 From: Fabian Affolter <fabian@affolter-engineering.ch> Date: Fri, 23 Oct 2015 22:48:30 +0200 Subject: [PATCH] Remove configuration details --- homeassistant/components/sensor/mysensors.py | 36 ++------------------ 1 file changed, 2 insertions(+), 34 deletions(-) diff --git a/homeassistant/components/sensor/mysensors.py b/homeassistant/components/sensor/mysensors.py index 84c62b26469..cb959522134 100644 --- a/homeassistant/components/sensor/mysensors.py +++ b/homeassistant/components/sensor/mysensors.py @@ -3,40 +3,8 @@ homeassistant.components.sensor.mysensors ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Support for MySensors sensors. -Configuration: - -To use the MySensors sensor you will need to add something like the -following to your configuration.yaml file. - -sensor: - platform: mysensors - port: '/dev/ttyACM0' - -Variables: - -port -*Required -Port of your connection to your MySensors device. - -debug -*Optional -Enable or disable verbose debug logging. - -persistence -*Optional -Enable or disable local persistence of sensor information. -Note: If this is disabled, then each sensor will need to send presentation - messages after Home Assistant starts - -persistence_file -*Optional -Path to a file to save sensor information. -Note: The file extension determines the file type. Currently supported file - types are 'pickle' and 'json'. - -version -*Optional -Specifies the MySensors protocol version to use (ex. 1.4, 1.5). +For more details about this platform, please refer to the documentation at +https://home-assistant.io/components/sensor.mysensors.html """ import logging -- GitLab