bruxy70 / Garbage-Collection

🗑 Custom Home Assistant sensor for scheduling garbage collection (or other regularly re-occurring events - weekly on given days, semi-weekly or monthly)
MIT License
382 stars 90 forks source link

Use standard attributes. Remove unused import. Remove platform set-up for calendar #414

Closed bruxy70 closed 2 years ago

bruxy70 commented 2 years ago

Following HA strategy - changing state parameters, Unit of Measurement. Removing Platform setup for Calendar. Attempt to extend restore state to more attributes failed - preventing updating state after options change - to be addressed later. Also wanted to add standard naming, but looks like it is not applicable to this integration. Minor updates (typing)