#Lock door command does not work

1 messages · Page 1 of 1 (latest)

errant thunder
#

I added aliases like:
Front Door
Frontdoor

And when I say Lock Frontdoor it says that is not aware of it?

empty junco
#

is the entity exposed to Assist?

errant thunder
#

it works now, but I need to say in [area]

#

at the end

#

is there somehow hack not to say the area?

empty junco
#

it should work with only the name, at least in english. are you using any other language?

errant thunder
#

no, Im using english and NabuCasa online

empty junco
maiden rivetBOT
#

To format your text as code, enter three backticks on the first line, press Enter for a new line, paste your code, press Enter again for another new line, and lastly three more backticks.
```yaml
example: here
```
Don't forget you can edit your post rather than repeatedly posting the same thing.

errant thunder
#
intent:
  name: HassTurnOn
slots:
  name: frontdoor
details:
  name:
    name: name
    value: Frontdoor
    text: frontdoor
targets:
  lock.front_door:
    matched: true
match: true
sentence_template: lock <name> [in <area>]
unmatched_slots: {}
source: builtin