This release has a bunch of bug fixes including a big one: emulated_hue will now work with Google Home! We usually reserve patch releases for small bug fixes but we considered this more impactful bug fix so important that we’re including it now instead of having people wait two weeks.
+
+
To make the fix backwards compatible (it is a patch release after all) you will have to add two new configuration option to emulated_hue to have it work with Google Home:
+
+
emulated_hue:
+ type:google_home
+ # This is important. Sadly, Google Home will not work with other ports.
+ listen_port:80
+
This release has a bunch of bug fixes including a big one: emulated_hue will now work with Google Home! We usually reserve patch releases for small bug fixes but we considered this more impactful bug fix so important that we’re including it now instead of having people wait two weeks.
+
+
To make the fix backwards compatible (it is a patch release after all) you will have to add two new configuration option to emulated_hue to have it work with Google Home:
+
+
emulated_hue:
+ type:google_home
+ # This is important. Sadly, Google Home will not work with other ports.
+ listen_port:80
+
This release has a bunch of bug fixes including a big one: emulated_hue will now work with Google Home! We usually reserve patch releases for small bug fixes but we considered this more impactful bug fix so important that we’re including it now instead of having people wait two weeks.
+
+
To make the fix backwards compatible (it is a patch release after all) you will have to add two new configuration option to emulated_hue to have it work with Google Home:
+
+
emulated_hue:
+ type:google_home
+ # This is important. Sadly, Google Home will not work with other ports.
+ listen_port:80
+
The HomeMatic component now uses a different syntax for hosts and the set_value service has been renamed.
diff --git a/components/emulated_hue/index.html b/components/emulated_hue/index.html
index 4601b0c885..b2ebbdca27 100644
--- a/components/emulated_hue/index.html
+++ b/components/emulated_hue/index.html
@@ -99,16 +99,25 @@ entities. The driving use case behind this functionality is to allow Home Assist
Configuration
-
To enable the emulated Hue bridge, add the following to your configuration.yaml file:
+
To enable the emulated Hue bridge, add one of the following configs to your configuration.yaml file:
-
# Example configuration.yaml entry
+
# Amazon Echo example configuration.yaml entryemulated_hue:
+
# Google Home example configuration.yaml entry
+emulated_hue:
+ type:google_home
+ # Google Home does not work on different ports.
+ listen_port:80
+
+
+
Configuration variables:
+
type (Optional): The type of assistant who we are emulated for. Either alexa or google_home.
host_ip (Optional): The IP address that your Home Assistant installation is running on. If you do not specify this option, the component will attempt to determine the IP address on its own.
listen_port (Optional): The port the Hue bridge API web server will run on. If not specified, this defaults to 8300. This can be any free port on your system.
diff --git a/components/index.html b/components/index.html
index de1c770f0e..cbabfe11e7 100644
--- a/components/index.html
+++ b/components/index.html
@@ -111,9 +111,9 @@ Support for these components is provided by the Home Assistant community.
diff --git a/components/sensor.bbox/index.html b/components/sensor.bbox/index.html
index 2a4ee02583..f6ffb8ae55 100644
--- a/components/sensor.bbox/index.html
+++ b/components/sensor.bbox/index.html
@@ -168,6 +168,9 @@ Due to third party limitation, the sensors will only be available if Home Assist
diff --git a/components/sensor.haveibeenpwned/index.html b/components/sensor.haveibeenpwned/index.html
index 469bf35d44..f274110989 100644
--- a/components/sensor.haveibeenpwned/index.html
+++ b/components/sensor.haveibeenpwned/index.html
@@ -162,6 +162,9 @@ account has been breached as well as the added date of the breach data. This dat
diff --git a/components/sensor.http/index.html b/components/sensor.http/index.html
index 30a33ad53e..a6d445dbc8 100644
--- a/components/sensor.http/index.html
+++ b/components/sensor.http/index.html
@@ -183,6 +183,9 @@ You should choose a unique device name (DEVICE_NAME) to avoid clashes with other
diff --git a/components/sensor.moldindicator/index.html b/components/sensor.moldindicator/index.html
index 1b6096ac18..ca34f1ef49 100644
--- a/components/sensor.moldindicator/index.html
+++ b/components/sensor.moldindicator/index.html
@@ -164,6 +164,9 @@ With the three measured temperatures (in Celsius or Fahrenheit), the calibration
diff --git a/components/sensor.nest/index.html b/components/sensor.nest/index.html
index 1ec71a4703..d2a94a1e56 100644
--- a/components/sensor.nest/index.html
+++ b/components/sensor.nest/index.html
@@ -199,6 +199,9 @@ You must have the Nest component configured to u
diff --git a/components/sensor.octoprint/index.html b/components/sensor.octoprint/index.html
index ddef81d230..608766de43 100644
--- a/components/sensor.octoprint/index.html
+++ b/components/sensor.octoprint/index.html
@@ -170,6 +170,9 @@ You must have the OctoPrint component confi
diff --git a/components/sensor.rfxtrx/index.html b/components/sensor.rfxtrx/index.html
index 59494279c8..60383afa5c 100644
--- a/components/sensor.rfxtrx/index.html
+++ b/components/sensor.rfxtrx/index.html
@@ -212,6 +212,9 @@ Then you should update your configuration to:
diff --git a/components/sensor.synologydsm/index.html b/components/sensor.synologydsm/index.html
index 8f53434bf8..d5d9b46ee6 100644
--- a/components/sensor.synologydsm/index.html
+++ b/components/sensor.synologydsm/index.html
@@ -206,6 +206,9 @@ This sensor will wake up your Synology NAS if it’s in hibernation mode.
diff --git a/components/sensor.temper/index.html b/components/sensor.temper/index.html
index 95f4d31f6b..38e9d08ea0 100644
--- a/components/sensor.temper/index.html
+++ b/components/sensor.temper/index.html
@@ -152,6 +152,9 @@ The calculation follows the formula scale * sens
diff --git a/components/sensor.template/index.html b/components/sensor.template/index.html
index 17dcddc686..85d1005062 100644
--- a/components/sensor.template/index.html
+++ b/components/sensor.template/index.html
@@ -269,6 +269,9 @@ Please note the blank line to close the multi-line template.
diff --git a/components/sensor.zoneminder/index.html b/components/sensor.zoneminder/index.html
index 4b9eccf163..b5c21ebbbc 100644
--- a/components/sensor.zoneminder/index.html
+++ b/components/sensor.zoneminder/index.html
@@ -159,6 +159,9 @@ You must have the ZoneMinder component con
diff --git a/index.html b/index.html
index 660f812e1a..0316497346 100644
--- a/index.html
+++ b/index.html
@@ -118,8 +118,8 @@ Home Assistant is an open-source home automation platform running on Python 3. T