mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 02:07:09 +00:00
Upgrade python-join-api to allow user to specify actions (#37394)
This commit is contained in:
parent
7c0d5526f3
commit
13f634fa16
@ -2,6 +2,6 @@
|
|||||||
"domain": "joaoapps_join",
|
"domain": "joaoapps_join",
|
||||||
"name": "Joaoapps Join",
|
"name": "Joaoapps Join",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/joaoapps_join",
|
"documentation": "https://www.home-assistant.io/integrations/joaoapps_join",
|
||||||
"requirements": ["python-join-api==0.0.4"],
|
"requirements": ["python-join-api==0.0.6"],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
}
|
}
|
||||||
|
@ -79,5 +79,6 @@ class JoinNotificationService(BaseNotificationService):
|
|||||||
tts=data.get("tts"),
|
tts=data.get("tts"),
|
||||||
tts_language=data.get("tts_language"),
|
tts_language=data.get("tts_language"),
|
||||||
vibration=data.get("vibration"),
|
vibration=data.get("vibration"),
|
||||||
|
actions=data.get("actions"),
|
||||||
api_key=self._api_key,
|
api_key=self._api_key,
|
||||||
)
|
)
|
||||||
|
@ -1710,7 +1710,7 @@ python-hpilo==4.3
|
|||||||
python-izone==1.1.2
|
python-izone==1.1.2
|
||||||
|
|
||||||
# homeassistant.components.joaoapps_join
|
# homeassistant.components.joaoapps_join
|
||||||
python-join-api==0.0.4
|
python-join-api==0.0.6
|
||||||
|
|
||||||
# homeassistant.components.juicenet
|
# homeassistant.components.juicenet
|
||||||
python-juicenet==1.0.1
|
python-juicenet==1.0.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user