Update tiers.json (#2509)

This commit is contained in:
Christopher Fenner 2024-12-18 22:31:49 +01:00 committed by GitHub
parent 4cafa2053d
commit bb937d9e15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@
{ {
"id": "config-flow", "id": "config-flow",
"subchecks": [ "subchecks": [
"Uses `data-description` to give context to fields", "Uses `data_description` to give context to fields",
"Uses `ConfigEntry.data` and `ConfigEntry.options` correctly" "Uses `ConfigEntry.data` and `ConfigEntry.options` correctly"
] ]
}, },
@ -65,4 +65,4 @@
"inject-websession", "inject-websession",
"strict-typing" "strict-typing"
] ]
} }