I’ve been trying to create some entities to monitor my hardware.
Ideally I would like to create a platform called gpu and assign sensors as attributes to each entity.
something like this: entity_id: gpu.name_1
Then add attributes from sensors i have imported into HA.
As gpu.name_1.attributes.temperature i would like to assign the value of sensor.gpu_1_temp that i have already imported in home assistant.
I hope I’m making sense…
Is there some way to work this thing out?
The platform was an aesthetic request indeed, i wouldn’t mind working with sensor platform.
But could i add extra templatable attributes to a sensor at least?