Add ArtSound as a virtual integration (#122636)
* Add ArtSound as a virtual integration and brand * Remove ArtSound as brand * Add docstring for __init__ * Address hassfestpull/123900/head
parent
21c9cd1caa
commit
983806817b
|
@ -0,0 +1 @@
|
|||
"""Virtual integration: ArtSound."""
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"domain": "artsound",
|
||||
"name": "ArtSound",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "linkplay"
|
||||
}
|
|
@ -455,6 +455,11 @@
|
|||
"config_flow": false,
|
||||
"iot_class": "local_polling"
|
||||
},
|
||||
"artsound": {
|
||||
"name": "ArtSound",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "linkplay"
|
||||
},
|
||||
"aruba": {
|
||||
"name": "Aruba",
|
||||
"integrations": {
|
||||
|
|
Loading…
Reference in New Issue