From 53b4f7a74f68d4f29ba3e6d4b122359c499c9438 Mon Sep 17 00:00:00 2001 From: firstmentoring <44300506+firstmentoring@users.noreply.github.com> Date: Wed, 5 Dec 2018 02:15:46 -0700 Subject: [PATCH] Device impersination (#7703) * Device impersination Notify the user that this is impersonating a device which will then show up in their google devices. Just don't want people to think their account has been hacked by someone using a Chinese smart phone. * :pencil2: Language tweaks --- source/_components/hangouts.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/hangouts.markdown b/source/_components/hangouts.markdown index d36e78e6e3d..1b14f247abe 100644 --- a/source/_components/hangouts.markdown +++ b/source/_components/hangouts.markdown @@ -12,7 +12,7 @@ ha_category: Hub ha_release: 0.77 --- -This component allows you to send messages to [Google Hangouts](https://hangouts.google.com) conversations, as well as to react to messages in conversations. Reacting to commands is accomplished by firing an event when one of the configured commands is triggered. +This component allows you to send messages to [Google Hangouts](https://hangouts.google.com) conversations, as well as to react to messages in conversations. Reacting to commands is accomplished by firing an event when one of the configured commands is triggered. Home Assistant will impersonate a Smartisan YQ603 phone which will then show up in your Google devices. ## {% linkable_title Setup the component via the frontend %}