Skip to content

Commit 8fbb8ec

Browse files
committed
Merge branch 'main' of github.com:drudge/homebridge-tidbyt
2 parents 530c10b + fd90d2f commit 8fbb8ec

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
# the Node.js versions to build on
12-
node-version: [10.x, 12.x, 13.x]
12+
node-version: [12.x, 14.x, 16.x]
1313

1414
steps:
1515
- uses: actions/checkout@v2

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
# Tidbyt Platform Plugin [![verified-by-homebridge](https://badgen.net/badge/homebridge/verified/purple)](https://github.com/homebridge/homebridge/wiki/Verified-Plugins)
1010

11-
This is a Homebridge plugin that adds HomeKit support to Tidbyt devices.
11+
This is a Homebridge plugin that adds HomeKit support to Tidbyt devices. Built with [node-tidbyt](https://github.com/drudge/node-tidbyt).
1212

1313
**This project is not endorsed or sponsored by Tidbyt Inc. and is for educational purposes only.**
1414

@@ -25,7 +25,7 @@ So far the integration is fairly limited. The device will show up on your networ
2525
> **Note:** Due to Tidbyt API limitations it is not possible to turn the screen completely off at this time. I will add support for turning the device on/off as soon as it is possible to do so.
2626
### Custom Apps
2727

28-
Using Custom Apps, you can configure your very own applets using Pixlet scripts.
28+
Using Custom Apps, you can configure [your very own applets](https://github.com/drudge/homebridge-tidbyt/wiki/Custom-App-Registry) using Pixlet scripts.
2929

3030
You can schedule your applets to update and push to all of your devices at the same time to keep them updated.
3131

@@ -74,6 +74,10 @@ And the final result on the Tidbyt:
7474

7575
#### More apps to try!
7676

77+
* [XBOX Gamerscore](https://github.com/drudge/homebridge-tidbyt/wiki/Creating-an-XBOX-Live-Gamerscore-Custom-App) by drudge
78+
79+
![](https://camo.githubusercontent.com/5808c238cde39c32ce18af4cfebead62617c4b0387c870bbfdc687052db857e3/68747470733a2f2f70656e722e65652f6473456141582f78626f782d6c6976652e676966)
80+
7781
* [Pacman Clock](https://github.com/savetz/tidbyt-sprite-demo#pac-man-clock) by savetz
7882

7983
![](https://github.com/savetz/tidbyt-sprite-demo/raw/main/pacmandemo.gif)

0 commit comments

Comments
 (0)