Closed pdawg17 closed 1 year ago
Fixed in https://github.com/tronikos/opower-hacs/commit/5cc52ced31572be4267ab6a7758160f86c674a37 This was broken by https://github.com/home-assistant/core/pull/92095 _extract_metadata_and_discard_impossible_columns expects types to be a set. {} is an empty dict not a set, so I changed it to set()
I know I should expect issues with betas but just a heads up that I get this error once I updated to the HA June beta...don't know if it's due to HA updating to Python 3.11 or something else.