Upgrade python-join-api to allow user to specify actions (#37394)

This commit is contained in:
Nolan Gilley 2020-07-03 18:55:58 -04:00 committed by GitHub
parent 7c0d5526f3
commit 13f634fa16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View file

@ -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": []
}

View file

@ -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,
)

View file

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