mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-27 03:06:30 +00:00
Apply AI suggestion
This commit is contained in:
parent
4eff108dc7
commit
aeef48ae97
@ -108,7 +108,7 @@ if (value == SUPER_IMPORTANT_THRESHOLD) {
|
|||||||
|
|
||||||
### Organizing constants
|
### Organizing constants
|
||||||
|
|
||||||
General rule is if the constant is exposed outside of the file it needs to be properly be identifiable when imported either by its name or by its parents name.
|
As a general rule, if a constant is exposed outside the file, it needs to be easily identifiable when imported, either by its own name or by its parent’s name.
|
||||||
|
|
||||||
#### Within a dedicated file
|
#### Within a dedicated file
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user