mirror of
https://github.com/home-assistant/core.git
synced 2026-04-20 10:36:06 +00:00
Rename Litter-Robot integration to Whisker (#163826)
This commit is contained in:
@@ -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."""
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"domain": "litterrobot",
|
||||
"name": "Litter-Robot",
|
||||
"name": "Whisker",
|
||||
"codeowners": ["@natekspencer", "@tkdrob"],
|
||||
"config_flow": true,
|
||||
"dhcp": [
|
||||
|
||||
@@ -3754,7 +3754,7 @@
|
||||
"single_config_entry": true
|
||||
},
|
||||
"litterrobot": {
|
||||
"name": "Litter-Robot",
|
||||
"name": "Whisker",
|
||||
"integration_type": "hub",
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_push"
|
||||
|
||||
Reference in New Issue
Block a user