mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 04:37:06 +00:00
Add SamSam virtual integration (#109602)
This commit is contained in:
parent
7042ae0596
commit
9de9852c94
1
homeassistant/components/samsam/__init__.py
Normal file
1
homeassistant/components/samsam/__init__.py
Normal file
@ -0,0 +1 @@
|
|||||||
|
"""Virtual integration: SamSam."""
|
6
homeassistant/components/samsam/manifest.json
Normal file
6
homeassistant/components/samsam/manifest.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"domain": "samsam",
|
||||||
|
"name": "SamSam",
|
||||||
|
"integration_type": "virtual",
|
||||||
|
"supported_by": "energyzero"
|
||||||
|
}
|
@ -5080,6 +5080,11 @@
|
|||||||
"config_flow": false,
|
"config_flow": false,
|
||||||
"iot_class": "local_polling"
|
"iot_class": "local_polling"
|
||||||
},
|
},
|
||||||
|
"samsam": {
|
||||||
|
"name": "SamSam",
|
||||||
|
"integration_type": "virtual",
|
||||||
|
"supported_by": "energyzero"
|
||||||
|
},
|
||||||
"samsung": {
|
"samsung": {
|
||||||
"name": "Samsung",
|
"name": "Samsung",
|
||||||
"integrations": {
|
"integrations": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user