What's Changed
- Updated Flow names #10 (cosmetic)
- Listen for page specific button topics and translate to generic topics, for buttons by @balk77 in #13
You can now issue to page-specific B+ topics for the buttons
This means: you can send a topic to buttonplus/<device>/button/<page>/<buttonid>/label
and it will be translated to buttonplus/<device>/button/<buttonid>/label
but only when that page is active.
This way, you can control the labels for the buttons through MQTT, per page.
make sure to switch on the retain flag when issuing messages
Full Changelog: v0.1...v0.2