Rename Litter-Robot integration to Whisker (#163826)

This commit is contained in:
Nathan Spencer
2026-02-23 09:46:15 -07:00
committed by GitHub
parent e96da42996
commit ffeb759aba
3 changed files with 3 additions and 3 deletions

View File

@@ -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."""

View File

@@ -1,6 +1,6 @@
{
"domain": "litterrobot",
"name": "Litter-Robot",
"name": "Whisker",
"codeowners": ["@natekspencer", "@tkdrob"],
"config_flow": true,
"dhcp": [

View File

@@ -3754,7 +3754,7 @@
"single_config_entry": true
},
"litterrobot": {
"name": "Litter-Robot",
"name": "Whisker",
"integration_type": "hub",
"config_flow": true,
"iot_class": "cloud_push"