Our trash gets picked up sometime between 7am and 7pm on Thursdays. I wanted to create automations to send a notification Wednesday night to take out the trash and I guess another to take in trash after 7pm. I saw https://community.home-assistant.io/t/actionable-notifications-for-android/256773 and thought this could be good for confirming that someone did it (adding the list of phones) along with Dropdown input helper but wouldn't I need multiple automations (Wednesday night set Dropdown input, send notification then set Dropdown input to outside when triggered, Thursday night set Dropdown input to take in, another notification for Dropdown input when inside)?
Or is there an easier/more efficient way of handling this?
This Blueprint helps you send actionable notifications to your Android device. Requirements Home Assistant app on your device An input_boolean which will trigger the automation Notes The input_boolean can be created on the UI, navigate to Configuration->Helpers click Add helper and select Toggle. You can use the input_boolean.turn_on servi...