mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 16:17:20 +00:00
Set data description for all Rainbird config flow fields (#131432)
This commit is contained in:
parent
767ac40685
commit
106602669d
@ -1,8 +1,6 @@
|
|||||||
rules:
|
rules:
|
||||||
# Bronze
|
# Bronze
|
||||||
config-flow:
|
config-flow: done
|
||||||
status: todo
|
|
||||||
comment: Some fields are missing data descriptions.
|
|
||||||
brands: done
|
brands: done
|
||||||
dependency-transparency: done
|
dependency-transparency: done
|
||||||
common-modules: done
|
common-modules: done
|
||||||
|
@ -9,7 +9,8 @@
|
|||||||
"password": "[%key:common::config_flow::data::password%]"
|
"password": "[%key:common::config_flow::data::password%]"
|
||||||
},
|
},
|
||||||
"data_description": {
|
"data_description": {
|
||||||
"host": "The hostname or IP address of your Rain Bird device."
|
"host": "The hostname or IP address of your Rain Bird device.",
|
||||||
|
"password": "The password used to authenticate with the Rain Bird device."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user