I used the “Wink” Component to add all of my wink compatible devices, which should be around 30 lights and 60 sensors. I am working on grouping and views now, but how can I see a list of all my entity IDs? Since I used the wink component everything was added to Home Assistant in Bulk, so I didn’t name them, they were named automatically.
Click the three bars in the upper left hand corner (if not already open) and then click the <> icon in the developers tools. This will provide you with a list of all entity IDs and some associated info about them.
This has changed as the component has been refactored. My solution above no longer works; instead you need to specify the namespace separately for each device type. For instance, if you want to add the namespace “winkdevice” to your Wink lights and switches, you now do it like this.