#Trying to run an event through environmental sensor
1 messages · Page 1 of 1 (latest)
"events": {
"check_solid_below": {
"on_environment_sensor": {
"event": "trigger_event",
"filters": {
"test": "is_block_at",
"subject": "self",
"operator": "==",
"value": "solid",
"offset": [0, -1, 0]
}
}
}
},
"events": {
"trigger_event": {
"sequence": [
{
"run_command": {
"command": "say test"
}
}
]
}
}
}
why is there 2 different events group on the entity
My bad you can just merge both events in a single object
This setup doesnt seem to work, i cannot add this into bridge without is fussing. there is no "on_enviromental_sensor" on an event.
there is trigger event
@crude creek im not seeing offset in any filters.. that sure would be useful to me: /
im not seeing offset anywhere in the docs
Bro, "is_block_at" is not a thing XD
@crude creek
I'm sorry i was in a little rush I thought i heard of that somewhere
Did you solve this?