diff --git a/homeassistant/components/litterrobot/coordinator.py b/homeassistant/components/litterrobot/coordinator.py index 581257ab2dbb..0076eae007c6 100644 --- a/homeassistant/components/litterrobot/coordinator.py +++ b/homeassistant/components/litterrobot/coordinator.py @@ -65,7 +65,7 @@ class LitterRobotDataUpdateCoordinator(DataUpdateCoordinator[None]): except LitterRobotLoginException as ex: raise ConfigEntryAuthFailed("Invalid credentials") from ex except LitterRobotException as ex: - raise UpdateFailed("Unable to connect to Litter-Robot API") from ex + raise UpdateFailed("Unable to connect to Whisker API") from ex def litter_robots(self) -> Generator[LitterRobot]: """Get Litter-Robots from the account.""" diff --git a/homeassistant/components/litterrobot/manifest.json b/homeassistant/components/litterrobot/manifest.json index aeeb963ff541..7c6f07e17524 100644 --- a/homeassistant/components/litterrobot/manifest.json +++ b/homeassistant/components/litterrobot/manifest.json @@ -1,6 +1,6 @@ { "domain": "litterrobot", - "name": "Litter-Robot", + "name": "Whisker", "codeowners": ["@natekspencer", "@tkdrob"], "config_flow": true, "dhcp": [ diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 25140c296f7d..d1c8fab6579a 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -3754,7 +3754,7 @@ "single_config_entry": true }, "litterrobot": { - "name": "Litter-Robot", + "name": "Whisker", "integration_type": "hub", "config_flow": true, "iot_class": "cloud_push"