Description
It is really annoying that the hassturnoff event just listens to the german word "AN". The opposide of "AN" is "AB", but nobody is using this. Everybody says, turn the light "EIN"(ON), which the opposide is "AUS"(OFF). It is correctly stated by the assistent, "turned the light EIN", instead of "AN". I tried to change it in the sentences.yaml file by adding "(ein|an)", but it seems to get auto-deleted with each Voice-to-Phrase restart.
SOLUTION:
Please change it the automatic reconstruction of the (german) yaml file to "(ein|an)" as default.
UPDATED COMPOSED YAML:
HassTurnOn:
data:
- sentences:
- <alle_lichter> (ein|an)
- sentences:
- an
- <area_floor> (ein|an)
- <area_floor> (ein|an)
requires_context:
domain:
- light
- switch
- fan
- media_player
- input_boolean
- sentences:
- <alle_lichter> <area_floor> (ein|an)
- <area_floor> <alle_lichter> (ein|an)
EDIT: BETTER: Remove "AN" and replace just with "EIN", for the sake for correctness/understandability. Removing "AN" could be good for future to understand "UM", which means "toggle".
EDIT2: Thank you so much for RHASSPY V4 :)