Add support for joaoapps_join notification categories (#67445)
parent
c2e9865f3f
commit
a5eae3dbac
|
@ -2,7 +2,7 @@
|
|||
"domain": "joaoapps_join",
|
||||
"name": "Joaoapps Join",
|
||||
"documentation": "https://www.home-assistant.io/integrations/joaoapps_join",
|
||||
"requirements": ["python-join-api==0.0.6"],
|
||||
"requirements": ["python-join-api==0.0.9"],
|
||||
"codeowners": [],
|
||||
"iot_class": "cloud_push",
|
||||
"loggers": ["pyjoin"]
|
||||
|
|
|
@ -72,6 +72,7 @@ class JoinNotificationService(BaseNotificationService):
|
|||
image=data.get("image"),
|
||||
sound=data.get("sound"),
|
||||
notification_id=data.get("notification_id"),
|
||||
category=data.get("category"),
|
||||
url=data.get("url"),
|
||||
tts=data.get("tts"),
|
||||
tts_language=data.get("tts_language"),
|
||||
|
|
|
@ -1887,7 +1887,7 @@ python-hpilo==4.3
|
|||
python-izone==1.2.3
|
||||
|
||||
# homeassistant.components.joaoapps_join
|
||||
python-join-api==0.0.6
|
||||
python-join-api==0.0.9
|
||||
|
||||
# homeassistant.components.juicenet
|
||||
python-juicenet==1.1.0
|
||||
|
|
Loading…
Reference in New Issue