Peter Hansen

Results 11 comments of Peter Hansen

@zorun Could you please check for this PR to be merged?

Thanks! I have opened another PR for the template feature and described the reasoning of the approach. For the blacklist feature: Indeed it looks a bit hacky. Would be happy...

For os x install automake with` brew install automake` before

Thanks for your feedback on this! So you would like to have a more generic post-load processor integrated? I would say that this approach would also work for comware here...

I have changed the branch a bit. Is this as you intended?

This problem also exists on the centos_7 branch. Find the console output attached. [foreman-vagrant-error-centos_7.txt](https://github.com/garystafford/foreman-vagrant/files/49695/foreman-vagrant-error-centos_7.txt)

Maybe it would be possible to check if conf-enabled exists and then use the new ubuntu structure instead?

I had the same issue using latest homeassistant on HAOS with Markilux IO homecontrol and KLF200. Temporary fix for me was to change the line in const.py from 0x0400 to...

@Julius2342 does it make sense to introduce a new type (e.g. HORIZONTAL_AWNING_SUB) in const.py and add it to https://github.com/Julius2342/pyvlx/blob/0a3a234d96ac795cabfe9855d854015a17a7e066/pyvlx/node_helper.py#L98? could you suggest a fix so I can create a PR...

As long as this is not merged into home assistant dependencies, after installing a new version you could use ``` docker exec homeassistant sed -i 's/pyvlx==0.2.21/pyvlx==0.2.25/' /usr/src/homeassistant/homeassistant/components/velux/manifest.json docker exec homeassistant...