-
Notifications
You must be signed in to change notification settings - Fork 2
conditions
GitHub Action edited this page Jul 20, 2026
·
1 revision
This integration does not provide any custom condition platform (e.g. integration-level conditions that wrap router state).
You can use Home Assistant's built-in conditions in your automations, such as state, template, numeric_state, or time, against the entities this integration exposes. For example, condition a notification on the binary_sensor.repeater_connected entity, or on a sensor.cpu_temp value.
condition:
- condition: state
entity_id: binary_sensor.repeater_connected
state: "on"condition:
- condition: numeric_state
entity_id: sensor.cpu_temp
above: 70