Skip to content

Conversation

@Julfried
Copy link
Contributor

Type of Changes

Type
🐛 Bug fix

Description

For now I am only escaping __, but other characters can easily be added aswell :)

Closes #10402

@Julfried Julfried requested a review from DudeNr33 as a code owner May 22, 2025 20:11
@codecov
Copy link

codecov bot commented May 22, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.90%. Comparing base (ed59632) to head (5c71a81).
⚠️ Report is 196 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@ Coverage Diff @@ ## main #10403 +/- ## ======================================= Coverage 95.90% 95.90% ======================================= Files 176 176 Lines 19130 19138 +8 ======================================= + Hits 18347 18355 +8  Misses 783 783 
Files with missing lines Coverage Δ
pylint/pyreverse/mermaidjs_printer.py 98.43% <100.00%> (+0.22%) ⬆️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
@github-actions

This comment has been minimized.

@Pierre-Sassoulas Pierre-Sassoulas added the pyreverse Related to pyreverse component label May 25, 2025
@Pierre-Sassoulas Pierre-Sassoulas added this to the 3.3.8 milestone May 25, 2025
Copy link
Member

@Pierre-Sassoulas Pierre-Sassoulas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you. Let's wait for @DudeNr33 review before merging.

Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
@github-actions
Copy link
Contributor

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

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

  1. too-many-instance-attributes:
    Too many instance attributes (10/7)
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/util/aiohttp.py#L55
  2. too-many-arguments:
    Too many arguments (8/5)
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/util/aiohttp.py#L60
  3. too-many-positional-arguments:
    Too many positional arguments (8/5)
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/util/aiohttp.py#L60
  4. protected-access:
    Access to a protected member _value of a client class
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/util/aiohttp.py#L123
  5. consider-using-assignment-expr:
    Use 'if (entity := hass.data[DOMAIN]['devices'].get(dev_id)) is not None:' instead
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/owntracks/device_tracker.py#L51
  6. invalid-overridden-method:
    Method 'unique_id' was expected to be 'method', found it instead as 'property'
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/owntracks/device_tracker.py#L76
  7. invalid-overridden-method:
    Method 'battery_level' was expected to be 'method', found it instead as 'property'
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/owntracks/device_tracker.py#L81
  8. invalid-overridden-method:
    Method 'extra_state_attributes' was expected to be 'method', found it instead as 'property'
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/owntracks/device_tracker.py#L86
  9. invalid-overridden-method:
    Method 'location_accuracy' was expected to be 'method', found it instead as 'property'
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/owntracks/device_tracker.py#L91
  10. invalid-overridden-method:
    Method 'latitude' was expected to be 'method', found it instead as 'property'
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/owntracks/device_tracker.py#L96
  11. invalid-overridden-method:
    Method 'longitude' was expected to be 'method', found it instead as 'property'
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/owntracks/device_tracker.py#L105
  12. invalid-overridden-method:
    Method 'location_name' was expected to be 'method', found it instead as 'property'
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/owntracks/device_tracker.py#L114
  13. invalid-overridden-method:
    Method 'device_info' was expected to be 'method', found it instead as 'property'
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/owntracks/device_tracker.py#L124
  14. magic-value-comparison:
    Consider using a named constant or an enum instead of ''host_name''.
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/owntracks/device_tracker.py#L127
  15. invalid-overridden-method:
    Method 'extra_state_attributes' was expected to be 'method', found it instead as 'property'
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/starline/device_tracker.py#L40
  16. invalid-overridden-method:
    Method 'battery_level' was expected to be 'method', found it instead as 'property'
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/starline/device_tracker.py#L45
  17. invalid-overridden-method:
    Method 'location_accuracy' was expected to be 'method', found it instead as 'property'
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/starline/device_tracker.py#L50
  18. invalid-overridden-method:
    Method 'latitude' was expected to be 'method', found it instead as 'property'
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/starline/device_tracker.py#L55
  19. invalid-overridden-method:
    Method 'longitude' was expected to be 'method', found it instead as 'property'
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/starline/device_tracker.py#L60
  20. consider-using-assignment-expr:
    Use 'if (num_previous_rounds := message_history.num_user_messages - 1) >= max_messages:' instead
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/ollama/conversation.py#L307
  21. no-self-use:
    Method could be a function
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/ollama/conversation.py#L291
  22. no-self-use:
    Method could be a function
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/ollama/conversation.py#L317
  23. import-error:
    Unable to import 'quantum_gateway'
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/quantum_gateway/device_tracker.py#L5
  24. import-error:
    Unable to import 'voluptuous'
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/quantum_gateway/device_tracker.py#L7
  25. unused-argument:
    Unused argument 'hass'
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/quantum_gateway/device_tracker.py#L31
  26. abstract-method:
    Method 'get_extra_attributes' is abstract in class 'DeviceScanner' but is not overridden in child class 'QuantumGatewayDeviceScanner'
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/quantum_gateway/device_tracker.py#L39
  27. too-many-try-statements:
    try clause contains 2 statements, expected at most 1
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/quantum_gateway/device_tracker.py#L50
  28. line-too-long:
    Line too long (114/100)
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/switch.py#L211
  29. line-too-long:
    Line too long (160/100)
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/switch.py#L252
  30. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/switch.py#L63
  31. unexpected-keyword-arg:
    Unexpected keyword argument 'name' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/switch.py#L63
  32. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/switch.py#L71
  33. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/switch.py#L71
  34. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/switch.py#L71
  35. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/switch.py#L78
  36. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/switch.py#L78
  37. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/switch.py#L78
  38. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/switch.py#L87
  39. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/switch.py#L87
  40. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/switch.py#L87
  41. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/switch.py#L93
  42. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/switch.py#L100
  43. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/switch.py#L100
  44. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/switch.py#L100
  45. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/switch.py#L106
  46. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/switch.py#L106
  47. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/switch.py#L106
  48. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/switch.py#L115
  49. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/switch.py#L115
  50. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/switch.py#L115
  51. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/switch.py#L124
  52. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/switch.py#L124
  53. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/switch.py#L124
  54. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/switch.py#L130
  55. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/switch.py#L130
  56. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/switch.py#L130
  57. abstract-method:
    Method 'turn_off' is abstract in class 'ToggleEntity' but is not overridden in child class 'SmartThingsSwitch'
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/switch.py#L235
  58. abstract-method:
    Method 'turn_on' is abstract in class 'ToggleEntity' but is not overridden in child class 'SmartThingsSwitch'
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/switch.py#L235
  59. too-many-arguments:
    Too many arguments (6/5)
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/switch.py#L240
  60. too-many-positional-arguments:
    Too many positional arguments (6/5)
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/switch.py#L240
  61. invalid-overridden-method:
    Method 'is_on' was expected to be 'method', found it instead as 'property'
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/switch.py#L275
  62. abstract-method:
    Method 'turn_off' is abstract in class 'ToggleEntity' but is not overridden in child class 'SmartThingsCommandSwitch'
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/switch.py#L285
  63. abstract-method:
    Method 'turn_on' is abstract in class 'ToggleEntity' but is not overridden in child class 'SmartThingsCommandSwitch'
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/switch.py#L285
  64. line-too-long:
    Line too long (147/100)
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/__init__.py#L361
  65. line-too-long:
    Line too long (130/100)
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/__init__.py#L374
  66. line-too-long:
    Line too long (104/100)
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/__init__.py#L386
  67. line-too-long:
    Line too long (130/100)
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/__init__.py#L395
  68. too-complex:
    'async_migrate_entry' is too complex. The McCabe rating is 15
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/__init__.py#L315
  69. magic-value-comparison:
    Consider using a named constant or an enum instead of '3'.
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/__init__.py#L318
  70. magic-value-comparison:
    Consider using a named constant or an enum instead of '2'.
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/__init__.py#L324
  71. magic-value-comparison:
    Consider using a named constant or an enum instead of ''binary_sensor''.
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/__init__.py#L327
  72. magic-value-comparison:
    Consider using a named constant or an enum instead of ''sensor''.
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/__init__.py#L343
  73. magic-value-comparison:
    Consider using a named constant or an enum instead of '' ''.
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/__init__.py#L344
  74. magic-value-comparison:
    Consider using a named constant or an enum instead of ''switch''.
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/__init__.py#L393
  75. too-many-return-statements:
    Too many return statements (12/6)
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/__init__.py#L326
  76. magic-value-comparison:
    Consider using a named constant or an enum instead of ''burner''.
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/__init__.py#L524
  77. redefined-loop-name:
    Redefining 'component' from loop (line 521)
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/__init__.py#L526
  78. locally-disabled:
    Locally disabling too-many-nested-blocks (R1702)
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L1109
  79. line-too-long:
    Line too long (119/100)
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L1154
  80. line-too-long:
    Line too long (121/100)
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L1202
  81. too-many-lines:
    Too many lines in module (1256/1000)
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L1
  82. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L438
  83. unexpected-keyword-arg:
    Unexpected keyword argument 'options' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L438
  84. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L448
  85. unexpected-keyword-arg:
    Unexpected keyword argument 'native_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L448
  86. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L448
  87. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L448
  88. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L459
  89. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L459
  90. unexpected-keyword-arg:
    Unexpected keyword argument 'native_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L459
  91. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L459
  92. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L459
  93. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L471
  94. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L471
  95. unexpected-keyword-arg:
    Unexpected keyword argument 'native_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L471
  96. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L471
  97. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L481
  98. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L481
  99. unexpected-keyword-arg:
    Unexpected keyword argument 'native_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L481
  100. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L481
  101. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L481
  102. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L490
  103. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L490
  104. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L496
  105. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L496
  106. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L496
  107. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L504
  108. unexpected-keyword-arg:
    Unexpected keyword argument 'native_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L504
  109. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L504
  110. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L504
  111. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L515
  112. unexpected-keyword-arg:
    Unexpected keyword argument 'native_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L515
  113. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L515
  114. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L515
  115. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L526
  116. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L526
  117. unexpected-keyword-arg:
    Unexpected keyword argument 'native_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L526
  118. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L526
  119. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L536
  120. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L536
  121. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L536
  122. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L548
  123. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L548
  124. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L557
  125. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L557
  126. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L566
  127. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L566
  128. unexpected-keyword-arg:
    Unexpected keyword argument 'options' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L566
  129. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L566
  130. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L585
  131. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L585
  132. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L593
  133. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L593
  134. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L593
  135. unexpected-keyword-arg:
    Unexpected keyword argument 'options' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L593
  136. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L593
  137. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L605
  138. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L605
  139. unexpected-keyword-arg:
    Unexpected keyword argument 'options' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L605
  140. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L605
  141. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L613
  142. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L613
  143. unexpected-keyword-arg:
    Unexpected keyword argument 'options' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L613
  144. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L613
  145. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L640
  146. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L640
  147. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L640
  148. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L650
  149. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L650
  150. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L650
  151. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L662
  152. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L662
  153. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L662
  154. unexpected-keyword-arg:
    Unexpected keyword argument 'native_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L662
  155. unexpected-keyword-arg:
    Unexpected keyword argument 'suggested_display_precision' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L662
  156. magic-value-comparison:
    Consider using a named constant or an enum instead of ''energy''.
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L671
  157. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L674
  158. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L674
  159. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L674
  160. unexpected-keyword-arg:
    Unexpected keyword argument 'native_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L674
  161. unexpected-keyword-arg:
    Unexpected keyword argument 'suggested_display_precision' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L674
  162. magic-value-comparison:
    Consider using a named constant or an enum instead of ''power''.
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L684
  163. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L687
  164. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L687
  165. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L687
  166. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L687
  167. unexpected-keyword-arg:
    Unexpected keyword argument 'native_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L687
  168. unexpected-keyword-arg:
    Unexpected keyword argument 'suggested_display_precision' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L687
  169. magic-value-comparison:
    Consider using a named constant or an enum instead of ''deltaEnergy''.
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L697
  170. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L700
  171. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L700
  172. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L700
  173. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L700
  174. unexpected-keyword-arg:
    Unexpected keyword argument 'native_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L700
  175. unexpected-keyword-arg:
    Unexpected keyword argument 'suggested_display_precision' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L700
  176. magic-value-comparison:
    Consider using a named constant or an enum instead of ''powerEnergy''.
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L710
  177. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L713
  178. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L713
  179. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L713
  180. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L713
  181. unexpected-keyword-arg:
    Unexpected keyword argument 'native_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L713
  182. unexpected-keyword-arg:
    Unexpected keyword argument 'suggested_display_precision' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L713
  183. magic-value-comparison:
    Consider using a named constant or an enum instead of ''energySaved''.
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L723
  184. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L730
  185. unexpected-keyword-arg:
    Unexpected keyword argument 'native_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L730
  186. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L730
  187. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L730
  188. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L741
  189. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L751
  190. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L751
  191. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L751
  192. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L760
  193. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L760
  194. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L760
  195. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L769
  196. unexpected-keyword-arg:
    Unexpected keyword argument 'native_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L769
  197. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L769
  198. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L769
  199. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L779
  200. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L779
  201. unexpected-keyword-arg:
    Unexpected keyword argument 'options' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L779
  202. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L779
  203. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L779
  204. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L790
  205. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L790
  206. unexpected-keyword-arg:
    Unexpected keyword argument 'options' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L790
  207. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L790
  208. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L812
  209. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L812
  210. unexpected-keyword-arg:
    Unexpected keyword argument 'options' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L812
  211. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L812
  212. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L812
  213. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L827
  214. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L827
  215. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L827
  216. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L827
  217. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L835
  218. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L835
  219. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L835
  220. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L835
  221. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L846
  222. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L846
  223. unexpected-keyword-arg:
    Unexpected keyword argument 'options' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L846
  224. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L846
  225. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L856
  226. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L856
  227. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L856
  228. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L870
  229. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L870
  230. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L870
  231. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L893
  232. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L893
  233. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L893
  234. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L904
  235. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L904
  236. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L904
  237. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L904
  238. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L916
  239. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L916
  240. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L916
  241. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L927
  242. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L927
  243. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L937
  244. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L937
  245. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L937
  246. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L937
  247. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L952
  248. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L952
  249. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L957
  250. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L957
  251. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L966
  252. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L966
  253. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L972
  254. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L972
  255. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L981
  256. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L981
  257. unexpected-keyword-arg:
    Unexpected keyword argument 'native_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L981
  258. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L981
  259. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L992
  260. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L992
  261. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L992
  262. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L1001
  263. unexpected-keyword-arg:
    Unexpected keyword argument 'native_unit_of_measurement' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L1001
  264. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L1001
  265. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L1001
  266. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L1011
  267. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L1011
  268. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L1021
  269. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L1021
  270. unexpected-keyword-arg:
    Unexpected keyword argument 'entity_category' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L1021
  271. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L1030
  272. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L1030
  273. unexpected-keyword-arg:
    Unexpected keyword argument 'options' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L1030
  274. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L1030
  275. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L1038
  276. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L1038
  277. unexpected-keyword-arg:
    Unexpected keyword argument 'options' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L1038
  278. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L1038
  279. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L1064
  280. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L1064
  281. unexpected-keyword-arg:
    Unexpected keyword argument 'device_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L1064
  282. unexpected-keyword-arg:
    Unexpected keyword argument 'key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L1074
  283. unexpected-keyword-arg:
    Unexpected keyword argument 'translation_key' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c6235/homeassistant/components/smartthings/sensor.py#L1074
  284. unexpected-keyword-arg:
    Unexpected keyword argument 'state_class' in constructor call
    https://github.com/home-assistant/core/blob/b532776d78f118e89d757bb1e9bf12c5f74c623...

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

This comment was generated for commit 5c71a81

Copy link
Collaborator

@DudeNr33 DudeNr33 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks for the fix!

@DudeNr33 DudeNr33 merged commit 25a0f9e into pylint-dev:main May 29, 2025
45 checks passed
pylint-backport bot pushed a commit that referenced this pull request May 29, 2025
…10403) * Escape characters in mermaid viewer * Update test files * Add news fragement * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Apply suggestions from code review Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> (cherry picked from commit 25a0f9e)
@Julfried Julfried deleted the fix-mmd branch May 29, 2025 07:53
Pierre-Sassoulas added a commit that referenced this pull request May 29, 2025
…10403) (#10410) (cherry picked from commit 25a0f9e) Co-authored-by: Julian Grimm <51880314+Julfried@users.noreply.github.com> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Pierre-Sassoulas added a commit that referenced this pull request Aug 9, 2025
…10487) * [ci] Install pylint before every test (#10388) (#10389) Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com> * Improve backport job permissions (#10390) (#10391) (cherry picked from commit 222ab20) * Resolve `possibly-used-before-assignment` false positives from `match` block assignments (#10393) (cherry picked from commit ad14b5b) * Use custom Github App to authenticate backport job (#10394) (#10396) (cherry picked from commit 6be8676) Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com> * Fix Pyreverse: Aggregations aren't filtered according to filter mode (PUB_ONLY, etc.) (#10379) (#10401) * updated diagrams.py file * added tests * updated tests * added test cases * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- (cherry picked from commit ed59632) Co-authored-by: pavan-msys <149513767+pavan-msys@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * Fix Mermaid printer rendering double underscores as bold formatting (#10403) (#10410) (cherry picked from commit 25a0f9e) Co-authored-by: Julian Grimm <51880314+Julfried@users.noreply.github.com> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> * Respect docstring-min-length in docparams extension (#10104) (#10434) (cherry picked from commit 7f5e996) Co-authored-by: Berker ŞAL <brkr.sal@gmail.com> * Fix `unused-variable` false positive when using same name for multiple exceptions (#10436) (#10481) (cherry picked from commit 9e72867) Co-authored-by: Zen Lee <53538590+zenlyj@users.noreply.github.com> * Fix false-negative for used-before-assignment with postponed evaluation in function defs (#10482) (#10483) (cherry picked from commit d363fca) Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com> * Update pytest-benchmark requirement from ~=4.0 to ~=5.1 (#10066) (#10484) (cherry picked from commit f04761b) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump pylint to 3.3.8, update changelog (#10486) --------- Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com> Co-authored-by: pylint-backport-bot[bot] <212256041+pylint-backport-bot[bot]@users.noreply.github.com> Co-authored-by: pavan-msys <149513767+pavan-msys@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Julian Grimm <51880314+Julfried@users.noreply.github.com> Co-authored-by: Berker ŞAL <brkr.sal@gmail.com> Co-authored-by: Zen Lee <53538590+zenlyj@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Backported Bug 🪲 pyreverse Related to pyreverse component

3 participants