mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00: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