pylint
pylint copied to clipboard
Unused function call extension
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
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
@@ 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.
🤖 Effect of this PR on checked open source code: 🤖
Effect on astroid: The following messages are now emitted:
- unused-return-value: Function returned value which is never used https://github.com/pylint-dev/astroid/blob/cc20cfff0cb8033f2f8e8e1f74db770ef42eadb4/astroid/init.py#L193
- unused-return-value: Function returned value which is never used https://github.com/pylint-dev/astroid/blob/cc20cfff0cb8033f2f8e8e1f74db770ef42eadb4/astroid/modutils.py#L441
- unused-return-value: Function returned value which is never used https://github.com/pylint-dev/astroid/blob/cc20cfff0cb8033f2f8e8e1f74db770ef42eadb4/astroid/raw_building.py#L511
- unused-return-value: Function returned value which is never used https://github.com/pylint-dev/astroid/blob/cc20cfff0cb8033f2f8e8e1f74db770ef42eadb4/astroid/protocols.py#L813
- unused-return-value: Function returned value which is never used https://github.com/pylint-dev/astroid/blob/cc20cfff0cb8033f2f8e8e1f74db770ef42eadb4/astroid/protocols.py#L820
- 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:
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/main.py#L87
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/main.py#L88
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/main.py#L95
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/main.py#L98
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/main.py#L101
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/main.py#L106
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/main.py#L111
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/main.py#L119
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/main.py#L122
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/main.py#L128
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/main.py#L134
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/main.py#L137
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/main.py#L140
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/config.py#L466
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/config.py#L489
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/config.py#L761
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/bootstrap.py#L243
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/config_entries.py#L1485
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/core.py#L670
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/core.py#L1069
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/core.py#L1137
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/core.py#L1174
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/core.py#L1552
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/core.py#L1744
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/core.py#L1777
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/core.py#L2065
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/helpers/check_config.py#L86
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/helpers/check_config.py#L90
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/helpers/check_config.py#L116
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/helpers/check_config.py#L134
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/helpers/check_config.py#L137
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/helpers/check_config.py#L143
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/helpers/check_config.py#L155
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/helpers/check_config.py#L173
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/helpers/check_config.py#L221
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/helpers/check_config.py#L227
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/helpers/dispatcher.py#L28
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/helpers/selector.py#L523
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/helpers/selector.py#L545
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/helpers/selector.py#L1173
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/helpers/template.py#L643
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/helpers/template.py#L649
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/helpers/template.py#L1319
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/helpers/template.py#L1357
- 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
- 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
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/helpers/event.py#L139
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/helpers/service.py#L250
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/helpers/entity_registry.py#L660
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/helpers/entity_registry.py#L821
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/helpers/reload.py#L186
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/helpers/entity_platform.py#L391
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/helpers/entity_platform.py#L437
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/helpers/device_registry.py#L370
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/helpers/script.py#L1436
- 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
- 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
- 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
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/elkm1/switch.py#L26
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/elkm1/climate.py#L68
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/elkm1/sensor.py#L48
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/elkm1/sensor.py#L49
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/elkm1/sensor.py#L50
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/elkm1/sensor.py#L51
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/elkm1/sensor.py#L52
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/elkm1/scene.py#L26
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/elkm1/light.py#L28
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/shodan/sensor.py#L47
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/push/camera.py#L162
- 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
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/statistics/sensor.py#L459
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/statistics/sensor.py#L460
- 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
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/script/config.py#L147
- 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
- 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
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/bluetooth/match.py#L112
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/bluetooth/wrappers.py#L66
- 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
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/x10/light.py#L54
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/x10/light.py#L94
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/x10/light.py#L96
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/x10/light.py#L103
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/x10/light.py#L105
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/verisure/init.py#L72
- 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
- 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
- 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
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/telnet/switch.py#L151
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/telnet/switch.py#L158
- 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
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/stream/hls.py#L110
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/stream/init.py#L548
- 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
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/sun/init.py#L218
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/sun/init.py#L220
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/sun/init.py#L229
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/sun/init.py#L231
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/sun/init.py#L238
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/sun/init.py#L240
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/venstar/climate.py#L318
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/cover.py#L269
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/cover.py#L279
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/cover.py#L293
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/cover.py#L303
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/cover.py#L329
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/lock.py#L136
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/lock.py#L144
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/lock.py#L178
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/lock.py#L184
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/lock.py#L190
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/lock.py#L196
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/fan.py#L213
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/number.py#L441
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/button.py#L143
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/switch.py#L249
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/switch.py#L267
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/switch.py#L275
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/climate.py#L381
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/climate.py#L387
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/climate.py#L400
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/climate.py#L413
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/climate.py#L420
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/climate.py#L426
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/climate.py#L449
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/climate.py#L455
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/climate.py#L467
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/climate.py#L470
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/climate.py#L530
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/climate.py#L554
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/light.py#L171
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/light.py#L307
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/light.py#L314
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/light.py#L328
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/light.py#L346
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/light.py#L367
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/light.py#L372
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/light.py#L384
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/light.py#L395
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/light.py#L443
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/light.py#L476
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/light.py#L574
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/light.py#L596
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/light.py#L613
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/light.py#L624
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/light.py#L766
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/light.py#L802
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/light.py#L818
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/light.py#L868
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/light.py#L974
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/light.py#L981
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/light.py#L990
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/light.py#L999
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/zha/light.py#L1217
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/avion/light.py#L112
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/avion/light.py#L117
- 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
- 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
- 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
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/picotts/tts.py#L55
- 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
- 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
- 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
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/logentries/init.py#L50
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/smtp/notify.py#L152
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/smtp/notify.py#L153
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/smtp/notify.py#L155
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/smtp/notify.py#L181
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/smtp/notify.py#L224
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/smtp/notify.py#L230
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/smtp/notify.py#L234
- unused-return-value: Function returned value which is never used https://github.com/home-assistant/core/blob/c25ccb90a4cda1bbf0c227e27d456c34f55d19ed/homeassistant/components/smtp/notify.py#L236
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
🤖 Effect of this PR on checked open source code: 🤖
Effect on astroid: The following messages are now emitted:
- function-return-not-assigned: Function returned value which is never used https://github.com/pylint-dev/astroid/blob/cc20cfff0cb8033f2f8e8e1f74db770ef42eadb4/astroid/init.py#L193
- function-return-not-assigned: Function returned value which is never used https://github.com/pylint-dev/astroid/blob/cc20cfff0cb8033f2f8e8e1f74db770ef42eadb4/astroid/raw_building.py#L511
- function-return-not-assigned: Function returned value which is never used https://github.com/pylint-dev/astroid/blob/cc20cfff0cb8033f2f8e8e1f74db770ef42eadb4/astroid/modutils.py#L441
- function-return-not-assigned: Function returned value which is never used https://github.com/pylint-dev/astroid/blob/cc20cfff0cb8033f2f8e8e1f74db770ef42eadb4/astroid/protocols.py#L813
- function-return-not-assigned: Function returned value which is never used https://github.com/pylint-dev/astroid/blob/cc20cfff0cb8033f2f8e8e1f74db770ef42eadb4/astroid/protocols.py#L820
- 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:
- function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/config_entries.py#L1485
- function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/main.py#L87
- function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/main.py#L88
- function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/main.py#L95
- function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/main.py#L98
- function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/main.py#L101
- function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/main.py#L106
- function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/main.py#L111
- function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/main.py#L119
- function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/main.py#L122
- function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/main.py#L128
- function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/main.py#L134
- function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/main.py#L137
- function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/main.py#L140
- function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/bootstrap.py#L244
- function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/config.py#L466
- function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/config.py#L489
- function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/config.py#L761
- function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/core.py#L670
- function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/core.py#L1069
- function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/core.py#L1137
- function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/core.py#L1174
- function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/core.py#L1552
- function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/core.py#L1744
- function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/core.py#L1777
- function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/core.py#L2065
- function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/scripts/auth.py#L19
- function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/scripts/auth.py#L20
- function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/scripts/auth.py#L48
- function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/scripts/init.py#L73
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/util/async_.py#L88
- function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/util/package.py#L40
- function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/util/network.py#L63
- 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
- function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/auth/init.py#L574
- 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
- function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/helpers/dispatcher.py#L28
- 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
- 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
- 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
- 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
- function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/helpers/event.py#L139
- 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
- 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
- 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
- function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/helpers/template.py#L643
- function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/helpers/template.py#L649
- function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/helpers/template.py#L1319
- function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/helpers/template.py#L1357
- function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/helpers/selector.py#L523
- function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/helpers/selector.py#L545
- function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/helpers/selector.py#L1173
- function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/helpers/service.py#L250
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/helpers/script.py#L1436
- function-return-not-assigned: Function returned value which is never used https://github.com/home-assistant/core/blob/b5f582eeccbdb029017280673733d001ee490e45/homeassistant/helpers/reload.py#L186
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
This PR needs take over because because it has been open 8 weeks with no activity.
This PR needs take over because because it has been open 8 weeks with no activity.
This PR needs take over because because it has been open 8 weeks with no activity.