mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
Add ArtSound as a virtual integration (#122636)
* Add ArtSound as a virtual integration and brand * Remove ArtSound as brand * Add docstring for __init__ * Address hassfest
This commit is contained in:
parent
21c9cd1caa
commit
983806817b
1
homeassistant/components/artsound/__init__.py
Normal file
1
homeassistant/components/artsound/__init__.py
Normal file
@ -0,0 +1 @@
|
||||
"""Virtual integration: ArtSound."""
|
6
homeassistant/components/artsound/manifest.json
Normal file
6
homeassistant/components/artsound/manifest.json
Normal file
@ -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…
x
Reference in New Issue
Block a user