Tudor Sandu
Tudor Sandu
Let's say we have the following entities (in Romanian): `tests/ro/_fixtures.yaml` ``` areas: - name: Garaj id: garage entities: - name: intrarea dinspre garaj # meaning "entrance from the garage" id:...
Probably the most common phrase for turning off a light in Romanian is "inchide [light]". The most common phrase for closing a door/window is "inchide [opening]". Notice that the verb...
If an entity defined as a fixture references an area that's not defined as a fixture, name that area as opposed to the entity ID
Allow creation of implied contexts in tests, which should populate implied slots (e.g. "turn on the light" said in the bedroom should provide `area: "bedroom"` as context even if the...
## Proposed change I forgot to document [permutations](https://github.com/home-assistant/hassil/pull/30) when they were added to HassIL. ## Type of change - [x] Document existing features within Home Assistant - [ ] Document...
Upon setup i get this error ``` Logger: homeassistant.config_entries Source: config_entries.py:551 First occurred: 8:55:23 PM (2 occurrences) Last logged: 9:12:09 PM Error setting up entry Daikin for daikin_residential Traceback (most...
It should be fine to have 2 identical test sentences if their context is different (e.g. "turn off the lights" should mean "turn off all lights" without context and "turn...
The current implementation of `HassGetWeather` is that the `weather` entity `state` is passed to the response generator in order for it to add a translated weather condition. However, [states are...
The issue is for Romanian, but if I try hard enough, I can also get it replicated for English as well. There is a conflict between the device class name...
Seems like iOS auto-corrects "what's" to "what’s", so that needs to be added to the list of ignored punctuation. Fixes https://github.com/home-assistant/intents/issues/2187