Fix typos in integration quality scale rules (#2515)

This commit is contained in:
Krzysztof Dąbrowski 2024-12-26 00:32:10 +01:00 committed by GitHub
parent 4d2ede8eed
commit 979cd620f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@ class MyEntity(CoordinatorEntity[MyCoordinator]):
def __init__(self, coordinator: MyCoordinator) -> None:
"""Initialize the entity."""
super().__init__(coordinator)
self._attr_device_infp = ...
self._attr_device_info = ...
```
## Exceptions

View File

@ -22,7 +22,7 @@ During reviews, we see the integration owner as the expert on the integration, a
Integration owners are set in the `manifest.json`.
```json {3} showLineNumbers
```json {4} showLineNumbers
{
"domain": "my_integration",
"name": "My Integration",
@ -36,4 +36,4 @@ More information about integration owners can be found in [ADR-0008](https://git
## Exceptions
There are no exceptions to this rule.
There are no exceptions to this rule.