Skip to content

Commit

Permalink
Merge pull request #220 from nicodreher/fix-automations-not-working
Browse files Browse the repository at this point in the history
Fix automations not working due to removed TriggerActionType in 2025.1.0
  • Loading branch information
tschamm authored Jan 6, 2025
2 parents 7218994 + 1ac35c4 commit 3d06b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/bosch_shc/device_trigger.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import voluptuous as vol
from boschshcpy import SHCDevice, SHCSession
from homeassistant.components.automation import TriggerActionType
from homeassistant.helpers.trigger import TriggerActionType
from homeassistant.components.device_automation import DEVICE_TRIGGER_BASE_SCHEMA
from homeassistant.components.device_automation.exceptions import (
InvalidDeviceAutomationConfig,
Expand Down

0 comments on commit 3d06b1e

Please sign in to comment.