mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 13:47:35 +00:00
Restore sisyphus integration (#124749)
* Revert "Disable sisyphus integration (#124742)" This reverts commit 1b304e60d926ceffbe79e25c5065af233fc4c059. * Restore sisyphus integration reverts #124742 and updates the lib instead changelog: https://github.com/jkeljo/sisyphus-control/compare/v3.1.3...v3.1.4 release is pending: https://github.com/jkeljo/sisyphus-control/pull/8#issuecomment-2313893689
This commit is contained in:
parent
c1eb5f8b74
commit
3bfcb1ebdd
@ -1,10 +1,9 @@
|
|||||||
"""Support for controlling Sisyphus Kinetic Art Tables."""
|
"""Support for controlling Sisyphus Kinetic Art Tables."""
|
||||||
|
|
||||||
# mypy: ignore-errors
|
|
||||||
import asyncio
|
import asyncio
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
# from sisyphus_control import Table
|
from sisyphus_control import Table
|
||||||
import voluptuous as vol
|
import voluptuous as vol
|
||||||
|
|
||||||
from homeassistant.const import CONF_HOST, CONF_NAME, EVENT_HOMEASSISTANT_STOP, Platform
|
from homeassistant.const import CONF_HOST, CONF_NAME, EVENT_HOMEASSISTANT_STOP, Platform
|
||||||
|
@ -2,9 +2,8 @@
|
|||||||
"domain": "sisyphus",
|
"domain": "sisyphus",
|
||||||
"name": "Sisyphus",
|
"name": "Sisyphus",
|
||||||
"codeowners": ["@jkeljo"],
|
"codeowners": ["@jkeljo"],
|
||||||
"disabled": "This integration is disabled because it uses an old version of socketio.",
|
|
||||||
"documentation": "https://www.home-assistant.io/integrations/sisyphus",
|
"documentation": "https://www.home-assistant.io/integrations/sisyphus",
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"loggers": ["sisyphus_control"],
|
"loggers": ["sisyphus_control"],
|
||||||
"requirements": ["sisyphus-control==3.1.3"]
|
"requirements": ["sisyphus-control==3.1.4"]
|
||||||
}
|
}
|
||||||
|
@ -1,11 +1,10 @@
|
|||||||
"""Support for track controls on the Sisyphus Kinetic Art Table."""
|
"""Support for track controls on the Sisyphus Kinetic Art Table."""
|
||||||
|
|
||||||
# mypy: ignore-errors
|
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
import aiohttp
|
import aiohttp
|
||||||
|
from sisyphus_control import Track
|
||||||
|
|
||||||
# from sisyphus_control import Track
|
|
||||||
from homeassistant.components.media_player import (
|
from homeassistant.components.media_player import (
|
||||||
MediaPlayerEntity,
|
MediaPlayerEntity,
|
||||||
MediaPlayerEntityFeature,
|
MediaPlayerEntityFeature,
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
extend = "../../../pyproject.toml"
|
|
||||||
|
|
||||||
lint.extend-ignore = [
|
|
||||||
"F821"
|
|
||||||
]
|
|
@ -2625,6 +2625,9 @@ simplepush==2.2.3
|
|||||||
# homeassistant.components.simplisafe
|
# homeassistant.components.simplisafe
|
||||||
simplisafe-python==2024.01.0
|
simplisafe-python==2024.01.0
|
||||||
|
|
||||||
|
# homeassistant.components.sisyphus
|
||||||
|
sisyphus-control==3.1.4
|
||||||
|
|
||||||
# homeassistant.components.slack
|
# homeassistant.components.slack
|
||||||
slackclient==2.5.0
|
slackclient==2.5.0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user