mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-13 20:36:29 +00:00
Fix typos in integration quality scale rules (#2515)
This commit is contained in:
parent
4d2ede8eed
commit
979cd620f5
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user