Breina / ha-artnet-led

DMX lighting Integration for Home Assistant. Using the HA Color Mode update and Pyartnet library to control lights in multiple DMX universes over ethernet with the Art-Net protocol.
MIT License
104 stars 9 forks source link

Add host_override and port_override config optinos #39

Closed mvandenabeele closed 12 months ago

mvandenabeele commented 12 months ago

Added host_override and port_override for easier debugging. This way, entity id's won't change so you can temporarily use a debugging application to see what is being sent to the artnet host.

Breina commented 12 months ago

Thanks for contributing! :)

Going to leave this undocumented in the README for now and use it as debugging tool for when people have problems.

The unique_id structure is going to change anyway, so this will be removed out when that's done. Until then, this can be useful! :)