Upgrade python-join-api to allow user to specify actions (#37394)
This commit is contained in:
parent
7c0d5526f3
commit
13f634fa16
3 changed files with 3 additions and 2 deletions
|
@ -2,6 +2,6 @@
|
|||
"domain": "joaoapps_join",
|
||||
"name": "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": []
|
||||
}
|
||||
|
|
|
@ -79,5 +79,6 @@ class JoinNotificationService(BaseNotificationService):
|
|||
tts=data.get("tts"),
|
||||
tts_language=data.get("tts_language"),
|
||||
vibration=data.get("vibration"),
|
||||
actions=data.get("actions"),
|
||||
api_key=self._api_key,
|
||||
)
|
||||
|
|
|
@ -1710,7 +1710,7 @@ python-hpilo==4.3
|
|||
python-izone==1.1.2
|
||||
|
||||
# homeassistant.components.joaoapps_join
|
||||
python-join-api==0.0.4
|
||||
python-join-api==0.0.6
|
||||
|
||||
# homeassistant.components.juicenet
|
||||
python-juicenet==1.0.1
|
||||
|
|
Loading…
Add table
Reference in a new issue