-
sensor:
- - name: Living Room Temperature
- platform: zigbee
+
+sensor:
+ - platform: zigbee
+ name: Living Room Temperature ZigBee
type: temperature
address: 0013A20050E752C5
@@ -150,6 +160,7 @@
+
@@ -221,6 +232,9 @@
EnOcean Sensor
+
+ Envisalink Sensor
+
Fitbit
@@ -350,9 +364,6 @@
Vera Sensor
-
- Vera Sensor
-
Verisure Sensor
diff --git a/components/sensor.zwave/index.html b/components/sensor.zwave/index.html
index 9dd5dea3da..76c8061812 100644
--- a/components/sensor.zwave/index.html
+++ b/components/sensor.zwave/index.html
@@ -178,6 +178,9 @@
EnOcean Sensor
+
+ Envisalink Sensor
+
Fitbit
@@ -307,9 +310,6 @@
Vera Sensor
-
- Vera Sensor
-
Verisure Sensor
diff --git a/components/sensor/index.html b/components/sensor/index.html
index 1c5fbe09c7..111fd68756 100644
--- a/components/sensor/index.html
+++ b/components/sensor/index.html
@@ -153,6 +153,9 @@
EnOcean Sensor
+
+ Envisalink Sensor
+
Fitbit
@@ -294,9 +297,6 @@
Vera Sensor
-
- Vera Sensor
-
Verisure Sensor
diff --git a/developers/credits/index.html b/developers/credits/index.html
index e1e4ff98c0..c57034ee4f 100644
--- a/developers/credits/index.html
+++ b/developers/credits/index.html
@@ -162,7 +162,7 @@
GadgetReactor
Geoff Norton
goir
-
gottsman
+
Kevin Gottsman
Greg Dowling
Guillem Barba
Gustav Ahlberg
diff --git a/developers/platform_example_sensor/index.html b/developers/platform_example_sensor/index.html
index 321bed108a..8caa2eed37 100644
--- a/developers/platform_example_sensor/index.html
+++ b/developers/platform_example_sensor/index.html
@@ -127,14 +127,14 @@
@property
def state(
self):
-
"""Return the state of the sensor.""
- return 23
-
- @property
- def unit_of_measurement(self):
- """Return the unit of measurement.
"""
- return TEMP_CELSIUS
-