I’ve got a shell_command
working, and right now, I’ve just attached it directly to a dashboard button to run when clicked. This works fine.
I’d like to expose it to my Google Assistant, but to do that, it looks like the configuration.yaml
needs an exposed_domain
and an entity
to work. I’m not entirely sure the best way to setup the shell_command
to be available to this, which is primarily why I posted in Configuration and not Voice Assistants, because I’m just not sure how to configure it to the point where I can move to the Voice Assistant configuration.
Would I need to create a device
, add an entity
to it, tie this shell_command
to that, and then use the device as the exposed_domain
?
4 posts - 2 participants