mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
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.
This commit is contained in:
parent
1c045ab222
commit
1fb02944b7
@ -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,
|
||||||
|
@ -3650,7 +3650,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…
x
Reference in New Issue
Block a user