Aleks130699 / ha-fpp

Integrates a Falcon Pi Player (FPP) as a Media Player in HomeAssistant
Apache License 2.0
9 stars 2 forks source link

Fix unique id #5

Closed daviddykeuk closed 5 months ago

daviddykeuk commented 5 months ago

For self.attr_unique_id the name of the player wasn't interpolating correctly, preventing multiple players from being added due to the unique id not being unique.

Fixes #4