mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
clarify exemptions
This commit is contained in:
parent
d5cbed88a4
commit
8e275635cd
@ -2,7 +2,11 @@ rules:
|
|||||||
# Bronze
|
# Bronze
|
||||||
action-setup:
|
action-setup:
|
||||||
status: exempt
|
status: exempt
|
||||||
comment: Actions are per device and not per integration.
|
comment: |
|
||||||
|
Actions are per device and not per integration.
|
||||||
|
ESPHome supports user defined actions which come
|
||||||
|
from the device YAML configuration.
|
||||||
|
https://esphome.io/components/api.html#user-defined-actions
|
||||||
appropriate-polling: done
|
appropriate-polling: done
|
||||||
brands: done
|
brands: done
|
||||||
common-modules: done
|
common-modules: done
|
||||||
@ -11,7 +15,11 @@ rules:
|
|||||||
dependency-transparency: done
|
dependency-transparency: done
|
||||||
docs-actions:
|
docs-actions:
|
||||||
status: exempt
|
status: exempt
|
||||||
comment: Actions are per device and not per integration.
|
comment: |
|
||||||
|
Actions are per device and not per integration.
|
||||||
|
ESPHome supports user defined actions which come
|
||||||
|
from the device YAML configuration.
|
||||||
|
https://esphome.io/components/api.html#user-defined-actions
|
||||||
docs-high-level-description: done
|
docs-high-level-description: done
|
||||||
docs-installation-instructions: done
|
docs-installation-instructions: done
|
||||||
docs-removal-instructions: todo
|
docs-removal-instructions: todo
|
||||||
@ -58,11 +66,15 @@ rules:
|
|||||||
entity-disabled-by-default: done
|
entity-disabled-by-default: done
|
||||||
entity-translations:
|
entity-translations:
|
||||||
status: exempt
|
status: exempt
|
||||||
comment: entities cannot be translated because they are provided by the device.
|
comment: |
|
||||||
|
entities cannot be translated because they are
|
||||||
|
provided by the device YAML configuration.
|
||||||
exception-translations: todo
|
exception-translations: todo
|
||||||
icon-translations:
|
icon-translations:
|
||||||
status: exempt
|
status: exempt
|
||||||
comment: icons cannot be translated because they are provided by the device.
|
comment: |
|
||||||
|
icons cannot be translated because they are
|
||||||
|
provided by the device YAML configuration.
|
||||||
reconfiguration-flow: todo
|
reconfiguration-flow: todo
|
||||||
repair-issues: done
|
repair-issues: done
|
||||||
stale-devices: done
|
stale-devices: done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user