poudenes
(Poudenes)
March 6, 2020, 10:50am
1
Hi All,
Will there a possible way to add a friendly_name sort of config for devices that has been added in Alexa?
For Homekit there is homebridge_name: but want this also for Alexa?
I know its using the friendly_name but want give it a different name then in HA
petro
(Petro)
March 6, 2020, 11:12am
2
This depends on how you are connecting home assistant to alexa. Most of the platforms that do this have a way of changing the name exposed to alexa.
1 Like
poudenes
(Poudenes)
March 6, 2020, 11:29am
3
Make use of the haaska way. Create some things on Amazon Developer page and AWS Console.
petro
(Petro)
March 6, 2020, 11:33am
4
Then follow the docs here:
https://www.nabucasa.com/config/amazon_alexa/
but instead of putting the configuration in this section
cloud:
alexa:
place it in this section
alexa:
smart_home:
You can use my configuration as a guide if you don’t understand.
poudenes
(Poudenes)
March 6, 2020, 11:53am
5
Thanks. Let me try this part:
entity_config:
fan.master_fixture:
name: Master Fan
switch.audio_1:
name: Audio One
In the Alexa.yaml
I don’t make use of the nabucasa cloud.
petro
(Petro)
March 6, 2020, 11:59am
6
I know, which means you didn’t understand what I said when I said:
poudenes
(Poudenes)
March 6, 2020, 2:46pm
7
Sorry sometimes im feel stupid
poudenes
(Poudenes)
March 7, 2020, 8:50am
8
Figure it out. Also able to change display_categories: for some entities… Thanks!