diff --git a/custom_components/hive_mqtt_orchestrator/utils/attributes.py b/custom_components/hive_mqtt_orchestrator/utils/attributes.py index ce72c70..56d1a37 100644 --- a/custom_components/hive_mqtt_orchestrator/utils/attributes.py +++ b/custom_components/hive_mqtt_orchestrator/utils/attributes.py @@ -38,7 +38,7 @@ def dict_to_typed_dict(data: dict, keys_to_ignore = []): data_as_datetime = datetime.fromisoformat(new_data[key].replace('Z', '+00:00')) new_data[key] = data_as_datetime continue - except: # pylint: disable=W0702 + except: # pylint: disable=E722 # Do nothing continue