How do I make my own object with its own attributes?
For example, I made my arduino device, with a gps module, which calculates the location. And with the help of mobile internet to send data to HA.
HA has an api that allows me to save a value for the object with a POST request.
Eventually, I want to create my own object, a “car” that has a lng, lat, datetime property. To which to assign these values and display on the map. How can I do it?
Thank you for your reply. I have looked at quite a few different solutions, but some are already outdated and depreciated, for example, known_devices.yaml.
In the official documentation for device_tracker in the example the netgear platform.