I was trying to use the blueprint here: Lutron Caseta Pico (Core Integration Only) and then editing to make a few changes, but I can’t seem to find my lutron remote in the device drop down. I removed the filter from the blueprint that filtered by model and left it as an empty device filter, and all my devices showed up, but not my pico remotes. I went and made a new automation from scratch, then edited the yaml to check to see what the platform/type was, etc. Not sure why it won’t show up. Any thoughts on what to check next?
Blank from scratch automation showing selection of the device.
description: ""
mode: single
trigger:
- platform: device
device_id: 7614b13b9a4aeb11831f6601562879a1
domain: lutron_caseta
type: press
subtype: "on"
condition: []
action: []
Config data from the system showing the device:
"2": {
"lutron_device_id": "2",
"dr_device_id": "7614b13b9a4aeb11831f6601562879a1",
"area_id": "2",
"area_name": "Kitchen",
"name": "Pico",
"serial": 82582347,
"device_info": {
"name": "Kitchen Pico",
"manufacturer": "Lutron Electronics Co., Inc",
"identifiers": [
[
"lutron_caseta",
82582347
]
],
"model": "PJ2-3BRL-GXX-X01 (Pico3ButtonRaiseLower)",
"via_device": [
"lutron_caseta",
75323964
],
"suggested_area": "Kitchen"
},
"model": "PJ2-3BRL-GXX-X01",
"type": "Pico3ButtonRaiseLower",
"buttons": [
"101",
"102",
"103",
"104",
"105"
]
},
Blueprint yaml that does not show my device in the drop down:
blueprint:
name: Testing
description: Testing stuff
domain: automation
input:
remote:
name: Remote Device
selector:
device:
description: ""
trigger:
- platform: device
device_id: !input remote
type: press
subtype: "on"
condition: []
action:
- service: scene.turn_on
target:
entity_id: scene.office_nightlight
metadata: {}
mode: single
The pico remote does not show up in my device selector and it seems weird since other devices do show up just fine. Even other lutron devices, just not the pico remotes.