What is the device selector parameter for the "pm25" attribute of new Ikea Matter Air Quality devices? I've tried "capability.pm25", "capability.pm25Sensor", "capability.pm25Measurement", and various others and none return any devices.
There isn't one; those are for capabilities, but this is a custom attribute (as there is no such capability). You will need to use something else the device supports, such as "capability.airQuality".
What you pick doesn't matter in terms of what you can do with the device, in case you are wondering; it's just a way to get it selected.
bertabcd1234 Wasn't sure if I was missing something. The airQuality capability doesn't seem to exist for the device either for some reason, but carbonDioxideMeasurement does so that'll do!
kkossev That's super useful, thanks!
Sorry, you're right! (I was going by memory.) That is a custom attribute on this device too because it only reports one of a few discrete values, not an actual AQI as the capability was designed for.
