From aa26f904204ffb0441bd8e55525a69f6abb6109e Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 23 Apr 2019 19:19:23 -0700 Subject: [PATCH] Add sensor and binary senseor to default expose (#23332) --- homeassistant/components/google_assistant/const.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/google_assistant/const.py b/homeassistant/components/google_assistant/const.py index 07506611109..815b2bd1bd2 100644 --- a/homeassistant/components/google_assistant/const.py +++ b/homeassistant/components/google_assistant/const.py @@ -34,6 +34,7 @@ DEFAULT_EXPOSE_BY_DEFAULT = True DEFAULT_EXPOSED_DOMAINS = [ 'climate', 'cover', 'fan', 'group', 'input_boolean', 'light', 'media_player', 'scene', 'script', 'switch', 'vacuum', 'lock', + 'binary_sensor', 'sensor' ] PREFIX_TYPES = 'action.devices.types.'