#any alternatives?

1 messages · Page 1 of 1 (latest)

sleek nebula
#

ive made a custom led that wait for a push from umqtt. and ive added a script to push on and another to push off. it works. but now i want to make a voice command like: "hey google led on" and it will push a on to the led. but i dont want to pay for a noba casa because its just a test project

gloomy ermine
sleek nebula
#

Its completely free?

gloomy ermine
sleek nebula
#

Alright. I will try to follow it. Tnx

gloomy ermine
sleek nebula
#

Sorry. I didnt know it was not allowed. Will not do in the future

sleek nebula
#

is my domain the home assistant domain?

#

with the ip? or just homeasistant.local:...

#

what to do? please help

gloomy ermine
sleek nebula
#

ok. so i think ive got it to work. i just dont have any devices. how would i add the led in the devices? or am i think of it wrong? is there a way to assign scripts to the automation? does it sync automations?

gloomy ermine
sleek nebula
#

ok, but is there a way to add a custom light that when turned on will run a script? that will sync

gloomy ermine
sleek nebula
#

it does it for all by default. but i still dont see the script. maybe im looking in the wrong place. where would i see the script? im looking in the google home app. in the automations adding an action to an automation.

gloomy ermine
sleek nebula
#

it just says "sorry, i didnt understand"

gloomy ermine
#

You could create a toggle helper and expose it as a switch then automate off that I guess. But there should be a way of making it so you can call the script directly.

sleek nebula
#

wdym added the device with? which device? it is connected to the accound in my google home app

gloomy ermine
sleek nebula
sleek nebula
gloomy ermine
sleek nebula
gloomy ermine
sleek nebula
#

just a sec

#

ok ive added one. that when the switch turns on. it should turn on the led. now i should sync?

gloomy ermine
sleek nebula
#

what do you mean expose as a switch?

gloomy ermine
sleek nebula
#

how do i expose something

#

in the configuration.yaml

#

?

sleek nebula
gloomy ermine
sleek nebula
gloomy ermine
#

I am basing everything I am saying off the documentation. I have never done this and don't use google home at all.

sleek nebula
#

i see

#

so what should i do?

gloomy ermine
sleek nebula
#

i tried saying sync devices to the google home. then saying turn on LED LIGHT it says looks like the device hasnt been set yet

gloomy ermine
sleek nebula
#

i see. tnx for the help

#

any other suggestion that you may think would work?

#

its saying loading... a long time. maybe thats the issue

#

?

gloomy ermine
gloomy ermine
sleek nebula
# gloomy ermine If a toggle isn't exposing correctly you could try adding a 2nd helper of type "...

hi, i did that. but the switch i added doesnt do the action


template:
- switch:
  - turn_on: 
      service: script.led_on_script
    turn_off: 
      service: script.led_off_script
    default_entity_id: switch.led
    name: LED light
    state: '{{ is_state(''input_boolean.bedroom'', ''on'') }}' 

i putt this in the configuration.yaml
but when i turn it on it doesnt run the script

if you know how to fix that. it will be very helpfull. tnx