[READ-ONLY] Mirror of https://github.com/flo-bit/buttfinity. smart buttons w/ gridfinity for smart home, macropad, midi keyboard and more flo-bit.dev/buttfinity/
esp32 esphome gridfinity home-assistant macropad
0

Configure Feed

Select the types of activity you want to include in your feed.

docs

Florian (Oct 26, 2025, 10:10 PM +0100) a55df7bc 198e30db

+15
+15
.github/workflows/deploy.yml
··· 1 + name: Deploy Docs 2 + 3 + on: 4 + push: 5 + branches: [main] 6 + workflow_dispatch: 7 + 8 + permissions: 9 + contents: read 10 + pages: write 11 + id-token: write 12 + 13 + jobs: 14 + docs: 15 + uses: flo-bit/tiny-docs/.github/workflows/tiny-docs.yml@release/v1