diff --git a/atom.xml b/atom.xml index 0f0f98764a..e113be7948 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
Configuration variables:
binary_sensor:
- platform: aurora
@@ -91,6 +92,7 @@
+
Introduced in release: 0.39
diff --git a/components/index.html b/components/index.html
index fdebada099..5e999dda21 100644
--- a/components/index.html
+++ b/components/index.html
@@ -174,7 +174,7 @@ var allComponents = [
{url:"/components/sensor.arduino/", title:"Arduino Sensor", cat:"diy", featured: false, v: 7, logo: "arduino.png"},
{url:"/components/switch.arduino/", title:"Arduino Switch", cat:"diy", featured: false, v: 7, logo: "arduino.png"},
{url:"/components/device_tracker.aruba/", title:"Aruba", cat:"presence-detection", featured: false, v: 7, logo: "aruba.png"},
-{url:"/components/binary_sensor.aurora/", title:"Aurora sensor", cat:"binary-sensor", featured: false, v: 39, logo: ""},
+{url:"/components/binary_sensor.aurora/", title:"Aurora sensor", cat:"binary-sensor", featured: false, v: 39, logo: "noaa.png"},
{url:"/components/device_tracker.automatic/", title:"Automatic", cat:"presence-detection", featured: false, v: 28, logo: "automatic.png"},
{url:"/components/automation/", title:"Automation", cat:"automation", featured: false, v: 0, logo: "home-assistant.png"},
{url:"/components/light.avion/", title:"Avi-on", cat:"light", featured: false, v: 37, logo: "avi-on.png"},
diff --git a/components/light.mqtt_json/index.html b/components/light.mqtt_json/index.html
index 8b9f641d82..8688ae2fa3 100644
--- a/components/light.mqtt_json/index.html
+++ b/components/light.mqtt_json/index.html
@@ -204,8 +204,17 @@
Implementations
-A full example of custom lighting using this platform and an ESP8266 microcontroller can be found here. It supports on/off, brightness, transitions, RGB colors, and flashing.
-There is also another implementation forked from the above repo, it supports all the same features but is made for addressable LED strips using FastLED on a NodeMCU V3 it can be found here
+
+ -
+
A full example of custom lighting using this platform and an ESP8266 microcontroller can be found here. It supports on/off, brightness, transitions, RGB colors, and flashing.
+
+ -
+
There is also another implementation forked from the above repo, it supports all the same features but is made for addressable LED strips using FastLED on a NodeMCU V3 it can be found here.
+
+ -
+
MQTT JSON Light is another implementation for ESP8266 including MQTT discovery.
+
+