Add data descriptions to Twente Milieu config flow (#133046)

This commit is contained in:
Franck Nijhof 2024-12-12 14:26:34 +01:00 committed by GitHub
parent 2e133df549
commit 8e15287662
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 4 deletions

View File

@ -8,10 +8,7 @@ rules:
brands: done
common-modules: done
config-flow-test-coverage: done
config-flow:
status: todo
comment: |
data_description's are missing.
config-flow: done
dependency-transparency: done
docs-actions:
status: exempt

View File

@ -7,6 +7,11 @@
"post_code": "Postal code",
"house_number": "House number",
"house_letter": "House letter/additional"
},
"data_description": {
"post_code": "The postal code of the address, for example 7500AA",
"house_number": "The house number of the address",
"house_letter": "The house letter or additional information of the address"
}
}
},