1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 19:32:19 +01:00

[homeassistant] Add compilation test for homeassistant.tag_scanned action (#10319)

This commit is contained in:
J. Nick Koston
2025-08-20 09:10:20 -05:00
committed by GitHub
parent d45944a9e2
commit 35411d199f

View File

@@ -0,0 +1,14 @@
wifi:
ssid: MySSID
password: password1
api:
esphome:
on_boot:
then:
- homeassistant.tag_scanned: 'test_tag_123'
- homeassistant.tag_scanned:
tag: 'another_tag'
- homeassistant.tag_scanned:
tag: !lambda 'return "dynamic_tag";'