2 Commits

Author SHA1 Message Date
TJ Horner
82cacc03d4 Firmware 0.2.0 2022-10-28 12:45:03 -07:00
TJ Horner
f555c2829f Update README.md 2022-10-19 21:22:19 -07:00
2 changed files with 4 additions and 4 deletions

View File

@@ -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.

View File

@@ -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"