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:
@@ -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";'
|
Reference in New Issue
Block a user