Skip to content

Commit

Permalink
Included "isOn" hub event processing for motion sensor
Browse files Browse the repository at this point in the history
  • Loading branch information
c503ghosh committed Apr 18, 2024
1 parent e873694 commit 9bd18ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/dirigera_platform/hub_event_listener.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
logger = logging.getLogger("custom_components.dirigera_platform")

process_events_from = {
"motionSensor" : ["isDetected"],
"motionSensor" : ["isDetected","isOn"],
"outlet" : ["isOn"],
"light" : ["isOn"],
"openCloseSensor" : ["isOpen"]
Expand Down

0 comments on commit 9bd18ce

Please sign in to comment.