Do child devices not at all show up in custom devices handlers as components?
Details:
I have an aquarium light controller that I made with an esp32. It has 2 temperature sensors (one for the light and one for the tank). I have been able to control the light and get one temperature from SmartThings but I cannot seem to get a second temperature sensor to show up in the same device.
Things I have tried:
- One temp sensor as capability of device and one as a child device.
- Both sensors as child devices
- mcdSync:true
- Added component to deviceconfig
Experience:
The child device is created and has a temperature attribute which I can set. The temperature sensor shows up in Automations. I cannot get the sensor to show up as a component no matter what I do. Am I missing something or is it just not working?