Nekmo

Results 85 issues of Nekmo

I have several tables and I'd like all have the same width. ![pycharm_django_settings1](https://cloud.githubusercontent.com/assets/740106/15624297/94691bec-2484-11e6-8d1d-0d889f519f8a.png) My idea is to get the size of the largest and set it on all tables, but...

Amazon-dash currently supports: - System Commands - SSH - HTTP Webhooks - Home Assistant - OpenHAB - IFTTT Do you need any other service? Please leave your comments.

enhancement

``` # amazon-dash 2.0 # -------------------- settings: delay: 10 templates: - template: "default" context: title: "Amazon-dash alert" body: "Executed {mac} successfully" - template: "tg" context: body: "{mac} executed" - template:...

enhancement

```toml [[devices]] mac = "0C:47:C9:98:4A:12" name = "My button name" [[devices.actions]] action = "cmd" command = "ls" [[devices.actions]] action = "send-telegram" condition = "success" ``` Toggle example: ```toml [[devices]] mac...

enhancement