Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include host in Peblar EV-Charger discovery setup description #133954

Merged
merged 4 commits into from
Jan 2, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Include host in Peblar EV-Charger discovery setup description
DCSBL committed Dec 24, 2024
commit b4951fb5c1813ba485b9d76d309499b2b0ae6cb5
3 changes: 3 additions & 0 deletions homeassistant/components/peblar/config_flow.py
Original file line number Diff line number Diff line change
@@ -179,6 +179,9 @@ async def async_step_zeroconf_confirm(
),
}
),
description_placeholders={
CONF_HOST: self._host,
},
errors=errors,
)

2 changes: 1 addition & 1 deletion homeassistant/components/peblar/strings.json
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@
"data_description": {
"password": "[%key:component::peblar::config::step::user::data_description::password%]"
},
"description": "Set up your Peblar EV charger to integrate with Home Assistant.\n\nTo do so, you will need the password you use to log into the Peblar EV charger' web interface.\n\nHome Assistant will automatically configure your Peblar EV charger for use with Home Assistant."
"description": "Set up your Peblar EV charger at {host} to integrate with Home Assistant.\n\nTo do so, you will need the password you use to log into the Peblar EV charger' web interface.\n\nHome Assistant will automatically configure your Peblar EV charger for use with Home Assistant."
}
}
},