Ryan Schmidt

Results 13 comments of Ryan Schmidt

Just stopping by to say this project is amazing and I’d love to try it. How is the setup working out?

@aariacarterweir also wondering about this. I'm seeing this behavior as well.

I can attest to the above report from @thejae. Old sites that I've developed 2 years ago are no longer downloading multiple versions. This is great news!

I've tried the approaches mentioned above and I can't tell if my issue is different or the same. - Running `ps4-waker` on my Mac mini as my user works fine...

It's true! The above worked for me. ``` { "platform": "cmdSwitch2", "name": "CMD Switch", "switches": [{ "name" : "Playstation", "on_cmd": "sudo ps4-waker -c /var/homebridge/.ps4-wake.credentials.json", "off_cmd": "sudo ps4-waker -c /var/homebridge/.ps4-wake.credentials.json standby",...

I just added this plugin to my homebridge setup and I'm experiencing the same thing. The motion sensors work as expected but no sign of cameras. - Ubuntu 18.04 -...

Setting `max_volume` to `100` doesn't seem to get rid of the warning. It was previously set to the default `30`. ``` { "receivers": [ { "name": "Theater Receiver", "model": "TX-NR609",...

I have experienced this as well. On a previous version of this plugin, when it was an accessory instead of a platform, the response time was handled as expected by...

The way I handled this is by calling my css/js/etc from within the updateable zone. ``` html [call your css here] ``` I'm new to djax so there may be...