feat: Add support for templates in actions (#1891)

- Closes #1878
This commit is contained in:
Dermot Duffy
2025-02-14 07:23:19 -08:00
committed by GitHub
parent 8d3cf07b43
commit 7fb710d45d
18 changed files with 474 additions and 24 deletions
+3 -3
View File
@@ -73,13 +73,13 @@ elements:
action: toggle
- type: icon
icon: mdi:numeric-3-box
title: Call Service action
title: Perform Action / Call Service action
style:
left: 200px
top: 150px
tap_action:
action: call-service
service: homeassistant.toggle
action: perform-action
perform_action: homeassistant.toggle
data:
entity_id: light.office_main_lights
- type: icon
@@ -3,6 +3,7 @@
- [`actions`](../README.md)
- [Custom Actions](../custom/README.md)
- [Stock Actions](README.md)
- [Templates](../templates.md)
- [`automations`](../../automations.md)
- [`cameras`](../../cameras/README.md)
- [`conditions`](../../conditions.md)