hi,
i am testing lights and switches in HA, i have everything working like it should, only the feedback voice from GA is totally wrong
see my screenshot, i have 2 lights , in 2 different rooms (kitchen and diner)
if i say: kitchen on => feedback , ok turning kitchen on
if i say: living on => feedback , ok turning on 2 lights
if i say screen 4 on => ok, turning 3 things on
whats worng? i dont understand
confiig:
in assistant :
entity_config:
light.keuken:
name: Keuken
expose: true
room: Keuken
light.living:
name: Living
expose: true
room: Living
in lights:
- platform: template
lights:
keuken:
friendly_name: "Keuken"
turn_on:
service: switch.turn_on
entity_id:
- switch.light0
turn_off:
service: switch.turn_off
entity_id:
- switch.light0
living:
friendly_name: "Living"
turn_on:
service: switch.turn_on
entity_id:
- switch.light3
turn_off:
service: switch.turn_off
entity_id:
- switch.light3
in switch:
light3:
friendly_name: Zithoek
command_on: 'curl -k "......"'
command_off: 'curl -k "......"'
light0:
friendly_name: Keuken
command_on: 'curl -k "....."'
command_off: 'curl -k "....."'
for covers :
cover.keukendeur:
name: Screen 4
expose: true
room: Screens
aliases:
- Screen 4
- Raam 4
cover4:
friendly_name: Keukendeur
command_open: 'curl -k "..."'
command_close: 'curl -k "...."'
command_stop: 'curl -k "...."'