travisghansen / hass-opnsense

OPNsense integration with Home Assistant
194 stars 25 forks source link

[FR]: Ability to kill states as a service #135

Open narsaw opened 4 months ago

narsaw commented 4 months ago

Back when I used pfsense, the HA custom integration I used provided a way to call as a service something like this:

service: pfsense.kill_states
data:
    entity_id: binary_sensor.pfsense01_pending_notices_present
    source: 192.168.47.174

This allowed me to kill states that belong to certain IP that I wanted to disconnect from the internet in HA.

Can this be done using this custom integration with OPNSENES?