Jordan Speicher

Results 46 comments of Jordan Speicher

I'm experiencing this issue as well and can corroborate @tcs2tx bisection.

Nevermind, I found https://github.com/kalkih/mini-media-player/issues/490 and after adding `toggle_power: false` my cards work.

I'm seeing this as well. ``` [20200612 13:30:50.697 CDT] [ozw.library] [info]: Info - Node: 23 Response RTT 127 Average Response RTT 106 [20200612 13:30:50.703 CDT] [ozw.daemon] [warning]: ============================= [20200612 13:30:50.703...

`async_websocket.py` is not included in the .tar.gz file on pypi. I suspect that the pypi upload is being done with a python2 instance?

I can add those improvements (probably tonight), thanks @fuchsmich

@fuchsmich I've updated with all of your comments except for removing dhcpcd and the hostname addition. These changes aren't related to newer versions of buildroot/linux so I think we should...

`set_config_parameter` was added here, but not in the core component. I would find that particularly useful for automating a few devices, such as changing the default brightness of lights. I'm...

Attached is my setup with two Schlage BE469: [mqtt_dump.txt](https://github.com/cgarwood/homeassistant-zwave_mqtt/files/4630056/mqtt_dump.txt)

@roemhildtg, @AlmightyOatmeal Sorry to derail this issue, but have you seen [flask-debugtoolbar](http://flask-debugtoolbar.readthedocs.io/en/latest/)? It's quite nice, profile in your browser and you can see all SQL queries. On a slightly more...

I've opened https://github.com/mypyc/mypy_mypyc-wheels/pull/37 which adds this support and also arm64 on MacOS. Would appreciate a workflow approval, review, and test on a Mac since I don't have one :(