dontinelli
dontinelli
I encountered the same error. In my view it should be possible to define sentences to turn on/off one specific device/entity outside homeassistant_HassTurnOn/Off.
@schizza: I see that your PR #946 passed all tests. When I try to do the same (with adding a sentence in the test file), I still get an Error:...
Thank you @schizza, it was indeed the wrong format in the exclude_context-syntax. ``` excludes_context: domain: light, fan ``` With this I (currently) get all tests passed.
> @dontinelli That should be: > > ```yaml > excludes_context: > domain: > - light > - fan > ``` Thank you, in the meanwhile schizza told me the same...
> Am I missing something? > > Ger: "Dimme die Spots in der Küche auf 20%" > > Eng: "Dim the spots in the kitchen to 20%." > > These...
> The state will be translated automatically in Home Assistant according to the existing `strings.json` files, like @ErnestStaug mentioned. For Swiss German (de-CH) according to my understanding no HA translation...