cyberjunky / addon-p2000_rtlsdr

Receive P2000 events using Home Assistant and your RTL-SDR dongle
MIT License
16 stars 6 forks source link

Update p2000.py #15

Closed SvenKortekaas closed 4 weeks ago

SvenKortekaas commented 4 weeks ago

Will this fix the error deprecation warning?

/p2000.py:1009: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC). hour = datetime.utcnow()