Homey app for sending notifications via Domus conductor.
🚧 Work in progress - coming soon!
This Homey app provides Flow cards to easily send notifications through Domus to various channels (Discord, Matrix, WhatsApp, etc.) without having to manually configure HTTP requests.
- Send notification - Send a notification to a configured channel
This app will be built using the Homey SDK and published to the Homey App Store.
Documentation: https://apps.developer.homey.app/the-basics/getting-started
Install Homey CLI:
npm install --global --no-optional homeyRun the app temporarily for testing:
homey app runPress CTRL+C to stop and uninstall.
Install the app permanently on your Homey so it runs even when your Mac/PC is off:
homey app installTo uninstall:
homey app uninstallTo see logs:
homey app logWhen ready to publish:
homey app publish- Domus Conductor - The backend server that handles notifications