mirror of
https://github.com/home-assistant/core.git
synced 2026-07-08 23:34:22 +01:00
614cf74225
* Rebasing with a clean branch. Addressing PR feedback. Cleaning up some static code checks. Fixing bug with saving credentials. * Removing unecessary change. * Caching data manager. * Removing configurable measures. * Using import step in config flow. * Updating config flows. * Addressing PR feedback. * Formatting source. * Addressing PR feedback and rebasing.
17 lines
504 B
JSON
17 lines
504 B
JSON
{
|
|
"config": {
|
|
"title": "Withings",
|
|
"step": {
|
|
"user": {
|
|
"title": "User Profile.",
|
|
"description": "Select a user profile to which you want Home Assistant to map with a Withings profile. On the withings page, be sure to select the same user or data will not be labeled correctly.",
|
|
"data": {
|
|
"profile": "Profile"
|
|
}
|
|
}
|
|
},
|
|
"create_entry": {
|
|
"default": "Successfully authenticated with Withings for the selected profile."
|
|
}
|
|
}
|
|
} |