This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
import sys | |
from collections import OrderedDict | |
from dataclasses import dataclass | |
from typing import Any | |
import yaml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
homeassistant.components.adguard.*, | |
homeassistant.components.aemet.*, | |
homeassistant.components.airly.*, | |
homeassistant.components.alarmdecoder.*, | |
homeassistant.components.alexa.*, | |
homeassistant.components.almond.*, | |
homeassistant.components.amcrest.*, | |
homeassistant.components.analytics.*, | |
homeassistant.components.asuswrt.*, | |
homeassistant.components.atag.*, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Found 3258 errors in 599 files (checked 3869 source files) | |
homeassistant/components/adguard/config_flow.py:104: error: Signature of "async_step_hassio" incompatible with supertype "ConfigFlow" [override] | |
homeassistant/components/adguard/config_flow.py:122: error: Incompatible return value type (got "FlowResultDict", expected "Dict[str, Any]") [return-value] | |
homeassistant/components/adguard/config_flow.py:141: error: Incompatible return value type (got "FlowResultDict", expected "Dict[str, Any]") [return-value] | |
homeassistant/components/adguard/config_flow.py:155: error: Value of type "Optional[Dict[str, Any]]" is not indexable [index] | |
homeassistant/components/adguard/config_flow.py:156: error: Value of type "Optional[Dict[str, Any]]" is not indexable [index] | |
homeassistant/components/adguard/config_flow.py:167: error: Incompatible return value type (got "FlowResultDict", expected "Dict[str, Any]") [return-value] | |
homeassistant/components/adguard/config_flow.py:168: error: Value of type "Optional[Dict[str, |