mirror of
https://github.com/tjhorner/upsy-desky.git
synced 2026-01-14 17:58:01 -05:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
82cacc03d4 | ||
|
|
f555c2829f |
@@ -8,7 +8,7 @@ You can buy one on Tindie:
|
||||
|
||||
## Need Support?
|
||||
|
||||
If you need help with your Upsy Desky, please email me at support@tjhorner.dev. It's a dedicated support email for Upsy Desky-related issues and will help me keep track of things and keep the GitHub issues free of clutter. Thanks!
|
||||
If you need help with your Upsy Desky, please join the Upsy Desky [Discord server](https://discord.gg/ZHfXKQrSxF) where you can ask for help from the community and myself.
|
||||
|
||||
## Repository Structure
|
||||
|
||||
@@ -57,4 +57,4 @@ You can find everything you need in the [GitHub wiki](https://github.com/tjhorne
|
||||
|
||||
## Licenses
|
||||
|
||||
The ESPHome configs are licensed under MIT; everything else (enclosure and PCB design) are CC BY-NC-SA 4.0. The appropriate license files are available in the root of the repo.
|
||||
The ESPHome configs are licensed under MIT; everything else (enclosure and PCB design) are CC BY-NC-SA 4.0. The appropriate license files are available in the root of the repo.
|
||||
|
||||
@@ -27,7 +27,7 @@ esphome:
|
||||
data: [ 0x0 ]
|
||||
project:
|
||||
name: tj_horner.upsy_desky
|
||||
version: "0.1.2"
|
||||
version: "0.2.0"
|
||||
|
||||
dashboard_import:
|
||||
package_import_url: github://tjhorner/upsy-desky/firmware/config.yaml
|
||||
@@ -121,7 +121,7 @@ number:
|
||||
lambda: |
|
||||
id(target_desk_height)->traits.set_max_value(x);
|
||||
|
||||
switch:
|
||||
button:
|
||||
- platform: restart
|
||||
name: "${friendly_name} Restart"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user