This blueprint for Home Assistant allows you to monitor entities for inactivity and receive notifications when they have been inactive for a specified period of time.
- Monitors multiple entities for inactivity.
- Allows customization of the timeout duration.
- Sends notifications when entities have been inactive for the specified period of time.
- Copy the blueprint YAML code into your Home Assistant instance.
- Use the blueprint to create automations in your Home Assistant configuration.
- Customize the blueprint parameters to monitor your desired entities and set the timeout duration.
- Add the blueprint to your Home Assistant configuration.
- Create automations based on this blueprint in your Home Assistant UI.
- Configure the monitoring entities and timeout duration according to your needs.
- Save and activate the automations.
- Monitoring Entities: Select the entities to monitor for inactivity.
- Timeout: Specify the duration after which entities are considered inactive.
- Actions: Specify the actions to be executed when entities are inactive. Use
{{ entity_name }}
and{{ defined_timeout }}
as variables in your actions.
This blueprint has been tested with MQTT sensors, including temperature sensors, motion sensors, and thermostats.