mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 00:37:53 +00:00
Add data descriptions to Twente Milieu config flow (#133046)
This commit is contained in:
parent
2e133df549
commit
8e15287662
@ -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
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user