V1.1.1
What's Changed
- Feature/multiple local network sensors by @carlkidcrypto in #19
- Feature/wrap up 1.1.1 release by @carlkidcrypto in #20
Breaking changes - the local api now expects a list of strings.
It went from this
my_paa = PurpleAirLocalAPI(ipv4_address)
to this
my_paa = PurpleAirLocalAPI(["ipv4_address"])
Full Changelog: v1.1.0...v1.1.1