mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 08:07:45 +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:
|
||||
# Bronze
|
||||
config-flow:
|
||||
status: todo
|
||||
comment: Some fields are missing data descriptions.
|
||||
config-flow: done
|
||||
brands: done
|
||||
dependency-transparency: done
|
||||
common-modules: done
|
||||
|
@ -9,7 +9,8 @@
|
||||
"password": "[%key:common::config_flow::data::password%]"
|
||||
},
|
||||
"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