peddamat
peddamat
**Describe the problem you have/What new integration you would like** It would be nice if long-pressing a Tuya Dimmer switch’s main button triggered a double-click event, instead of returning “ESP_LOGE(TAG,...
Hi, I added a `repo_dir` configuration argument for the case where the `docs_dir` points to a submodule or otherwise nested repo. In my setup, my `docs_dir` points to "notes", which...
The provided example works: ``` ![[Puppy]] ``` However, if I use a link like this, which Obsidian.md creates, the generated link is broken: ``` ![[Puppy.png]] ``` I'm not sure if...
Hi, I'm running IOXY using the following: ioxy mqtts -mqtts-port 8883 -mqtts-cert certs/verificationCert/verificationCert.pem -mqtts-key certs/verificationCert/verificationCert.key broker -mqtt-broker-tls -mqtt-broker-host xxx-xxx.iot.us-west-2.amazonaws.com -mqtt-broker-port 8883 -mqtt-broker-cert certs/aws-iot-certs/xxx.crt -mqtt-broker-key certs/aws-iot-certs/xxx.private.key Using MQTT Explorer, I can...