Skip to content

Commit

Permalink
improved import message
Browse files Browse the repository at this point in the history
  • Loading branch information
fcusson committed Jan 15, 2025
1 parent 3aeb707 commit da0dd24
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ async def async_step_import(
"Spotcast YAML configuration is deprecated. The main profile has "
"been imported to UI config entry. Please remove the YAML "
"configuration for Spotcast from your `configuration.yaml` file "
"for future reboot"
"for future reboot and add additional accounts directly through "
"the UI"
)

await self.hass.services.async_call(
Expand All @@ -104,8 +105,10 @@ async def async_step_import(
"title": "Spotcast - YAML Configuration Import",
"message": (
"Your YAML configuration for Spotcast has been "
"imported. To avoid issues on future reboots, please "
"remove the YAML configuration from your "
"imported. Only the main acount has been imported. For "
"additional account, please Add additional entries "
"directly from the UI.To avoid issues on future reboots, "
"please remove the YAML configuration from your "
"`configuration.yaml` file."
),
"notification_id": f"{DOMAIN}_yaml_import",
Expand Down

0 comments on commit da0dd24

Please sign in to comment.