mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Adding details for when you don't have a Home (#5626)
* Adding details for when you don't have a Home The current instructions only work for people with a Home device. Adding details (courtesy of War on Discord) for how to do it with just a mobile and the Google Assistant app. * ✏️ Tweaks * ✏️ Tweaks
This commit is contained in:
parent
5d1668f429
commit
765324878c
@ -9,7 +9,6 @@ sharing: true
|
|||||||
footer: true
|
footer: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
<p class='note'>
|
<p class='note'>
|
||||||
The minimum supported version of Home Assistant is 0.65.6.
|
The minimum supported version of Home Assistant is 0.65.6.
|
||||||
</p>
|
</p>
|
||||||
@ -19,8 +18,10 @@ The Google Assistant integration allows users to control the entities via the Ho
|
|||||||
To use this integration, you need to have:
|
To use this integration, you need to have:
|
||||||
|
|
||||||
- The cloud component set up. [Learn more](/components/cloud/)
|
- The cloud component set up. [Learn more](/components/cloud/)
|
||||||
- A Google Assistant enabled device like the Google Home
|
- A Google Assistant enabled device like the Google Home or a mobile phone running Google Assistant.
|
||||||
- Activated the Home Assistant Smart Home skill for Google Assistant by using the Google Home app, select *Home control*, and then add *hass.io* using the *Add devices* option.
|
- Activated the Home Assistant Smart Home skill for Google Assistant.
|
||||||
|
- If you have a Google Home device, use the Google Home app, select *Home control*, and then add *hass.io* using the *Add devices* option.
|
||||||
|
- If you only have a mobile phone, launch Google Assistant, select the three dots menu. Under *Settings* you'll find *Home Control*. There you can add *hass.io* using the *Add devices* option.
|
||||||
|
|
||||||
You can use `configuration.yaml` to configure the entities that are being shown to Google Assistant and how they are exposed.
|
You can use `configuration.yaml` to configure the entities that are being shown to Google Assistant and how they are exposed.
|
||||||
|
|
||||||
@ -73,7 +74,7 @@ google_actions:
|
|||||||
required: false
|
required: false
|
||||||
type: list
|
type: list
|
||||||
entity_config:
|
entity_config:
|
||||||
description: Entity specific configuration for Google Assistant
|
description: Entity specific configuration for Google Assistant.
|
||||||
required: false
|
required: false
|
||||||
type: map
|
type: map
|
||||||
keys:
|
keys:
|
||||||
@ -83,11 +84,11 @@ google_actions:
|
|||||||
type: map
|
type: map
|
||||||
keys:
|
keys:
|
||||||
name:
|
name:
|
||||||
description: Name of entity to show in Google Assistant
|
description: Name of entity to show in Google Assistant.
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
aliases:
|
aliases:
|
||||||
description: Aliases that can also be used to refer to this entity
|
description: Aliases that can also be used to refer to this entity.
|
||||||
required: false
|
required: false
|
||||||
type: list
|
type: list
|
||||||
room:
|
room:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user