diff --git a/atom.xml b/atom.xml index 059d0f4199..4ae7a0f47c 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
apple_tv
: Apple TVaxis
: (Axis Communications security devices)bose_soundtouch
: Bose Soundtouch speakersdenonavr
: Denon Network Receiversdirectv
: DirecTVflux_led
: Flux Led/MagicLightSupport for the Avi-on Bluetooth dimmer switch Avi-On.
To enable these lights, add the following lines to your configuration.yaml
file:
# Example configuration.yaml entry
+light:
+ - platform: avion
+ username: testuser@fakedomain.com
+ password: foobar
+
+Configuration variables:
+curl -X POST -H "Content-Type: application/json" -d '{"email": "fakename@example.com", "password": "password"}' https://admin.avi-on.com/api/sessions | jq
+
+ with the email and password fields replaced with those used when registering the device via the mobile app. The passphrase field of the output should be used as the API key in the configuration.
+If username and password are not supplied, devices must be configured manually like so:
+# Manual device configuration.yaml entry
light:
- platform: avion
devices:
@@ -84,18 +103,10 @@
name: Light 1
api_key: Gr35a/rt3RgaRenl9ag8Ba==
00:21:3D:20:00:a1:
- name: Bulb 2
+ name: Light 2
api_key: Gr35a/rt3RgaRenl9ag8Ba==
Configuration variables:
-curl -X POST -H "Content-Type: application/json" -d '{"email": "fakename@example.com", "password": "password"}' https://admin.avi-on.com/api/sessions | jq
-
-with the email and password fields replaced with those used when registering the device via the mobile app. The passphrase field of the output should be used as the API key in the configuration.