mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
Add config sample and fix requirements_all
This commit is contained in:
parent
eae07c070a
commit
845926236e
@ -6,6 +6,33 @@ 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.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
|
import logging
|
||||||
|
|
||||||
|
@ -85,6 +85,9 @@ paho-mqtt==1.1
|
|||||||
# homeassistant.components.mqtt
|
# homeassistant.components.mqtt
|
||||||
jsonpath-rw==1.4.0
|
jsonpath-rw==1.4.0
|
||||||
|
|
||||||
|
# homeassistant.components.mysensors
|
||||||
|
https://github.com/theolind/pymysensors/archive/2aa8f32908e8c5bb3e5c77c5851db778f8635792.zip#pymysensors==0.3
|
||||||
|
|
||||||
# homeassistant.components.notify.pushbullet
|
# homeassistant.components.notify.pushbullet
|
||||||
pushbullet.py==0.9.0
|
pushbullet.py==0.9.0
|
||||||
|
|
||||||
@ -121,9 +124,6 @@ py-cpuinfo==0.1.6
|
|||||||
# homeassistant.components.sensor.forecast
|
# homeassistant.components.sensor.forecast
|
||||||
python-forecastio==1.3.3
|
python-forecastio==1.3.3
|
||||||
|
|
||||||
# homeassistant.components.mysensors
|
|
||||||
https://github.com/theolind/pymysensors/archive/2aa8f32908e8c5bb3e5c77c5851db778f8635792.zip#pymysensors==0.3
|
|
||||||
|
|
||||||
# homeassistant.components.sensor.openweathermap
|
# homeassistant.components.sensor.openweathermap
|
||||||
pyowm==2.2.1
|
pyowm==2.2.1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user