Set data description for all Rainbird config flow fields (#131432)

This commit is contained in:
Allen Porter 2024-11-24 02:39:04 -08:00 committed by GitHub
parent 767ac40685
commit 106602669d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 4 deletions

View File

@ -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

View File

@ -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."
} }
} }
}, },