pylint icon indicating copy to clipboard operation
pylint copied to clipboard

Unused function call extension

Open LukasKrocek opened this issue 2 years ago • 5 comments

Type of Changes

Type
:sparkles: New feature

Description

Adding extension to check for unassigned non-nullable return values from function/method calls. This update encourages proper handling of returned values, which is especially handy when working with immutable classes and collections.

Closes #7935

LukasKrocek avatar Jun 01 '23 22:06 LukasKrocek

Codecov Report

:x: Patch coverage is 87.50000% with 5 lines in your changes missing coverage. Please review. :white_check_mark: Project coverage is 95.80%. Comparing base (6bfa040) to head (900b7a4). :warning: Report is 1033 commits behind head on main.

Files with missing lines Patch % Lines
pylint/extensions/function_return_not_assigned.py 87.50% 5 Missing :warning:

:x: Your patch check has failed because the patch coverage (87.50%) is below the target coverage (100.00%). You can increase the patch coverage or adjust the target coverage.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #8732      +/-   ##
==========================================
- Coverage   95.82%   95.80%   -0.02%     
==========================================
  Files         173      174       +1     
  Lines       18381    18421      +40     
==========================================
+ Hits        17613    17648      +35     
- Misses        768      773       +5     
Files with missing lines Coverage Δ
pylint/extensions/function_return_not_assigned.py 87.50% <87.50%> (ø)
:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov[bot] avatar Jun 02 '23 04:06 codecov[bot]

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

Effect on astroid: The following messages are now emitted:

  1. unused-return-value: Function returned value which is never used https://github.com/pylint-dev/astroid/blob/cc20cfff0cb8033f2f8e8e1f74db770ef42eadb4/astroid/init.py#L193
  2. unused-return-value: Function returned value which is never used https://github.com/pylint-dev/astroid/blob/cc20cfff0cb8033f2f8e8e1f74db770ef42eadb4/astroid/modutils.py#L441
  3. unused-return-value: Function returned value which is never used https://github.com/pylint-dev/astroid/blob/cc20cfff0cb8033f2f8e8e1f74db770ef42eadb4/astroid/raw_building.py#L511
  4. unused-return-value: Function returned value which is never used https://github.com/pylint-dev/astroid/blob/cc20cfff0cb8033f2f8e8e1f74db770ef42eadb4/astroid/protocols.py#L813
  5. unused-return-value: Function returned value which is never used https://github.com/pylint-dev/astroid/blob/cc20cfff0cb8033f2f8e8e1f74db770ef42eadb4/astroid/protocols.py#L820
  6. unused-return-value: Function returned value which is never used https://github.com/pylint-dev/astroid/blob/cc20cfff0cb8033f2f8e8e1f74db770ef42eadb4/astroid/nodes/scoped_nodes/scoped_nodes.py#L1663

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

  1. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/main.py#L87
  2. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/main.py#L88
  3. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/main.py#L95
  4. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/main.py#L98
  5. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/main.py#L101
  6. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/main.py#L106
  7. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/main.py#L111
  8. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/main.py#L119
  9. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/main.py#L122
  10. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/main.py#L128
  11. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/main.py#L134
  12. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/main.py#L137
  13. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/main.py#L140
  14. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/config.py#L466
  15. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/config.py#L489
  16. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/config.py#L761
  17. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/bootstrap.py#L243
  18. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/config_entries.py#L1485
  19. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/core.py#L670
  20. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/core.py#L1069
  21. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/core.py#L1137
  22. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/core.py#L1174
  23. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/core.py#L1552
  24. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/core.py#L1744
  25. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/core.py#L1777
  26. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/core.py#L2065
  27. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/helpers/check_config.py#L86
  28. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/helpers/check_config.py#L90
  29. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/helpers/check_config.py#L116
  30. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/helpers/check_config.py#L134
  31. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/helpers/check_config.py#L137
  32. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/helpers/check_config.py#L143
  33. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/helpers/check_config.py#L155
  34. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/helpers/check_config.py#L173
  35. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/helpers/check_config.py#L221
  36. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/helpers/check_config.py#L227
  37. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/helpers/dispatcher.py#L28
  38. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/helpers/selector.py#L523
  39. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/helpers/selector.py#L545
  40. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/helpers/selector.py#L1173
  41. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/helpers/template.py#L643
  42. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/helpers/template.py#L649
  43. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/helpers/template.py#L1319
  44. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/helpers/template.py#L1357
  45. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/helpers/config_entry_flow.py#L185
  46. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/helpers/config_entry_flow.py#L253
  47. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/helpers/event.py#L139
  48. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/helpers/service.py#L250
  49. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/helpers/entity_registry.py#L660
  50. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/helpers/entity_registry.py#L821
  51. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/helpers/reload.py#L186
  52. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/helpers/entity_platform.py#L391
  53. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/helpers/entity_platform.py#L437
  54. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/helpers/device_registry.py#L370
  55. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/helpers/script.py#L1436
  56. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/synology_srm/device_tracker.py#L106
  57. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/ue_smart_radio/media_player.py#L109
  58. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/elkm1/alarm_control_panel.py#L71
  59. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/elkm1/switch.py#L26
  60. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/elkm1/climate.py#L68
  61. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/elkm1/sensor.py#L48
  62. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/elkm1/sensor.py#L49
  63. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/elkm1/sensor.py#L50
  64. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/elkm1/sensor.py#L51
  65. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/elkm1/sensor.py#L52
  66. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/elkm1/scene.py#L26
  67. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/elkm1/light.py#L28
  68. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/telegram_bot/init.py#L645
  69. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/telegram_bot/init.py#L738
  70. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/telegram_bot/init.py#L766
  71. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/telegram_bot/init.py#L780
  72. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/telegram_bot/init.py#L792
  73. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/telegram_bot/init.py#L805
  74. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/telegram_bot/init.py#L818
  75. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/telegram_bot/init.py#L830
  76. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/telegram_bot/init.py#L853
  77. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/telegram_bot/init.py#L875
  78. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/telegram_bot/init.py#L900
  79. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/shodan/sensor.py#L47
  80. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/spotify/media_player.py#L383
  81. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/command_line/cover.py#L187
  82. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/command_line/cover.py#L191
  83. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/command_line/cover.py#L195
  84. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/command_line/utils.py#L20
  85. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/command_line/notify.py#L42
  86. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/command_line/notify.py#L78
  87. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/push/camera.py#L162
  88. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/trend/binary_sensor.py#L205
  89. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/statistics/sensor.py#L459
  90. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/statistics/sensor.py#L460
  91. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/konnected/config_flow.py#L825
  92. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/script/config.py#L147
  93. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/acer_projector/switch.py#L139
  94. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/acer_projector/switch.py#L145
  95. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/bluetooth/match.py#L112
  96. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/bluetooth/wrappers.py#L66
  97. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/hitron_coda/device_tracker.py#L72
  98. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/x10/light.py#L54
  99. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/x10/light.py#L94
  100. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/x10/light.py#L96
  101. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/x10/light.py#L103
  102. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/x10/light.py#L105
  103. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/verisure/init.py#L72
  104. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/python_script/init.py#L91
  105. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/python_script/init.py#L95
  106. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/google_assistant/helpers.py#L676
  107. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/telnet/switch.py#L151
  108. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/telnet/switch.py#L158
  109. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/facebox/image_processing.py#L161
  110. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/stream/hls.py#L110
  111. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/stream/init.py#L548
  112. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/openalpr_cloud/image_processing.py#L124
  113. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/sun/init.py#L218
  114. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/sun/init.py#L220
  115. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/sun/init.py#L229
  116. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/sun/init.py#L231
  117. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/sun/init.py#L238
  118. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/sun/init.py#L240
  119. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/file_upload/init.py#L52
  120. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/file_upload/init.py#L78
  121. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/file_upload/init.py#L87
  122. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/image_processing/init.py#L238
  123. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/ping/device_tracker.py#L64
  124. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zwave_js/api.py#L877
  125. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zwave_js/api.py#L930
  126. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zwave_js/device_trigger.py#L230
  127. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zwave_js/device_condition.py#L118
  128. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/venstar/climate.py#L318
  129. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/cover.py#L269
  130. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/cover.py#L279
  131. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/cover.py#L293
  132. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/cover.py#L303
  133. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/cover.py#L329
  134. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/lock.py#L136
  135. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/lock.py#L144
  136. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/lock.py#L178
  137. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/lock.py#L184
  138. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/lock.py#L190
  139. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/lock.py#L196
  140. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/fan.py#L213
  141. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/number.py#L441
  142. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/button.py#L143
  143. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/switch.py#L249
  144. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/switch.py#L267
  145. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/switch.py#L275
  146. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/climate.py#L381
  147. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/climate.py#L387
  148. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/climate.py#L400
  149. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/climate.py#L413
  150. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/climate.py#L420
  151. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/climate.py#L426
  152. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/climate.py#L449
  153. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/climate.py#L455
  154. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/climate.py#L467
  155. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/climate.py#L470
  156. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/climate.py#L530
  157. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/climate.py#L554
  158. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/light.py#L171
  159. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/light.py#L307
  160. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/light.py#L314
  161. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/light.py#L328
  162. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/light.py#L346
  163. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/light.py#L367
  164. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/light.py#L372
  165. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/light.py#L384
  166. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/light.py#L395
  167. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/light.py#L443
  168. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/light.py#L476
  169. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/light.py#L574
  170. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/light.py#L596
  171. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/light.py#L613
  172. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/light.py#L624
  173. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/light.py#L766
  174. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/light.py#L802
  175. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/light.py#L818
  176. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/light.py#L868
  177. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/light.py#L974
  178. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/light.py#L981
  179. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/light.py#L990
  180. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/light.py#L999
  181. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/light.py#L1217
  182. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/device_tracker.py#L100
  183. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/device.py#L432
  184. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/device.py#L438
  185. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/device.py#L450
  186. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/device.py#L461
  187. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/device.py#L466
  188. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/device.py#L477
  189. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/device.py#L490
  190. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/device.py#L497
  191. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/device.py#L555
  192. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/device.py#L557
  193. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/device.py#L568
  194. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/device.py#L582
  195. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/device.py#L584
  196. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/device.py#L591
  197. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/device.py#L593
  198. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/device.py#L751
  199. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/device.py#L761
  200. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/device.py#L798
  201. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/device.py#L812
  202. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/device.py#L841
  203. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/device.py#L853
  204. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/device.py#L869
  205. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/device.py#L884
  206. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/gateway.py#L344
  207. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/gateway.py#L356
  208. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/gateway.py#L369
  209. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/group.py#L105
  210. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/hvac.py#L62
  211. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/hvac.py#L73
  212. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/hvac.py#L240
  213. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/hvac.py#L251
  214. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/hvac.py#L254
  215. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/hvac.py#L266
  216. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/hvac.py#L280
  217. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/hvac.py#L282
  218. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/hvac.py#L289
  219. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/hvac.py#L294
  220. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/hvac.py#L302
  221. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/hvac.py#L305
  222. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/smartenergy.py#L200
  223. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/general.py#L119
  224. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/general.py#L302
  225. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/general.py#L453
  226. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/general.py#L511
  227. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/general.py#L513
  228. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/general.py#L525
  229. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/lightlink.py#L30
  230. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/lightlink.py#L36
  231. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/lightlink.py#L46
  232. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/manufacturerspecific.py#L174
  233. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/manufacturerspecific.py#L358
  234. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/manufacturerspecific.py#L369
  235. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/homeautomation.py#L94
  236. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/init.py#L193
  237. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/init.py#L207
  238. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/init.py#L271
  239. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/init.py#L301
  240. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/init.py#L309
  241. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/init.py#L322
  242. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/init.py#L327
  243. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/init.py#L338
  244. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/init.py#L341
  245. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/init.py#L347
  246. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/init.py#L349
  247. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/init.py#L351
  248. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/init.py#L358
  249. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/init.py#L362
  250. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/init.py#L368
  251. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/init.py#L373
  252. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/init.py#L386
  253. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/init.py#L391
  254. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/init.py#L479
  255. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/init.py#L488
  256. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/closures.py#L54
  257. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/closures.py#L137
  258. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/closures.py#L150
  259. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/security.py#L88
  260. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/security.py#L124
  261. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/security.py#L135
  262. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/security.py#L140
  263. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/security.py#L181
  264. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/security.py#L186
  265. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/security.py#L350
  266. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/security.py#L352
  267. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/security.py#L360
  268. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/security.py#L363
  269. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/security.py#L370
  270. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/security.py#L377
  271. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/security.py#L384
  272. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/security.py#L388
  273. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/lighting.py#L104
  274. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/core/cluster_handlers/lighting.py#L119
  275. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/avion/light.py#L112
  276. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/avion/light.py#L117
  277. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zhong_hong/climate.py#L244
  278. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zhong_hong/climate.py#L248
  279. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/snmp/device_tracker.py#L77
  280. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/picotts/tts.py#L55
  281. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/motioneye/config_flow.py#L108
  282. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/netatmo/data_handler.py#L175
  283. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/netatmo/data_handler.py#L181
  284. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/logentries/init.py#L50
  285. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/smtp/notify.py#L152
  286. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/smtp/notify.py#L153
  287. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/smtp/notify.py#L155
  288. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/smtp/notify.py#L181
  289. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/smtp/notify.py#L224
  290. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/smtp/notify.py#L230
  291. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/smtp/notify.py#L234
  292. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/smtp/notify.py#L236
  293. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/onkyo/media_player.py#L356
  294. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/onkyo/media_player.py#L368
  295. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/onkyo/media_player.py#L375
  296. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/onkyo/media_player.py#L379
  297. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/onkyo/media_player.py#L384
  298. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/onkyo/media_player.py#L386
  299. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/onkyo/media_player.py#L390
  300. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/onkyo/media_player.py#L396
  301. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/onkyo/media_player.py#L404
  302. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/onkyo/media_player.py#L408
  303. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/onkyo/media_player.py#L526
  304. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/onkyo/media_player.py#L538
  305. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/onkyo/media_player.py#L544
  306. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/onkyo/media_player.py#L548
  307. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/onkyo/media_player.py#L553
  308. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/onkyo/media_player.py#L555
  309. unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/onkyo/m...

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

This comment was generated for commit 2ec98bea9b2d86a55b889d18d5ca9683cd8ccc0b

github-actions[bot] avatar Jun 02 '23 04:06 github-actions[bot]

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

Effect on astroid: The following messages are now emitted:

  1. function-return-not-assigned: Function returned value which is never used https://github.com/pylint-dev/astroid/blob/cc20cfff0cb8033f2f8e8e1f74db770ef42eadb4/astroid/init.py#L193
  2. function-return-not-assigned: Function returned value which is never used https://github.com/pylint-dev/astroid/blob/cc20cfff0cb8033f2f8e8e1f74db770ef42eadb4/astroid/raw_building.py#L511
  3. function-return-not-assigned: Function returned value which is never used https://github.com/pylint-dev/astroid/blob/cc20cfff0cb8033f2f8e8e1f74db770ef42eadb4/astroid/modutils.py#L441
  4. function-return-not-assigned: Function returned value which is never used https://github.com/pylint-dev/astroid/blob/cc20cfff0cb8033f2f8e8e1f74db770ef42eadb4/astroid/protocols.py#L813
  5. function-return-not-assigned: Function returned value which is never used https://github.com/pylint-dev/astroid/blob/cc20cfff0cb8033f2f8e8e1f74db770ef42eadb4/astroid/protocols.py#L820
  6. function-return-not-assigned: Function returned value which is never used https://github.com/pylint-dev/astroid/blob/cc20cfff0cb8033f2f8e8e1f74db770ef42eadb4/astroid/nodes/scoped_nodes/scoped_nodes.py#L1663

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

  1. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/config_entries.py#L1485
  2. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/main.py#L87
  3. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/main.py#L88
  4. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/main.py#L95
  5. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/main.py#L98
  6. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/main.py#L101
  7. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/main.py#L106
  8. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/main.py#L111
  9. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/main.py#L119
  10. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/main.py#L122
  11. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/main.py#L128
  12. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/main.py#L134
  13. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/main.py#L137
  14. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/main.py#L140
  15. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/bootstrap.py#L244
  16. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/config.py#L466
  17. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/config.py#L489
  18. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/config.py#L761
  19. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/core.py#L670
  20. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/core.py#L1069
  21. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/core.py#L1137
  22. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/core.py#L1174
  23. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/core.py#L1552
  24. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/core.py#L1744
  25. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/core.py#L1777
  26. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/core.py#L2065
  27. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/scripts/auth.py#L19
  28. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/scripts/auth.py#L20
  29. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/scripts/auth.py#L48
  30. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/scripts/init.py#L73
  31. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/scripts/ensure_config.py#L17
  32. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/scripts/ensure_config.py#L24
  33. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/scripts/check_config.py#L62
  34. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/scripts/check_config.py#L63
  35. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/scripts/check_config.py#L69
  36. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/scripts/check_config.py#L77
  37. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/scripts/check_config.py#L80
  38. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/scripts/macos/init.py#L33
  39. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/scripts/macos/init.py#L41
  40. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/scripts/benchmark/init.py#L37
  41. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/scripts/benchmark/init.py#L38
  42. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/scripts/benchmark/init.py#L47
  43. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/scripts/benchmark/init.py#L313
  44. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/util/async_.py#L88
  45. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/util/package.py#L40
  46. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/util/network.py#L63
  47. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/util/yaml/loader.py#L54
  48. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/auth/init.py#L574
  49. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/auth/permissions/merge.py#L21
  50. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/helpers/dispatcher.py#L28
  51. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/helpers/entity_registry.py#L649
  52. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/helpers/entity_registry.py#L810
  53. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/helpers/config_entry_flow.py#L185
  54. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/helpers/config_entry_flow.py#L253
  55. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/helpers/event.py#L139
  56. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/helpers/device_registry.py#L370
  57. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/helpers/entity_platform.py#L391
  58. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/helpers/entity_platform.py#L437
  59. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/helpers/template.py#L643
  60. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/helpers/template.py#L649
  61. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/helpers/template.py#L1319
  62. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/helpers/template.py#L1357
  63. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/helpers/selector.py#L523
  64. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/helpers/selector.py#L545
  65. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/helpers/selector.py#L1173
  66. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/helpers/service.py#L250
  67. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/helpers/check_config.py#L86
  68. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/helpers/check_config.py#L90
  69. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/helpers/check_config.py#L116
  70. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/helpers/check_config.py#L134
  71. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/helpers/check_config.py#L137
  72. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/helpers/check_config.py#L143
  73. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/helpers/check_config.py#L155
  74. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/helpers/check_config.py#L173
  75. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/helpers/check_config.py#L221
  76. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/helpers/check_config.py#L227
  77. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/helpers/script.py#L1436
  78. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/helpers/reload.py#L186
  79. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/prometheus/init.py#L590
  80. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/avion/light.py#L112
  81. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/avion/light.py#L117
  82. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/acer_projector/switch.py#L139
  83. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/acer_projector/switch.py#L145
  84. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/pioneer/media_player.py#L119
  85. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/home_connect/api.py#L62
  86. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/linksys_smart/device_tracker.py#L52
  87. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/uvc/camera.py#L215
  88. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/ddwrt/device_tracker.py#L79
  89. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/x10/light.py#L54
  90. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/x10/light.py#L94
  91. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/x10/light.py#L96
  92. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/x10/light.py#L103
  93. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/x10/light.py#L105
  94. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/wirelesstag/init.py#L139
  95. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/konnected/config_flow.py#L825
  96. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/motioneye/config_flow.py#L108
  97. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/ads/init.py#L123
  98. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/ads/init.py#L291
  99. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/trend/binary_sensor.py#L205
  100. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/sql/config_flow.py#L120
  101. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/sql/config_flow.py#L177
  102. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/mysensors/config_flow.py#L217
  103. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/mysensors/config_flow.py#L225
  104. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/mysensors/config_flow.py#L296
  105. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/spotify/media_player.py#L383
  106. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/facebox/image_processing.py#L161
  107. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/neato/api.py#L32
  108. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/senseme/config_flow.py#L101
  109. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/statistics/sensor.py#L459
  110. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/statistics/sensor.py#L460
  111. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/smartthings/config_flow.py#L129
  112. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/ring/init.py#L47
  113. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/google/init.py#L350
  114. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/smtp/notify.py#L152
  115. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/smtp/notify.py#L153
  116. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/smtp/notify.py#L155
  117. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/smtp/notify.py#L181
  118. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/smtp/notify.py#L224
  119. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/smtp/notify.py#L230
  120. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/smtp/notify.py#L234
  121. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/smtp/notify.py#L236
  122. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/bluetooth/wrappers.py#L66
  123. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/bluetooth/match.py#L112
  124. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/ping/device_tracker.py#L64
  125. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/ondilo_ico/api.py#L33
  126. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/owntracks/messages.py#L224
  127. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/owntracks/messages.py#L247
  128. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/verisure/init.py#L72
  129. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/mqtt/util.py#L139
  130. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/mqtt/tag.py#L128
  131. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/mqtt/fan.py#L382
  132. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/mqtt/fan.py#L427
  133. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/mqtt/fan.py#L453
  134. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/mqtt/fan.py#L483
  135. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/mqtt/trigger.py#L73
  136. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/mqtt/device_trigger.py#L247
  137. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/mqtt/client.py#L205
  138. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/mqtt/client.py#L755
  139. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/dhcp/init.py#L454
  140. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/media_source/local_source.py#L53
  141. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/zengge/light.py#L120
  142. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/netatmo/data_handler.py#L175
  143. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/netatmo/data_handler.py#L181
  144. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/osramlightify/light.py#L175
  145. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/osramlightify/light.py#L177
  146. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/osramlightify/light.py#L321
  147. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/denon/media_player.py#L162
  148. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/denon/media_player.py#L167
  149. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/push/camera.py#L162
  150. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/telegram_bot/init.py#L645
  151. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/telegram_bot/init.py#L738
  152. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/telegram_bot/init.py#L766
  153. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/telegram_bot/init.py#L780
  154. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/telegram_bot/init.py#L792
  155. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/telegram_bot/init.py#L805
  156. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/telegram_bot/init.py#L818
  157. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/telegram_bot/init.py#L830
  158. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/telegram_bot/init.py#L853
  159. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/telegram_bot/init.py#L875
  160. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/telegram_bot/init.py#L900
  161. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/onkyo/media_player.py#L356
  162. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/onkyo/media_player.py#L368
  163. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/onkyo/media_player.py#L375
  164. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/onkyo/media_player.py#L379
  165. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/onkyo/media_player.py#L384
  166. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/onkyo/media_player.py#L386
  167. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/onkyo/media_player.py#L390
  168. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/onkyo/media_player.py#L396
  169. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/onkyo/media_player.py#L404
  170. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/onkyo/media_player.py#L408
  171. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/onkyo/media_player.py#L526
  172. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/onkyo/media_player.py#L538
  173. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/onkyo/media_player.py#L544
  174. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/onkyo/media_player.py#L548
  175. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/onkyo/media_player.py#L553
  176. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/onkyo/media_player.py#L555
  177. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/onkyo/media_player.py#L559
  178. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/onkyo/media_player.py#L565
  179. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/asuswrt/router.py#L364
  180. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/knx/config_flow.py#L276
  181. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/knx/config_flow.py#L284
  182. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/knx/config_flow.py#L653
  183. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/knx/config_flow.py#L659
  184. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/knx/config_flow.py#L734
  185. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/xiaomi/camera.py#L106
  186. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/xiaomi/camera.py#L112
  187. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/xiaomi/camera.py#L124
  188. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/xiaomi/camera.py#L136
  189. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/xiaomi/device_tracker.py#L58
  190. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/google_assistant/helpers.py#L676
  191. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/garadget/cover.py#L139
  192. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/dlna_dmr/config_flow.py#L362
  193. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/dlna_dmr/data.py#L54
  194. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/homematic/entity.py#L114
  195. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/ue_smart_radio/media_player.py#L109
  196. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/xiaomi_aqara/init.py#L268
  197. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/aruba/device_tracker.py#L61
  198. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/blueprint/models.py#L328
  199. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/blueprint/models.py#L355
  200. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/zwave_js/api.py#L878
  201. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/zwave_js/api.py#L931
  202. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/zwave_js/device_condition.py#L118
  203. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/zwave_js/device_trigger.py#L230
  204. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/sonos/speaker.py#L212
  205. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/python_script/init.py#L91
  206. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/python_script/init.py#L95
  207. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/tikteck/light.py#L98
  208. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/tikteck/light.py#L104
  209. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/overkiz/climate_entities/atlantic_electrical_towel_dryer.py#L85
  210. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/overkiz/climate_entities/atlantic_electrical_towel_dryer.py#L87
  211. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/smappee/api.py#L43
  212. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/aemet/weather_update_coordinator.py#L198
  213. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/swisscom/device_tracker.py#L52
  214. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/twitter/notify.py#L96
  215. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/twitter/notify.py#L99
  216. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/twitter/notify.py#L156
  217. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/file_upload/init.py#L52
  218. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/file_upload/init.py#L78
  219. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/file_upload/init.py#L87
  220. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/openalpr_cloud/image_processing.py#L124
  221. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/input_datetime/init.py#L88
  222. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/tasmota/config_flow.py#L70
  223. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/tasmota/discovery.py#L244
  224. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/auth/indieauth.py#L127
  225. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/zhong_hong/climate.py#L244
  226. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/zhong_hong/climate.py#L248
  227. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/hitron_coda/device_tracker.py#L72
  228. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/atome/sensor.py#L149
  229. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/voip/voip.py#L335
  230. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/venstar/climate.py#L318
  231. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/script/config.py#L147
  232. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/rfxtrx/init.py#L205
  233. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/recorder/core.py#L893
  234. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/recorder/core.py#L1202
  235. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/recorder/core.py#L1291
  236. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/recorder/core.py#L1391
  237. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/recorder/table_managers/event_data.py#L57
  238. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/recorder/table_managers/states_meta.py#L38
  239. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/recorder/table_managers/statistics_meta.py#L195
  240. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/recorder/table_managers/state_attributes.py#L74
  241. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/recorder/table_managers/event_types.py#L40
  242. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/shelly/coordinator.py#L405
  243. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/actiontec/device_tracker.py#L57
  244. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/actiontec/device_tracker.py#L88
  245. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/actiontec/device_tracker.py#L90
  246. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/actiontec/device_tracker.py#L95
  247. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/skybeacon/sensor.py#L170
  248. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/remember_the_milk/init.py#L253
  249. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/synology_srm/device_tracker.py#L106
  250. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/imap_email_content/sensor.py#L127
  251. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/imap_email_content/sensor.py#L148
  252. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/imap_email_content/sensor.py#L169
  253. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/telnet/switch.py#L151
  254. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/telnet/switch.py#L158
  255. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/thomson/device_tracker.py#L64
  256. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/thomson/device_tracker.py#L99
  257. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/thomson/device_tracker.py#L101
  258. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/thomson/device_tracker.py#L103
  259. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/cisco_ios/device_tracker.py#L62
  260. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/logentries/init.py#L50
  261. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/picotts/tts.py#L55
  262. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/elkm1/light.py#L28
  263. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/elkm1/scene.py#L26
  264. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/elkm1/sensor.py#L48
  265. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/elkm1/sensor.py#L49
  266. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/elkm1/sensor.py#L50
  267. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/elkm1/sensor.py#L51
  268. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/elkm1/sensor.py#L52
  269. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/elkm1/alarm_control_panel.py#L71
  270. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/elkm1/switch.py#L26
  271. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/elkm1/climate.py#L68
  272. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/zha/lock.py#L136
  273. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/zha/lock.py#L144
  274. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/zha/lock.py#L178
  275. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/zha/lock.py#L184
  276. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/zha/lock.py#L190
  277. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/zha/lock.py#L196
  278. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/zha/light.py#L171
  279. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/zha/light.py#L307
  280. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/zha/light.py#L314
  281. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/zha/light.py#L328
  282. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/zha/light.py#L346
  283. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/zha/light.py#L367
  284. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/zha/light.py#L372
  285. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/zha/light.py#L384
  286. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/zha/light.py#L395
  287. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/zha/light.py#L443
  288. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/zha/light.py#L476
  289. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/zha/light.py#L574
  290. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/zha/light.py#L596
  291. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/zha/light.py#L613
  292. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/zha/light.py#L624
  293. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/zha/light.py#L766
  294. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/zha/light.py#L802
  295. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/zha/light.py#L818
  296. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/zha/light.py#L868
  297. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/zha/light.py#L974
  298. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/zha/light.py#L981
  299. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/zha/light.py#L990
  300. function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/components/zha/light.py#L999
  301. function-return-not-assigned: *Function returned val...

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

This comment was generated for commit 900b7a40fbef6f94218ec8733873aebaf3f7041a

github-actions[bot] avatar Jun 06 '23 05:06 github-actions[bot]

This PR needs take over because because it has been open 8 weeks with no activity.

github-actions[bot] avatar Oct 05 '23 02:10 github-actions[bot]

This PR needs take over because because it has been open 8 weeks with no activity.

github-actions[bot] avatar Jun 16 '25 03:06 github-actions[bot]

This PR needs take over because because it has been open 8 weeks with no activity.

github-actions[bot] avatar Aug 13 '25 03:08 github-actions[bot]