Hi, i have a house with 2 appartments, and im running all lights with Homeassistant.
I also have Google assistant, and have choosed witch devices that should be in GA. in a project on my account project name like “home”
but im trying to set up a new gmail account, for the second appartment, and I have added a new project for that appartment. Google project name “appartment”. in the appartments gmail account. (like the example below).
But when I then tries to link the project and start up google assistant with the project “appartment” he sees all the devices I see in the “home” project…
Is there not any way that I can do so the appartment get an own gmail account and just sees the thing in the appartment?
kind regards Clas
Then i set up 2 projects in the hass configuration, like
google_assistant:
project_id: appartment (this is a fake name bythe way)
expose_by_default: false
entity_config:
light.lgh_entre_level:
name: Entre
aliases:
- Door
expose: true
room: Entre_lgh
google_assistant:
project_id: home (my default gmailusers projectname, fake)
expose_by_default: false
#exposed_domains:
# - lights
entity_config:
light.kitchen_level:
name: kitchen
aliases:
- Kitchenlamp
expose: true
room: Kitchen
I would take a different approach. In Google Home, you can be a member of multiple households. When you connect Google Assistant to Home Assistant, all your HA devices show up in Google Home, and then you can select each HA device and decide which household (in Google Home) it should be in. If you want a separate Google account to own the second apartment, you can add another member to the second household in Google Home, or they can create the Google household and add you as a member, then you add the HA devices to that household.
The problem I see is that one of the Google accounts will be a member of both households. I’m not sure if that works for you.
Thanks… really thanks…
This was soo easy, i have spent many hours to get diffrent setups to work…
And then it was so easy and I can do i from the GA app… I feel so stupid!! =)
But one question, I have 3 googleassistant mini… And they shows up in both houses(homes) Can i make them only visible in one home?
No problem, glad to help. I have three households connected in Google Home so I’m familiar with how the setup works.
So for your question, that is odd. Normally, one Google Home device can be assigned to only one home. I don’t think you can assign a Google Home to more than one home. Are you sure this is the same Mini in both houses? Maybe they have the same name, but are different devices?
When you reply, make sure to reply directly to my post, otherwise I won’t notice the reply.
I have a question. Can you actually have 2 diferent projects IDS in the same HA?
I ask this, so that the second home doesnt actually see the left over devices. from the original Home.
What i am trying to do is Exclude from one another the ones that doesnt matter.
I was able to create two diferente projects, with diferent devices from within the same HA, but I cant get them both on Google Home, because on the configuration i get this.
duplicated mapping key at line 258, column 5:
project_id: passion-njmkj (fake project name)
So the question, can we have two diferent Projects ids in the same HA?