antonverburg / ha-pca9685

Home Assistant Raspberry Pi GPIO PWM Integration
MIT License
2 stars 2 forks source link

requirement "pmwled_ant" not avail anymore #27

Open okionka opened 3 months ago

okionka commented 3 months ago

System Health details

Core 2024.7.2 Supervisor 2024.06.2 Operating System 12.4 Frontend 20240710.0

Checklist

Describe the issue

The dependent python module "pwmled_ant==1.6.16" does not exist anymore on pypi.org.

custom component pca9685 fails on start / reboot of HA OS

Reproduction steps

  1. Update HA OS
  2. reboot
  3. custom component pca9685 fails to start

Debug logs

.

Diagnostics dump

No response

okionka commented 3 months ago

seems that your temp repo pmwled_ant with 1.6.16 contained something more than the merged pwmled repo in version 1.6.11.

vin-w commented 3 months ago

seems that your temp repo pmwled_ant with 1.6.16 contained something more than the merged pwmled repo in version 1.6.11.

I checked the config and got this warning

Configuration warnings Platform error 'number' from integration 'pca9685' - Requirements for pca9685 not found: ['pwmled-ant==1.6.16'].

where can we get back this package - pwmled-ant?