Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/cache from 4.1.2 to 4.2.0 #10123

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps actions/cache from 4.1.2 to 4.2.0.

Release notes

Sourced from actions/cache's releases.

v4.2.0

⚠️ Important Changes

The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.

The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.

We are deprecating some versions of this action. We recommend upgrading to version v4 or v3 as soon as possible before February 1st, 2025. (Upgrade instructions below).

If you are using pinned SHAs, please use the SHAs of versions v4.2.0 or v3.4.0

If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.

Upgrading to the recommended versions will not break your workflows.

Read more about the change & access the migration guide: reference to the announcement.

Minor changes

Minor and patch version updates for these dependencies:

  • @​actions/core: 1.11.1
  • @​actions/io: 1.1.3
  • @​vercel/ncc: 0.38.3

Full Changelog: actions/cache@v4...v4.2.0

Changelog

Sourced from actions/cache's changelog.

4.2.0

TLDR; The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.

The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.

We are deprecating some versions of this action. We recommend upgrading to version v4 or v3 as soon as possible before February 1st, 2025. (Upgrade instructions below).

If you are using pinned SHAs, please use the SHAs of versions v4.2.0 or v3.4.0

If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.

Upgrading to the recommended versions will not break your workflows.

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [actions/cache](https://github.com/actions/cache) from 4.1.2 to 4.2.0.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v4.1.2...v4.2.0)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependency Label for github dependabot Skip news 🔇 This change does not require a changelog entry labels Dec 9, 2024
Copy link
Contributor

github-actions bot commented Dec 9, 2024

🤖 Effect of this PR on checked open source code: 🤖

Effect on home-assistant:
The following messages are now emitted:

  1. invalid-overridden-method:
    Method 'state_attributes' was expected to be 'method', found it instead as 'property'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/remote/__init__.py#L185
  2. line-too-long:
    Line too long (101/100)
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/plugwise/coordinator.py#L81
  3. too-many-try-statements:
    try clause contains 3 statements, expected at most 1
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/plugwise/coordinator.py#L71
  4. invalid-overridden-method:
    Method 'preset_mode' was expected to be 'method', found it instead as 'property'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/plugwise/climate.py#L205
  5. too-many-try-statements:
    try clause contains 4 statements, expected at most 1
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/yale_smart_alarm/lock.py#L69
  6. invalid-overridden-method:
    Method 'is_locked' was expected to be 'method', found it instead as 'property'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/yale_smart_alarm/lock.py#L98
  7. invalid-overridden-method:
    Method 'is_open' was expected to be 'method', found it instead as 'property'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/yale_smart_alarm/lock.py#L103
  8. unused-argument:
    Unused argument 'hass'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/baf/light.py#L24
  9. abstract-method:
    Method 'turn_off' is abstract in class 'ToggleEntity' but is not overridden in child class 'BAFLight'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/baf/light.py#L35
  10. abstract-method:
    Method 'turn_on' is abstract in class 'ToggleEntity' but is not overridden in child class 'BAFLight'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/baf/light.py#L35
  11. abstract-method:
    Method 'turn_off' is abstract in class 'ToggleEntity' but is not overridden in child class 'BAFFanLight'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/baf/light.py#L61
  12. abstract-method:
    Method 'turn_on' is abstract in class 'ToggleEntity' but is not overridden in child class 'BAFFanLight'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/baf/light.py#L61
  13. abstract-method:
    Method 'turn_off' is abstract in class 'ToggleEntity' but is not overridden in child class 'BAFStandaloneLight'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/baf/light.py#L68
  14. abstract-method:
    Method 'turn_on' is abstract in class 'ToggleEntity' but is not overridden in child class 'BAFStandaloneLight'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/baf/light.py#L68
  15. unused-argument:
    Unused argument 'hass'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/diagnostics.py#L24
  16. used-before-assignment:
    Using variable 'WhirlpoolData' before assignment
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/__init__.py#L23
  17. abstract-method:
    Method 'set_fan_mode' is abstract in class 'ClimateEntity' but is not overridden in child class 'AirConEntity'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/climate.py#L92
  18. abstract-method:
    Method 'set_humidity' is abstract in class 'ClimateEntity' but is not overridden in child class 'AirConEntity'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/climate.py#L92
  19. abstract-method:
    Method 'set_hvac_mode' is abstract in class 'ClimateEntity' but is not overridden in child class 'AirConEntity'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/climate.py#L92
  20. abstract-method:
    Method 'set_preset_mode' is abstract in class 'ClimateEntity' but is not overridden in child class 'AirConEntity'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/climate.py#L92
  21. abstract-method:
    Method 'set_swing_horizontal_mode' is abstract in class 'ClimateEntity' but is not overridden in child class 'AirConEntity'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/climate.py#L92
  22. abstract-method:
    Method 'set_swing_mode' is abstract in class 'ClimateEntity' but is not overridden in child class 'AirConEntity'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/climate.py#L92
  23. abstract-method:
    Method 'set_temperature' is abstract in class 'ClimateEntity' but is not overridden in child class 'AirConEntity'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/climate.py#L92
  24. abstract-method:
    Method 'toggle' is abstract in class 'ClimateEntity' but is not overridden in child class 'AirConEntity'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/climate.py#L92
  25. abstract-method:
    Method 'turn_aux_heat_off' is abstract in class 'ClimateEntity' but is not overridden in child class 'AirConEntity'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/climate.py#L92
  26. abstract-method:
    Method 'turn_aux_heat_on' is abstract in class 'ClimateEntity' but is not overridden in child class 'AirConEntity'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/climate.py#L92
  27. abstract-method:
    Method 'turn_off' is abstract in class 'ClimateEntity' but is not overridden in child class 'AirConEntity'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/climate.py#L92
  28. abstract-method:
    Method 'turn_on' is abstract in class 'ClimateEntity' but is not overridden in child class 'AirConEntity'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/climate.py#L92
  29. too-many-arguments:
    Too many arguments (7/5)
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/climate.py#L113
  30. too-many-positional-arguments:
    Too many positional arguments (7/5)
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/climate.py#L113
  31. invalid-overridden-method:
    Method 'available' was expected to be 'method', found it instead as 'property'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/climate.py#L145
  32. invalid-overridden-method:
    Method 'current_temperature' was expected to be 'method', found it instead as 'property'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/climate.py#L150
  33. invalid-overridden-method:
    Method 'target_temperature' was expected to be 'method', found it instead as 'property'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/climate.py#L155
  34. invalid-overridden-method:
    Method 'current_humidity' was expected to be 'method', found it instead as 'property'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/climate.py#L164
  35. invalid-overridden-method:
    Method 'target_humidity' was expected to be 'method', found it instead as 'property'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/climate.py#L169
  36. invalid-overridden-method:
    Method 'hvac_mode' was expected to be 'method', found it instead as 'property'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/climate.py#L178
  37. invalid-overridden-method:
    Method 'fan_mode' was expected to be 'method', found it instead as 'property'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/climate.py#L200
  38. invalid-overridden-method:
    Method 'swing_mode' was expected to be 'method', found it instead as 'property'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/climate.py#L212
  39. magic-value-comparison:
    Consider using a named constant or an enum instead of ''1''.
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/sensor.py#L79
  40. consider-using-assignment-expr:
    Use 'if (machine_state := washer.get_machine_state()) == MachineState.RunningMainCycle:' instead
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/sensor.py#L84
  41. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/sensor.py#L100
  42. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/sensor.py#L100
  43. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/sensor.py#L100
  44. unexpected-keyword-arg:
    Unexpected keyword argument 'options' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/sensor.py#L100
  45. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/sensor.py#L111
  46. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/sensor.py#L111
  47. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_registry_enabled_default' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/sensor.py#L111
  48. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/sensor.py#L111
  49. unexpected-keyword-arg:
    Unexpected keyword argument 'options' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/sensor.py#L111
  50. magic-value-comparison:
    Consider using a named constant or an enum instead of ''dryer''.
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/sensor.py#L190
  51. invalid-overridden-method:
    Method 'available' was expected to be 'method', found it instead as 'property'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/sensor.py#L212
  52. invalid-overridden-method:
    Method 'native_value' was expected to be 'method', found it instead as 'property'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/sensor.py#L217
  53. magic-value-comparison:
    Consider using a named constant or an enum instead of ''dryer''.
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/sensor.py#L238
  54. invalid-overridden-method:
    Method 'available' was expected to be 'method', found it instead as 'property'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/sensor.py#L265
  55. unused-argument:
    Unused argument 'call'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/sabnzbd/__init__.py#L96
  56. unused-argument:
    Unused argument 'call'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/sabnzbd/__init__.py#L111
  57. unused-argument:
    Unused argument 'config'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/sabnzbd/__init__.py#L69
  58. consider-using-assignment-expr:
    Use 'if not (sab_api := await get_client(hass, entry.data)):' instead
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/sabnzbd/__init__.py#L154
  59. magic-value-comparison:
    Consider using a named constant or an enum instead of ''SMO 20''.
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/myuplink/helpers.py#L115
  60. line-too-long:
    Line too long (116/100)
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/camera/__init__.py#L563
  61. line-too-long:
    Line too long (139/100)
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/camera/__init__.py#L1159
  62. too-many-lines:
    Too many lines in module (1246/1000)
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/camera/__init__.py#L1
  63. invalid-overridden-method:
    Method 'available' was expected to be 'method', found it instead as 'property'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/camera/__init__.py#L584
  64. no-self-use:
    Method could be a function
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/camera/__init__.py#L613
  65. invalid-overridden-method:
    Method 'state' was expected to be 'method', found it instead as 'property'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/camera/__init__.py#L727
  66. using-constant-test:
    Using a conditional statement with a constant value
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/camera/__init__.py#L729
  67. using-constant-test:
    Using a conditional statement with a constant value
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/camera/__init__.py#L731
  68. invalid-overridden-method:
    Method 'state_attributes' was expected to be 'method', found it instead as 'property'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/camera/__init__.py#L774
  69. no-self-use:
    Method could be a function
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/camera/__init__.py#L847
  70. too-many-public-methods:
    Too many public methods (38/20)
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/camera/__init__.py#L449
  71. too-many-try-statements:
    try clause contains 4 statements, expected at most 1
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/camera/__init__.py#L1005
  72. consider-using-assignment-expr:
    Use 'if (interval := float(interval_str)) < MIN_STREAM_INTERVAL:' instead
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/camera/__init__.py#L1008
  73. too-many-try-statements:
    try clause contains 4 statements, expected at most 1
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/camera/__init__.py#L1048
  74. consider-using-assignment-expr:
    Use 'if not (stream := await camera.async_create_stream()):' instead
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/camera/__init__.py#L1210
  75. unused-argument:
    Unused argument 'hass'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/camera/__init__.py#L1207
  76. consider-using-assignment-expr:
    Use 'if not (stream := await camera.async_create_stream()):' instead
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/camera/__init__.py#L1226
  77. unused-argument:
    Unused argument 'hass'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/binary_sensor.py#L30
  78. invalid-overridden-method:
    Method 'is_on' was expected to be 'method', found it instead as 'property'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/binary_sensor.py#L52
  79. too-few-public-methods:
    Too few public methods (1/2)
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/coordinator.py#L75
  80. too-few-public-methods:
    Too few public methods (0/2)
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/coordinator.py#L107
  81. too-few-public-methods:
    Too few public methods (0/2)
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/coordinator.py#L138
  82. invalid-name:
    Type alias name "IronOSConfigEntry" doesn't conform to predefined naming style
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/__init__.py#L40
  83. unused-argument:
    Unused argument 'config'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/__init__.py#L47
  84. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L65
  85. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L65
  86. unexpected-keyword-arg:
    Unexpected keyword argument 'native_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L65
  87. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L65
  88. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L65
  89. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L73
  90. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L73
  91. unexpected-keyword-arg:
    Unexpected keyword argument 'native_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L73
  92. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L73
  93. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L73
  94. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L73
  95. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L82
  96. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L82
  97. unexpected-keyword-arg:
    Unexpected keyword argument 'native_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L82
  98. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L82
  99. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L82
  100. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L90
  101. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L90
  102. unexpected-keyword-arg:
    Unexpected keyword argument 'native_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L90
  103. unexpected-keyword-arg:
    Unexpected keyword argument 'suggested_display_precision' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L90
  104. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L90
  105. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L90
  106. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L90
  107. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L100
  108. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L100
  109. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L100
  110. unexpected-keyword-arg:
    Unexpected keyword argument 'options' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L100
  111. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L100
  112. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L110
  113. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L110
  114. unexpected-keyword-arg:
    Unexpected keyword argument 'native_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L110
  115. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L110
  116. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L110
  117. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L118
  118. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L118
  119. unexpected-keyword-arg:
    Unexpected keyword argument 'native_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L118
  120. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L118
  121. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L118
  122. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L118
  123. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L127
  124. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L127
  125. unexpected-keyword-arg:
    Unexpected keyword argument 'native_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L127
  126. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L127
  127. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L127
  128. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L127
  129. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L136
  130. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L136
  131. unexpected-keyword-arg:
    Unexpected keyword argument 'native_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L136
  132. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L136
  133. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L136
  134. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L144
  135. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L144
  136. unexpected-keyword-arg:
    Unexpected keyword argument 'native_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L144
  137. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L144
  138. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L144
  139. unexpected-keyword-arg:
    Unexpected keyword argument 'suggested_display_precision' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L144
  140. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L144
  141. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L154
  142. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L154
  143. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L154
  144. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_registry_enabled_default' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L154
  145. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L154
  146. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L162
  147. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L162
  148. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L162
  149. unexpected-keyword-arg:
    Unexpected keyword argument 'options' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L162
  150. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L173
  151. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L173
  152. unexpected-keyword-arg:
    Unexpected keyword argument 'native_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L173
  153. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L173
  154. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L173
  155. unused-argument:
    Unused argument 'hass'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L185
  156. invalid-overridden-method:
    Method 'native_value' was expected to be 'method', found it instead as 'property'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/iron_os/sensor.py#L205
  157. import-error:
    Unable to import 'pypalazzetti.exceptions'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/palazzetti/number.py#L5
  158. unused-argument:
    Unused argument 'hass'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/palazzetti/number.py#L19
  159. abstract-method:
    Method 'set_native_value' is abstract in class 'NumberEntity' but is not overridden in child class 'PalazzettiCombustionPowerEntity'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/palazzetti/number.py#L27
  160. abstract-method:
    Method 'set_value' is abstract in class 'NumberEntity' but is not overridden in child class 'PalazzettiCombustionPowerEntity'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/palazzetti/number.py#L27
  161. invalid-overridden-method:
    Method 'native_value' was expected to be 'method', found it instead as 'property'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/palazzetti/number.py#L45
  162. too-many-public-methods:
    Too many public methods (26/20)
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/vacuum/__init__.py#L233
  163. invalid-overridden-method:
    Method 'state_attributes' was expected to be 'method', found it instead as 'property'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/alarm_control_panel/__init__.py#L362
  164. line-too-long:
    Line too long (102/100)
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/emulated_hue/hue_api.py#L810
  165. too-complex:
    'put' is too complex. The McCabe rating is 51
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/emulated_hue/hue_api.py#L354
  166. unused-argument:
    Unused argument 'request'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/emulated_hue/hue_api.py#L147
  167. magic-value-comparison:
    Consider using a named constant or an enum instead of ''devicetype''.
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/emulated_hue/hue_api.py#L171
  168. unused-argument:
    Unused argument 'username'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/emulated_hue/hue_api.py#L189
  169. unused-argument:
    Unused argument 'username'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/emulated_hue/hue_api.py#L210
  170. unused-argument:
    Unused argument 'username'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/emulated_hue/hue_api.py#L241
  171. unused-argument:
    Unused argument 'username'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/emulated_hue/hue_api.py#L291
  172. consider-using-assignment-expr:
    Use 'if (hass_entity_id := self.config.number_to_entity_id(entity_id)) is None:' instead
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/emulated_hue/hue_api.py#L323
  173. unused-argument:
    Unused argument 'username'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/emulated_hue/hue_api.py#L314
  174. too-many-locals:
    Too many local variables (24/15)
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/emulated_hue/hue_api.py#L354
  175. consider-using-assignment-expr:
    Use 'if (entity_id := config.number_to_entity_id(entity_number)) is None:' instead
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/emulated_hue/hue_api.py#L366
  176. confusing-consecutive-elif:
    Consecutive elif with differing indentation level, consider creating a function to separate the inner elif
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/emulated_hue/hue_api.py#L517
  177. confusing-consecutive-elif:
    Consecutive elif with differing indentation level, consider creating a function to separate the inner elif
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/emulated_hue/hue_api.py#L526
  178. confusing-consecutive-elif:
    Consecutive elif with differing indentation level, consider creating a function to separate the inner elif
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/emulated_hue/hue_api.py#L540
  179. confusing-consecutive-elif:
    Consecutive elif with differing indentation level, consider creating a function to separate the inner elif
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/emulated_hue/hue_api.py#L548
  180. confusing-consecutive-elif:
    Consecutive elif with differing indentation level, consider creating a function to separate the inner elif
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/emulated_hue/hue_api.py#L560
  181. confusing-consecutive-elif:
    Consecutive elif with differing indentation level, consider creating a function to separate the inner elif
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/emulated_hue/hue_api.py#L576
  182. too-many-return-statements:
    Too many return statements (9/6)
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/emulated_hue/hue_api.py#L354
  183. too-many-branches:
    Too many branches (53/12)
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/emulated_hue/hue_api.py#L354
  184. too-many-statements:
    Too many statements (127/50)
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/emulated_hue/hue_api.py#L354
  185. unused-argument:
    Unused argument 'username'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/emulated_hue/hue_api.py#L355
  186. use-implicit-booleaness-not-comparison-to-zero:
    "data[STATE_BRIGHTNESS] == 0" can be simplified to "not data[STATE_BRIGHTNESS]", if it is strictly an int, as 0 is falsey
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/emulated_hue/hue_api.py#L677
  187. consider-using-assignment-expr:
    Use 'if (domain := state.domain) == light.DOMAIN:' instead
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/emulated_hue/hue_api.py#L862
  188. unidiomatic-typecheck:
    Use isinstance() rather than type() for a typecheck.
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/emulated_hue/hue_api.py#L868
  189. unused-argument:
    Unused argument 'request'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/emulated_hue/hue_api.py#L880
  190. unused-argument:
    Unused argument 'event'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/emulated_hue/hue_api.py#L925
  191. too-many-try-statements:
    try clause contains 2 statements, expected at most 1
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/emulated_hue/hue_api.py#L930
  192. unused-argument:
    Unused argument 'timeout'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/emulated_hue/hue_api.py#L919
  193. unused-argument:
    Unused argument 'kwargs'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/update/__init__.py#L367
  194. no-self-use:
    Method could be a function
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/update/__init__.py#L406
  195. invalid-overridden-method:
    Method 'state' was expected to be 'method', found it instead as 'property'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/update/__init__.py#L413
  196. comparison-with-callable:
    Comparing against a callable, did you omit the parenthesis?
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/update/__init__.py#L420
  197. invalid-overridden-method:
    Method 'state_attributes' was expected to be 'method', found it instead as 'property'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/update/__init__.py#L434
  198. using-constant-test:
    Using a conditional statement with a constant value
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/update/__init__.py#L443
  199. unidiomatic-typecheck:
    Use isinstance() rather than type() for a typecheck.
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/update/__init__.py#L444
  200. comparison-with-callable:
    Comparing against a callable, did you omit the parenthesis?
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/update/__init__.py#L456
  201. comparison-with-callable:
    Comparing against a callable, did you omit the parenthesis?
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/update/__init__.py#L457
  202. too-many-public-methods:
    Too many public methods (24/20)
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/update/__init__.py#L207
  203. consider-using-assignment-expr:
    Use 'if (entity := hass.data[DATA_COMPONENT].get_entity(msg['entity_id'])) is None:' instead
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/update/__init__.py#L523
  204. abstract-method:
    Method 'is_matching' is abstract in class 'ConfigFlow' but is not overridden in child class 'VizioConfigFlow'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/vizio/config_flow.py#L172
  205. magic-value-comparison:
    Consider using a named constant or an enum instead of '':''.
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/vizio/config_flow.py#L265
  206. consider-using-assignment-expr:
    Use 'if (pair_data := await dev.start_pair()):' instead
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/vizio/config_flow.py#L321
  207. unused-argument:
    Unused argument 'user_input'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/vizio/config_flow.py#L374
  208. unused-argument:
    Unused argument 'user_input'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/vizio/config_flow.py#L383
  209. too-many-public-methods:
    Too many public methods (28/20)
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/water_heater/__init__.py#L148

The following messages are no longer emitted:

  1. unidiomatic-typecheck:
    Use isinstance() rather than type() for a typecheck.
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/remote/__init__.py#L180
  2. invalid-overridden-method:
    Method 'state_attributes' was expected to be 'method', found it instead as 'property'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/remote/__init__.py#L198
  3. line-too-long:
    Line too long (101/100)
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/plugwise/coordinator.py#L82
  4. no-else-raise:
    Unnecessary "else" after "raise", remove the "else" and de-indent the code inside it
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/plugwise/coordinator.py#L72
  5. too-many-try-statements:
    try clause contains 3 statements, expected at most 1
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/plugwise/coordinator.py#L72
  6. magic-value-comparison:
    Consider using a named constant or an enum instead of ''Adam''.
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/plugwise/climate.py#L191
  7. magic-value-comparison:
    Consider using a named constant or an enum instead of ''cooling''.
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/plugwise/climate.py#L192
  8. magic-value-comparison:
    Consider using a named constant or an enum instead of ''heating''.
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/plugwise/climate.py#L194
  9. magic-value-comparison:
    Consider using a named constant or an enum instead of ''preheating''.
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/plugwise/climate.py#L196
  10. magic-value-comparison:
    Consider using a named constant or an enum instead of ''off''.
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/plugwise/climate.py#L198
  11. too-many-return-statements:
    Too many return statements (8/6)
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/plugwise/climate.py#L185
  12. invalid-overridden-method:
    Method 'preset_mode' was expected to be 'method', found it instead as 'property'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/plugwise/climate.py#L214
  13. too-many-try-statements:
    try clause contains 4 statements, expected at most 1
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/yale_smart_alarm/lock.py#L75
  14. invalid-overridden-method:
    Method 'is_locked' was expected to be 'method', found it instead as 'property'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/yale_smart_alarm/lock.py#L104
  15. invalid-overridden-method:
    Method 'is_open' was expected to be 'method', found it instead as 'property'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/yale_smart_alarm/lock.py#L109
  16. unidiomatic-typecheck:
    Use isinstance() rather than type() for a typecheck.
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/humidifier/__init__.py#L276
  17. unused-argument:
    Unused argument 'hass'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/baf/light.py#L27
  18. abstract-method:
    Method 'turn_off' is abstract in class 'ToggleEntity' but is not overridden in child class 'BAFLight'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/baf/light.py#L38
  19. abstract-method:
    Method 'turn_on' is abstract in class 'ToggleEntity' but is not overridden in child class 'BAFLight'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/baf/light.py#L38
  20. abstract-method:
    Method 'turn_off' is abstract in class 'ToggleEntity' but is not overridden in child class 'BAFFanLight'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/baf/light.py#L64
  21. abstract-method:
    Method 'turn_on' is abstract in class 'ToggleEntity' but is not overridden in child class 'BAFFanLight'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/baf/light.py#L64
  22. abstract-method:
    Method 'turn_off' is abstract in class 'ToggleEntity' but is not overridden in child class 'BAFStandaloneLight'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/baf/light.py#L71
  23. abstract-method:
    Method 'turn_on' is abstract in class 'ToggleEntity' but is not overridden in child class 'BAFStandaloneLight'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/baf/light.py#L71
  24. consider-using-assignment-expr:
    Use 'if (unload_ok := await hass.config_entries.async_unload_platforms(entry, PLATFORMS)):' instead
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/__init__.py#L61
  25. abstract-method:
    Method 'set_fan_mode' is abstract in class 'ClimateEntity' but is not overridden in child class 'AirConEntity'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/climate.py#L93
  26. abstract-method:
    Method 'set_humidity' is abstract in class 'ClimateEntity' but is not overridden in child class 'AirConEntity'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/climate.py#L93
  27. abstract-method:
    Method 'set_hvac_mode' is abstract in class 'ClimateEntity' but is not overridden in child class 'AirConEntity'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/climate.py#L93
  28. abstract-method:
    Method 'set_preset_mode' is abstract in class 'ClimateEntity' but is not overridden in child class 'AirConEntity'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/climate.py#L93
  29. abstract-method:
    Method 'set_swing_horizontal_mode' is abstract in class 'ClimateEntity' but is not overridden in child class 'AirConEntity'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/climate.py#L93
  30. abstract-method:
    Method 'set_swing_mode' is abstract in class 'ClimateEntity' but is not overridden in child class 'AirConEntity'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/climate.py#L93
  31. abstract-method:
    Method 'set_temperature' is abstract in class 'ClimateEntity' but is not overridden in child class 'AirConEntity'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/climate.py#L93
  32. abstract-method:
    Method 'toggle' is abstract in class 'ClimateEntity' but is not overridden in child class 'AirConEntity'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/climate.py#L93
  33. abstract-method:
    Method 'turn_aux_heat_off' is abstract in class 'ClimateEntity' but is not overridden in child class 'AirConEntity'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/climate.py#L93
  34. abstract-method:
    Method 'turn_aux_heat_on' is abstract in class 'ClimateEntity' but is not overridden in child class 'AirConEntity'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/climate.py#L93
  35. abstract-method:
    Method 'turn_off' is abstract in class 'ClimateEntity' but is not overridden in child class 'AirConEntity'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/climate.py#L93
  36. abstract-method:
    Method 'turn_on' is abstract in class 'ClimateEntity' but is not overridden in child class 'AirConEntity'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/climate.py#L93
  37. too-many-arguments:
    Too many arguments (7/5)
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/climate.py#L114
  38. too-many-positional-arguments:
    Too many positional arguments (7/5)
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/climate.py#L114
  39. invalid-overridden-method:
    Method 'available' was expected to be 'method', found it instead as 'property'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/climate.py#L146
  40. invalid-overridden-method:
    Method 'current_temperature' was expected to be 'method', found it instead as 'property'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/climate.py#L151
  41. invalid-overridden-method:
    Method 'target_temperature' was expected to be 'method', found it instead as 'property'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/climate.py#L156
  42. invalid-overridden-method:
    Method 'current_humidity' was expected to be 'method', found it instead as 'property'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/climate.py#L165
  43. invalid-overridden-method:
    Method 'target_humidity' was expected to be 'method', found it instead as 'property'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/climate.py#L170
  44. invalid-overridden-method:
    Method 'hvac_mode' was expected to be 'method', found it instead as 'property'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/climate.py#L179
  45. invalid-overridden-method:
    Method 'fan_mode' was expected to be 'method', found it instead as 'property'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/climate.py#L201
  46. invalid-overridden-method:
    Method 'swing_mode' was expected to be 'method', found it instead as 'property'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/climate.py#L213
  47. magic-value-comparison:
    Consider using a named constant or an enum instead of ''1''.
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/sensor.py#L80
  48. consider-using-assignment-expr:
    Use 'if (machine_state := washer.get_machine_state()) == MachineState.RunningMainCycle:' instead
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/sensor.py#L85
  49. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/sensor.py#L101
  50. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/sensor.py#L101
  51. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/sensor.py#L101
  52. unexpected-keyword-arg:
    Unexpected keyword argument 'options' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/sensor.py#L101
  53. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/sensor.py#L112
  54. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/sensor.py#L112
  55. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_registry_enabled_default' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/sensor.py#L112
  56. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/sensor.py#L112
  57. unexpected-keyword-arg:
    Unexpected keyword argument 'options' in constructor call
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/sensor.py#L112
  58. magic-value-comparison:
    Consider using a named constant or an enum instead of ''dryer''.
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/sensor.py#L191
  59. invalid-overridden-method:
    Method 'available' was expected to be 'method', found it instead as 'property'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/sensor.py#L213
  60. invalid-overridden-method:
    Method 'native_value' was expected to be 'method', found it instead as 'property'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/sensor.py#L218
  61. magic-value-comparison:
    Consider using a named constant or an enum instead of ''dryer''.
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/sensor.py#L239
  62. invalid-overridden-method:
    Method 'available' was expected to be 'method', found it instead as 'property'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/whirlpool/sensor.py#L266
  63. unidiomatic-typecheck:
    Use isinstance() rather than type() for a typecheck.
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/lock/__init__.py#L289
  64. too-complex:
    'async_setup_entry' is too complex. The McCabe rating is 11
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/sabnzbd/__init__.py#L66
  65. consider-using-assignment-expr:
    Use 'if not (sab_api := await get_client(hass, entry.data)):' instead
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/sabnzbd/__init__.py#L70
  66. unused-argument:
    Unused argument 'call'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/sabnzbd/__init__.py#L101
  67. unused-argument:
    Unused argument 'call'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/sabnzbd/__init__.py#L116
  68. magic-value-comparison:
    Consider using a named constant or an enum instead of ''SMO 20''.
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/myuplink/helpers.py#L109
  69. line-too-long:
    Line too long (116/100)
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/camera/__init__.py#L576
  70. line-too-long:
    Line too long (139/100)
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/camera/__init__.py#L1175
  71. too-many-lines:
    Too many lines in module (1262/1000)
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/camera/__init__.py#L1
  72. unidiomatic-typecheck:
    Use isinstance() rather than type() for a typecheck.
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/camera/__init__.py#L526
  73. invalid-overridden-method:
    Method 'available' was expected to be 'method', found it instead as 'property'
    https://github.com/home-assistant/core/blob/bd0da03eb9d77848262cb40e8e34f7002281c3af/homeassistant/components/camera/__init__.py#L597
    74)...

This comment was truncated because GitHub allows only 65536 characters in a comment.

This comment was generated for commit bcf10d0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency Label for github dependabot Skip news 🔇 This change does not require a changelog entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants