abmantis / whirlpool-sixth-sense

Whirlpool unofficial API for 6th Sense appliances
MIT License
13 stars 12 forks source link

Add model and serial numbers #39

Closed austinmroczek closed 1 year ago

austinmroczek commented 1 year ago

Retain the appliance model number and serial number when loading location info. I used dict.get() in case other appliances don't provide these values.

This could later be added to Home Assistant for a more complete DeviceInfo.

I didn't add specific tests, but existing tests pass.

abmantis commented 1 year ago

Thanks! Please update the branch with master, since it fixes the lint

austinmroczek commented 1 year ago

updated, thanks