mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
Move configuration details to docs
This commit is contained in:
parent
cf7c06d307
commit
87b33d5098
@ -1,32 +1,11 @@
|
|||||||
"""
|
"""
|
||||||
homeassistant.components.mysensors
|
homeassistant.components.mysensors
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
MySensors component that connects to a MySensors gateway via pymysensors
|
MySensors component that connects to a MySensors gateway via pymysensors
|
||||||
API.
|
API.
|
||||||
|
|
||||||
For more details about this platform, please refer to the documentation at
|
For more details about this platform, please refer to the documentation at
|
||||||
https://home-assistant.io/components/sensor.mysensors.html
|
https://home-assistant.io/components/sensor.mysensors/
|
||||||
|
|
||||||
|
|
||||||
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'
|
|
||||||
"""
|
"""
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user