LukasGrebe / ha-addons

Addons for Home Assistant
GNU General Public License v3.0
37 stars 42 forks source link

How to provide a custom CSV file a device not know to ebusd? #43

Closed cibernox closed 1 year ago

cibernox commented 1 year ago

I have a couple ebus devices, none of which are supported by ebusd out of the box, but I was able to find a csv definition for at least one of them that would make ebusd be able to use it. Is there a way to provide this addon with the path to such file to be loaded?

tim-devel commented 1 year ago

Yes. Place it in your config folder and use custom command line options to set runtime options to point to your custom csv

cibernox commented 1 year ago

A bit late to the party, but it worked!