🤖Effect of this PR on checked open source code: 🤖 Effect onastroid: The following messages are now emitted: - invalid-overridden-method:
Method 'is_bound' was expected to be "return type 'bool'", found it instead as "return type 'Literal'" https://github.com/pylint-dev/astroid/blob/0ce05c41453a3ac6d9c06bf0a7f4f762e8aaaeb8/astroid/bases.py#L552 - invalid-overridden-method:
Method 'pytype' was expected to be "return type 'str'", found it instead as "return type 'Literal'" https://github.com/pylint-dev/astroid/blob/0ce05c41453a3ac6d9c06bf0a7f4f762e8aaaeb8/astroid/bases.py#L732 - invalid-overridden-method:
Method 'pytype' was expected to be "return type 'str'", found it instead as "return type 'Literal'" https://github.com/pylint-dev/astroid/blob/0ce05c41453a3ac6d9c06bf0a7f4f762e8aaaeb8/astroid/objects.py#L39 - invalid-overridden-method:
Method '_infer' was expected to be "return type 'Generator'", found it instead as "return type 'Iterator'" https://github.com/pylint-dev/astroid/blob/0ce05c41453a3ac6d9c06bf0a7f4f762e8aaaeb8/astroid/nodes/node_classes.py#L347 - invalid-overridden-method:
Method '_infer' was expected to be "return type 'Generator'", found it instead as "return type 'Iterator'" https://github.com/pylint-dev/astroid/blob/0ce05c41453a3ac6d9c06bf0a7f4f762e8aaaeb8/astroid/nodes/node_classes.py#L2179 - invalid-overridden-method:
Method 'pytype' was expected to be "return type 'str'", found it instead as "return type 'Literal'" https://github.com/pylint-dev/astroid/blob/0ce05c41453a3ac6d9c06bf0a7f4f762e8aaaeb8/astroid/nodes/node_classes.py#L2365 - invalid-overridden-method:
Method '_infer' was expected to be "return type 'Generator'", found it instead as "return type 'Iterator'" https://github.com/pylint-dev/astroid/blob/0ce05c41453a3ac6d9c06bf0a7f4f762e8aaaeb8/astroid/nodes/node_classes.py#L2444 - invalid-overridden-method:
Method 'op_left_associative' was expected to be "return type 'bool'", found it instead as "return type 'Literal'" https://github.com/pylint-dev/astroid/blob/0ce05c41453a3ac6d9c06bf0a7f4f762e8aaaeb8/astroid/nodes/node_classes.py#L3098 - invalid-overridden-method:
Method 'pytype' was expected to be "return type 'str'", found it instead as "return type 'Literal'" https://github.com/pylint-dev/astroid/blob/0ce05c41453a3ac6d9c06bf0a7f4f762e8aaaeb8/astroid/nodes/node_classes.py#L3311 - invalid-overridden-method:
Method '_infer' was expected to be "return type 'Generator'", found it instead as "return type 'Iterator'" https://github.com/pylint-dev/astroid/blob/0ce05c41453a3ac6d9c06bf0a7f4f762e8aaaeb8/astroid/nodes/node_classes.py#L3416 - invalid-overridden-method:
Method 'pytype' was expected to be "return type 'str'", found it instead as "return type 'Literal'" https://github.com/pylint-dev/astroid/blob/0ce05c41453a3ac6d9c06bf0a7f4f762e8aaaeb8/astroid/nodes/node_classes.py#L3520 - invalid-overridden-method:
Method '_infer' was expected to be "return type 'Generator'", found it instead as "return type 'Iterator'" https://github.com/pylint-dev/astroid/blob/0ce05c41453a3ac6d9c06bf0a7f4f762e8aaaeb8/astroid/nodes/node_classes.py#L3618 - invalid-overridden-method:
Method 'pytype' was expected to be "return type 'str'", found it instead as "return type 'Literal'" https://github.com/pylint-dev/astroid/blob/0ce05c41453a3ac6d9c06bf0a7f4f762e8aaaeb8/astroid/nodes/node_classes.py#L4064 - invalid-overridden-method:
Method '_infer' was expected to be "return type 'Generator'", found it instead as "return type 'Iterator'" https://github.com/pylint-dev/astroid/blob/0ce05c41453a3ac6d9c06bf0a7f4f762e8aaaeb8/astroid/nodes/node_classes.py#L4123 - invalid-overridden-method:
Method '_infer' was expected to be "return type 'Generator'", found it instead as "return type 'Iterator'" https://github.com/pylint-dev/astroid/blob/0ce05c41453a3ac6d9c06bf0a7f4f762e8aaaeb8/astroid/nodes/node_classes.py#L4176 - invalid-overridden-method:
Method '_infer' was expected to be "return type 'Generator'", found it instead as "return type 'Iterator'" https://github.com/pylint-dev/astroid/blob/0ce05c41453a3ac6d9c06bf0a7f4f762e8aaaeb8/astroid/nodes/node_classes.py#L4220 - invalid-overridden-method:
Method 'scope' was expected to be "return type 'LocalsDictNodeNG'", found it instead as "return type '_T'" https://github.com/pylint-dev/astroid/blob/0ce05c41453a3ac6d9c06bf0a7f4f762e8aaaeb8/astroid/nodes/scoped_nodes/mixin.py#L49 - invalid-overridden-method:
Method 'callable' was expected to be "return type 'bool'", found it instead as "return type 'Literal'" https://github.com/pylint-dev/astroid/blob/0ce05c41453a3ac6d9c06bf0a7f4f762e8aaaeb8/astroid/nodes/scoped_nodes/scoped_nodes.py#L960 - invalid-overridden-method:
Method 'callable' was expected to be "return type 'bool'", found it instead as "return type 'Literal'" https://github.com/pylint-dev/astroid/blob/0ce05c41453a3ac6d9c06bf0a7f4f762e8aaaeb8/astroid/nodes/scoped_nodes/scoped_nodes.py#L1276
Effect onhome-assistant: The following messages are now emitted: - invalid-overridden-method:
Method 'async_init' was expected to be "return type '_FlowResultT'", found it instead as "return type 'ConfigFlowResult'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/config_entries.py#L1387 - invalid-overridden-method:
Method 'async_finish_flow' was expected to be "return type '_FlowResultT'", found it instead as "return type 'ConfigFlowResult'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/config_entries.py#L1529 - invalid-overridden-method:
Method 'async_create_entry' was expected to be "return type '_FlowResultT'", found it instead as "return type 'ConfigFlowResult'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/config_entries.py#L3124 - invalid-overridden-method:
Method 'async_show_form' was expected to be "return type '_FlowResultT'", found it instead as "return type 'ConfigFlowResult'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/config_entries.py#L3205 - invalid-overridden-method:
Method 'async_finish_flow' was expected to be "return type '_FlowResultT'", found it instead as "return type 'SubentryFlowResult'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/config_entries.py#L3313 - invalid-overridden-method:
Method 'async_create_entry' was expected to be "return type '_FlowResultT'", found it instead as "return type 'SubentryFlowResult'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/config_entries.py#L3363 - invalid-overridden-method:
Method 'async_finish_flow' was expected to be "return type '_FlowResultT'", found it instead as "return type 'ConfigFlowResult'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/config_entries.py#L3474 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'list'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/mcp/coordinator.py#L120 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/guardian/coordinator.py#L60 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/rainforest_raven/coordinator.py#L113 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/bring/coordinator.py#L86 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/bring/coordinator.py#L206 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/eheimdigital/coordinator.py#L93 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/rympro/coordinator.py#L40 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/jvc_projector/coordinator.py#L52 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'TwinklyData'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/twinkly/coordinator.py#L69 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'PyLoadData'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/pyload/coordinator.py#L60 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'ProximityData'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/proximity/coordinator.py#L234 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/fyta/coordinator.py#L52 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/slide_local/coordinator.py#L72 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/webmin/coordinator.py#L63 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'BackupCoordinatorData'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/backup/coordinator.py#L69 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'HabiticaData'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/habitica/coordinator.py#L115 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/tesla_fleet/coordinator.py#L89 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/tesla_fleet/coordinator.py#L166 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/tesla_fleet/coordinator.py#L230 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/tesla_fleet/coordinator.py#L284 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'T'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/renault/coordinator.py#L65 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/luftdaten/coordinator.py#L46 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/nice_go/coordinator.py#L144 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/london_underground/coordinator.py#L33 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'AzureDevOpsData'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/azure_devops/coordinator.py#L163 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'BSBLanCoordinatorData'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/bsblan/coordinator.py#L56 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/ruckus_unleashed/coordinator.py#L44 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'int'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/aurora/coordinator.py#L47 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/lastfm/coordinator.py#L55 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/verisure/coordinator.py#L68 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/nexia/coordinator.py#L42 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/tomorrowio/coordinator.py#L197 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/filesize/coordinator.py#L64 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'bool'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/sharkiq/coordinator.py#L68 - invalid-overridden-method:
Method 'extra_state_attributes' was expected to be "return type 'Mapping'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/switchbot/switch.py#L64 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/airzone/coordinator.py#L48 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'UpdateCoordinatorDataType'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/fritz/coordinator.py#L257 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/foscam/coordinator.py#L37 - invalid-overridden-method:
Method 'min_humidity' was expected to be "return type 'float'", found it instead as "return type 'int'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/econet/climate.py#L218 - invalid-overridden-method:
Method 'max_humidity' was expected to be "return type 'float'", found it instead as "return type 'int'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/econet/climate.py#L223 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/amberelectric/coordinator.py#L154 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/brunt/coordinator.py#L62 - invalid-overridden-method:
Method 'async_finish_flow' was expected to be "return type '_FlowResultT'", found it instead as "return type 'FlowResult'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/auth/mfa_setup_flow.py#L59 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'WatergateAgregatedRequests'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/watergate/coordinator.py#L52 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/fitbit/coordinator.py#L44 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'float'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/fastdotcom/coordinator.py#L31 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/huisbaasje/coordinator.py#L55 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'SystemBridgeData'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/system_bridge/coordinator.py#L171 - invalid-overridden-method:
Method 'get_property' was expected to be "return type 'dict'", found it instead as "return type 'Any'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/alexa/capabilities.py#L374 - invalid-overridden-method:
Method 'get_property' was expected to be "return type 'dict'", found it instead as "return type 'Any'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/alexa/capabilities.py#L426 - invalid-overridden-method:
Method 'get_property' was expected to be "return type 'dict'", found it instead as "return type 'Any'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/alexa/capabilities.py#L493 - invalid-overridden-method:
Method 'get_property' was expected to be "return type 'dict'", found it instead as "return type 'Any'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/alexa/capabilities.py#L588 - invalid-overridden-method:
Method 'get_property' was expected to be "return type 'dict'", found it instead as "return type 'Any'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/alexa/capabilities.py#L638 - invalid-overridden-method:
Method 'get_property' was expected to be "return type 'dict'", found it instead as "return type 'Any'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/alexa/capabilities.py#L697 - invalid-overridden-method:
Method 'get_property' was expected to be "return type 'dict'", found it instead as "return type 'Any'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/alexa/capabilities.py#L749 - invalid-overridden-method:
Method 'get_property' was expected to be "return type 'dict'", found it instead as "return type 'Any'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/alexa/capabilities.py#L950 - invalid-overridden-method:
Method 'get_property' was expected to be "return type 'dict'", found it instead as "return type 'Any'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/alexa/capabilities.py#L1030 - invalid-overridden-method:
Method 'get_property' was expected to be "return type 'dict'", found it instead as "return type 'Any'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/alexa/capabilities.py#L1085 - invalid-overridden-method:
Method 'get_property' was expected to be "return type 'dict'", found it instead as "return type 'Any'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/alexa/capabilities.py#L1155 - invalid-overridden-method:
Method 'get_property' was expected to be "return type 'dict'", found it instead as "return type 'Any'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/alexa/capabilities.py#L1279 - invalid-overridden-method:
Method 'get_property' was expected to be "return type 'dict'", found it instead as "return type 'Any'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/alexa/capabilities.py#L1329 - invalid-overridden-method:
Method 'get_property' was expected to be "return type 'dict'", found it instead as "return type 'Any'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/alexa/capabilities.py#L1427 - invalid-overridden-method:
Method 'get_property' was expected to be "return type 'dict'", found it instead as "return type 'Any'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/alexa/capabilities.py#L1766 - invalid-overridden-method:
Method 'get_property' was expected to be "return type 'dict'", found it instead as "return type 'Any'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/alexa/capabilities.py#L2110 - invalid-overridden-method:
Method 'get_property' was expected to be "return type 'dict'", found it instead as "return type 'Any'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/alexa/capabilities.py#L2249 - invalid-overridden-method:
Method 'get_property' was expected to be "return type 'dict'", found it instead as "return type 'Any'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/alexa/capabilities.py#L2319 - invalid-overridden-method:
Method 'get_property' was expected to be "return type 'dict'", found it instead as "return type 'Any'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/alexa/capabilities.py#L2407 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'UpdateCoordinatorDataType'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/vodafone_station/coordinator.py#L117 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/home_connect/coordinator.py#L315 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/meater/coordinator.py#L64 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/homeassistant_alerts/coordinator.py#L53 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'XboxData'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/xbox/coordinator.py#L89 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/tessie/coordinator.py#L71 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/tessie/coordinator.py#L127 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/tessie/coordinator.py#L163 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/qnap/coordinator.py#L86 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/ourgroceries/coordinator.py#L49 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/fully_kiosk/coordinator.py#L44 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/gree/coordinator.py#L76 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/airly/coordinator.py#L93 - invalid-overridden-method:
Method 'min_humidity' was expected to be "return type 'float'", found it instead as "return type 'int'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/homekit_controller/humidifier.py#L85 - invalid-overridden-method:
Method 'max_humidity' was expected to be "return type 'float'", found it instead as "return type 'int'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/homekit_controller/humidifier.py#L90 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'ApSystemsSensorData'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/apsystems/coordinator.py#L74 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/hko/coordinator.py#L97 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'list'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/vizio/coordinator.py#L50 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/yale_smart_alarm/coordinator.py#L55 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'IOmeterData'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/iometer/coordinator.py#L59 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'HERETravelTimeData'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/here_travel_time/coordinator.py#L83 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/adax/coordinator.py#L42 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/adax/coordinator.py#L90 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/trafikverket_ferry/coordinator.py#L72 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'SuezWaterData'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/suez_water/coordinator.py#L89 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'NYTGamesData'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/nyt_games/coordinator.py#L50 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'MyPermobilData'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/permobil/coordinator.py#L44 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/fivem/coordinator.py#L63 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'AirGradientData'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/airgradient/coordinator.py#L65 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/poolsense/coordinator.py#L47 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'int'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/opensky/coordinator.py#L62 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/laundrify/coordinator.py#L43 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'SpotifyCoordinatorData'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/spotify/coordinator.py#L84 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'RadioThermUpdate'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/radiotherm/coordinator.py#L44 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/qnap_qsw/coordinator.py#L44 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/qnap_qsw/coordinator.py#L73 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'EasyEnergyData'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/easyenergy/coordinator.py#L52 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/rachio/coordinator.py#L64 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'list'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/rachio/coordinator.py#L97 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'CanaryData'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/canary/coordinator.py#L65 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/eafm/coordinator.py#L47 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/surepetcare/coordinator.py#L61 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/tedee/coordinator.py#L75 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'HistoryStatsState'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/history_stats/coordinator.py#L101 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/glances/coordinator.py#L43 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/airzone_cloud/coordinator.py#L49 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/tado/coordinator.py#L83 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/tado/coordinator.py#L390 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/jellyfin/coordinator.py#L51 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'NotionData'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/notion/coordinator.py#L127 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/opower/coordinator.py#L84 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/goodwe/coordinator.py#L54 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/speedtestdotnet/coordinator.py#L78 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/openweathermap/coordinator.py#L274 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/sensorpush_cloud/coordinator.py#L40 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/roborock/coordinator.py#L502 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/flipr/coordinator.py#L59 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/flipr/coordinator.py#L74 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/aurora_abb_powerone/coordinator.py#L110 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'list'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/livisi/coordinator.py#L58 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'RainbirdDeviceState'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/rainbird/coordinator.py#L114 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/upnp/coordinator.py#L70 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/gardena_bluetooth/coordinator.py#L65 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/imeon_inverter/coordinator.py#L68 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/streamlabswater/coordinator.py#L47 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'SonarrDataT'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/sonarr/coordinator.py#L67 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'SeventeenTrackData'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/seventeentrack/coordinator.py#L57 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'list'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/google_tasks/coordinator.py#L47 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'MicroBeesCoordinatorData'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/microbees/coordinator.py#L47 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/aquacell/coordinator.py#L60 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/deluge/coordinator.py#L42 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/renson/coordinator.py#L44 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/aemet/coordinator.py#L65 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/garages_amsterdam/coordinator.py#L37 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/airnow/coordinator.py#L72 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'T'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/radarr/coordinator.py#L84 - invalid-overridden-method:
Method '_fetch_data' was expected to be "return type 'T'", found it instead as "return type 'int'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/radarr/coordinator.py#L135 - invalid-overridden-method:
Method '_fetch_data' was expected to be "return type 'T'", found it instead as "return type 'int'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/radarr/coordinator.py#L143 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/overkiz/coordinator.py#L78 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/wallbox/coordinator.py#L205 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/ukraine_alarm/coordinator.py#L48 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'FritzboxCoordinatorData'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/fritzbox/coordinator.py#L168 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'P1MonitorData'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/p1_monitor/coordinator.py#L71 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/tankerkoenig/coordinator.py#L117 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/esphome/coordinator.py#L39 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'ImmichData'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/immich/coordinator.py#L67 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'SMHIForecastData'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/smhi/coordinator.py#L49 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/rova/coordinator.py#L35 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'HydrawiseData'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/hydrawise/coordinator.py#L72 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'HydrawiseData'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/hydrawise/coordinator.py#L115 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'APCUPSdData'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/apcupsd/coordinator.py#L105 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/twentemilieu/coordinator.py#L47 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/pterodactyl/coordinator.py#L64 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/google_photos/coordinator.py#L54 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/epion/coordinator.py#L36 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'StatusMessage'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/loqed/coordinator.py#L91 - invalid-overridden-method:
Method 'native_min_value' was expected to be "return type 'float'", found it instead as "return type 'int'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/template/number.py#L239 - invalid-overridden-method:
Method 'native_max_value' was expected to be "return type 'float'", found it instead as "return type 'int'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/template/number.py#L246 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'PingResult'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/ping/coordinator.py#L53 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'TrainData'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/trafikverket_train/coordinator.py#L115 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/alexa_devices/coordinator.py#L50 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'TouchlineSLModuleData'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/touchline_sl/coordinator.py#L52 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'FlattenedWaterQuality'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/tami4/coordinator.py#L55 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/ridwell/coordinator.py#L48 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'CookidooData'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/cookidoo/coordinator.py#L79 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/kostal_plenticore/coordinator.py#L215 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'Mapping'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/kostal_plenticore/coordinator.py#L239 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/kostal_plenticore/coordinator.py#L304 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'MieleCoordinatorData'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/miele/coordinator.py#L56 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'PowerviewShadeData'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/hunterdouglas_powerview/coordinator.py#L46 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/aussie_broadband/coordinator.py#L57 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/knocki/coordinator.py#L34 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/yolink/coordinator.py#L52 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/accuweather/coordinator.py#L72 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'list'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/accuweather/coordinator.py#L120 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/lektrico/coordinator.py#L50 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'MonarchData'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/monarch_money/coordinator.py#L68 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/upcloud/coordinator.py#L51 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/youtube/coordinator.py#L51 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/linear_garage_door/coordinator.py#L50 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/enphase_envoy/coordinator.py#L259 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'ToloSaunaData'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/tolo/coordinator.py#L48 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/point/coordinator.py#L38 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/epic_games_store/coordinator.py#L47 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/ezviz/coordinator.py#L52 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/synology_dsm/coordinator.py#L117 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/synology_dsm/coordinator.py#L161 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'SensorData'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/systemmonitor/coordinator.py#L131 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'T'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/lidarr/coordinator.py#L61 - invalid-overridden-method:
Method '_fetch_data' was expected to be "return type 'T'", found it instead as "return type 'str'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/lidarr/coordinator.py#L102 - invalid-overridden-method:
Method '_fetch_data' was expected to be "return type 'T'", found it instead as "return type 'int'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/lidarr/coordinator.py#L121 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'float'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/srp_energy/coordinator.py#L46 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/traccar_server/coordinator.py#L79 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/tailscale/coordinator.py#L39 - invalid-overridden-method:
Method '_async_update_data' was expected to be "return type '_DataT'", found it instead as "return type 'dict'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/coolmaster/coordinator.py#L47 - invalid-overridden-method:
Method 'async_finish_flow' was expected to be "return type '_FlowResultT'", found it instead as "return type 'FlowResult'" https://github.com/home-assistant/core/blob/23c304fc75b3da89e3e2f98a8af89399a4c646d6/homeassistant/components/repairs/issue_handler.py#L82 - invalid-overridden-method:
*Method '_async_update_data' was expected to be "return type '_DataT'", found it ins...
This comment was truncated because GitHub allows only 65536 characters in a comment. This comment was generated for commita76ccc5 |
Uh oh!
There was an error while loading.Please reload this page.
Type of Changes
Description
Closes#10351
invalid-overridden-method
(W0236) checker to detect return type mismatches in overridden methods_are_return_types_compatible
helper to check compatibility using the following conditions:1.) excat match
2.) subclassing (covariance)
3.) Special handling for return type
Any
Had this branch open for while now, so I decided to finish the implementation. Let me know what you think :)