Documents the automation that reacts to phone calls by muting the TV and pausing the robot vacuum.
- When a phone call starts, mute the TV
- When a phone call starts, pause the robot vacuum
- When the call ends, unmute the TV
- Resume the vacuum only if it had already been running
¶ Main Devices
media_player.tv_samsung_veroo_2 → Samsung TV
vacuum.downie → robot vacuum
Incoming or active phone call
↓
Tasker webhook
↓
Home Assistant automation
↓
TV muted + vacuum paused
Then:
Call ended
↓
Tasker webhook
↓
Home Assistant automation
↓
TV unmuted + optional vacuum resume
- The vacuum should not start a new cleaning cycle if it was not already running
- A helper or boolean state should be used to remember whether it was active before the call
- This automation avoids unwanted noise during phone calls
- The remembered vacuum state is critical for correct behaviour