mirror of
https://github.com/home-assistant/core.git
synced 2025-04-27 18:57:57 +00:00
Add support for joaoapps_join notification categories (#67445)
This commit is contained in:
parent
c2e9865f3f
commit
a5eae3dbac
@ -2,7 +2,7 @@
|
|||||||
"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.6"],
|
"requirements": ["python-join-api==0.0.9"],
|
||||||
"codeowners": [],
|
"codeowners": [],
|
||||||
"iot_class": "cloud_push",
|
"iot_class": "cloud_push",
|
||||||
"loggers": ["pyjoin"]
|
"loggers": ["pyjoin"]
|
||||||
|
@ -72,6 +72,7 @@ class JoinNotificationService(BaseNotificationService):
|
|||||||
image=data.get("image"),
|
image=data.get("image"),
|
||||||
sound=data.get("sound"),
|
sound=data.get("sound"),
|
||||||
notification_id=data.get("notification_id"),
|
notification_id=data.get("notification_id"),
|
||||||
|
category=data.get("category"),
|
||||||
url=data.get("url"),
|
url=data.get("url"),
|
||||||
tts=data.get("tts"),
|
tts=data.get("tts"),
|
||||||
tts_language=data.get("tts_language"),
|
tts_language=data.get("tts_language"),
|
||||||
|
@ -1887,7 +1887,7 @@ python-hpilo==4.3
|
|||||||
python-izone==1.2.3
|
python-izone==1.2.3
|
||||||
|
|
||||||
# homeassistant.components.joaoapps_join
|
# homeassistant.components.joaoapps_join
|
||||||
python-join-api==0.0.6
|
python-join-api==0.0.9
|
||||||
|
|
||||||
# homeassistant.components.juicenet
|
# homeassistant.components.juicenet
|
||||||
python-juicenet==1.1.0
|
python-juicenet==1.1.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user