I’ve had GPT help me create a pretty simple blueprint for a zigbee switch I got off of Temu, The blueprint works great, however it currently can’t distinguish different switches of the same model. I know that each switch has it’s own device_ieee however i’m not sure how to pull that info for the blueprint and gpt isn’t very helpful when I ask that question. Any and all help is welcome. Thanks!
Here is my current blueprint.
blueprint:
name: Tuya TS0041 Single Short Press Action
description: Automate actions with a Tuya TS0041 remote on a single short press.
domain: automation
input:
tuya_ts0041_remote:
name: Tuya TS0041 Remote
description: Select the Tuya TS0041 remote to use with this automation.
selector:
device:
integration: zha
manufacturer: '_TZ3000_fa9mlvja'
model: 'TS0041'
button_short_press_action:
name: Button Short Press Action
description: Action to run on a single short press of the button.
default: []
selector:
action: {}
trigger:
platform: event
event_type: zha_event
event_data:
endpoint_id: 1
cluster_id: 6
command: "remote_button_short_press"
action: !input 'button_short_press_action'