Skip to content

Commit

Permalink
Added description and title to config flow.
Browse files Browse the repository at this point in the history
  • Loading branch information
corporategoth committed Feb 27, 2024
1 parent aaf4efd commit 166ae90
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions custom_components/powerpetdoor/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"name": "The friendly name of the Power Pet Door",
"host": "The host of the Power Pet Door",
"advanced": "Show advanced options"
}
},
"description": "Enter a name and the host for your Power Pet Door on your network.",
"title": "Basic Configuration"
},
"user_advanced": {
"data": {
Expand All @@ -22,7 +24,9 @@
"hold_min": "Minimum value the door hold time can be set to (seconds)",
"hold_max": "Maximum value the door hold time can be set to (seconds)",
"hold_step": "Step between valid values for the door hold time"
}
},
"description": "All configuration options for connecting to your power pet door.",
"title": "Advanced Configuration"
}
},
"error": {
Expand Down Expand Up @@ -50,7 +54,9 @@
"hold_min": "Minimum value the door hold time can be set to (seconds)",
"hold_max": "Maximum value the door hold time can be set to (seconds)",
"hold_step": "Step between valid values for the door hold time"
}
},
"description": "Timers in use when interacting with your power pet door.",
"title": "Client Timers"
}
},
"error": {
Expand Down

0 comments on commit 166ae90

Please sign in to comment.