I have just finished setting google assistant in configuration.yaml and everything works but the problem is when i launch google assistant on the phone it show all lights twice (one from home assistant server and another one from TP-Link kasa). so when i ask google assistant to turn on a specific light it says which one since it finds 2 lights with same name.
is there a way to list only specific light to google assistant instead of all lights listed in the home assistant?
ex.
google_assistant:
project_id:
client_id:
access_token:
agent_user_id:
api_key:
exposed_domains:
- switch
- - platform: mqtt
name: "GYM Light"
the above code is not working since i am assuming format is not correct. So the idea is i want google assistant to see only GYM Light instead of all lights i have on Home Assistant.
I am new and not programmer to these stuff so i would appropriate any help i can get.