Antonín Skala

Results 100 comments of Antonín Skala

Doc: https://www.home-assistant.io/integrations/valve/ Src: https://github.com/home-assistant/core/tree/dev/homeassistant/components/valve

Hello @jlfrucot could You check which version of hass-virtual You use and provide steps to reproduce the above error? I just upgraded HA to 2022.11.3 and with version 7.7, everything...

I think I maybe found it. I assume You use released version (0.7.7) and not master branch (As I do, sry for misinformation). 0.7.7 went out on 22., but support...

Hi @codinghb, try it like this: ``` virtual: fan: - platform: virtual name: "remote fan" speed: True speed_count: 4 direction: False oscillate: True initial_availability: True ```

Even after HA restart? Coul You post a log here?

If I call `mycroft-start debug` from my home folder, it works normally. Or You think calling `start-mycroft.sh`? Should it be called directly?

If I change `cd -P "$( dirname "$SOURCE" )"` into `cd $(readlink -f "$0" | xargs dirname)` in `start-mycroft.sh` then it can be called from every place. But If I...

Hi, VK for Wiki failed, what about adding Github action to it (same as in HA skill)?

> I think the latest version of wiki doesn't have the issue but is held back waiting for a mycroft release. > > The wiki-skill is a bit troublesome, the...

With HA skill, I run both VK and unittest (allure report is generated).