From 23a7eebabe1a60992b43b394fc2cd322168e9b4e Mon Sep 17 00:00:00 2001 From: Shulyaka Date: Sun, 5 Jul 2020 13:40:04 +0300 Subject: [PATCH] Add humidifier support to emulated_hue (#13851) --- source/_integrations/emulated_hue.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/emulated_hue.markdown b/source/_integrations/emulated_hue.markdown index cca36e8597f..a033ff8f1e7 100644 --- a/source/_integrations/emulated_hue.markdown +++ b/source/_integrations/emulated_hue.markdown @@ -101,7 +101,7 @@ exposed_domains: description: The domains that are exposed by default if `expose_by_default` is set to true. required: false type: list - default: [switch, light, group, input_boolean, media_player, fan] + default: [switch, light, group, input_boolean, media_player, fan, humidifier] entities: description: Customization for entities. required: false