Drop BETA postfix from Matter integration's title (#139816)
Drop BETA postfix from Matter title Now that the whole Matter stack of Home Assistant is officially certified, we can drop the beta flag.pull/139859/head
parent
bba889975a
commit
0872243297
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"domain": "matter",
|
"domain": "matter",
|
||||||
"name": "Matter (BETA)",
|
"name": "Matter",
|
||||||
"after_dependencies": ["hassio"],
|
"after_dependencies": ["hassio"],
|
||||||
"codeowners": ["@home-assistant/matter"],
|
"codeowners": ["@home-assistant/matter"],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
|
|
|
@ -3640,7 +3640,7 @@
|
||||||
"iot_class": "cloud_push"
|
"iot_class": "cloud_push"
|
||||||
},
|
},
|
||||||
"matter": {
|
"matter": {
|
||||||
"name": "Matter (BETA)",
|
"name": "Matter",
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "local_push"
|
"iot_class": "local_push"
|
||||||
|
|
Loading…
Reference in New Issue