You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ I found the HA actions on the original for navigation on the Shield had much too
8
8
9
9
For the HA actions I use MQTT auto-discovery with triggers for the buttons. To set up an automation in HA (after doing the WiFi setup including your MQTT broker), target the device as "Something Remote" and use the trigger dropdown to select the button you want. Remember to set the automation mode to "queued" if you want multiple presses to all process (e.g., for dimming a light).
10
10
11
+
I've also added a MPU6050 (just on an off the shelf dev board) which allows the controller to wake when you pick it up, as I didn't like having to press the power button in order to do anything. This fit in the existing case for me, but it'd be better with a little more room.
0 commit comments