- MySensors Light -
-- - -
Integrates MySensors lights into Home Assistant. See the main component for configuration instructions.
- - - -diff --git a/atom.xml b/atom.xml index d43ed4b968..95b7821e9f 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
Integrates MySensors lights into Home Assistant. See the main component for configuration instructions.
- - - -configuration.yaml
The MySensors project combines Arduino boards with NRF24L01 radio boards to build sensor networks. The component will automatically add all available switches and sensors to Home Assistant.
- -Integrate your Serial MySensors Gateway by adding the following to your configuration.yaml
file:
# Example configuration.yaml entry -mysensors: - gateways: - - port: '/dev/ttyUSB0' - persistence_file: 'path/mysensors.json' - baud_rate: 38400 - - port: '/dev/ttyACM1' - persistence_file: 'path/mysensors2.json' - baud_rate: 115200 - debug: true - persistence: true - version: '1.5' -
Configuration variables:
- -If you are using an original Arduino the port will be named ttyACM*
. The exact number can be determined with the command shown below.
$ ls /dev/ttyACM* -
Present a MySensors sensor or actuator, by following these steps:
- -Visit the library api of MySensors for more information.
- - - -