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:
Marcel van der Veldt 2025-03-05 09:04:55 +01:00 committed by GitHub
parent 1c045ab222
commit 1fb02944b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"domain": "matter",
"name": "Matter (BETA)",
"name": "Matter",
"after_dependencies": ["hassio"],
"codeowners": ["@home-assistant/matter"],
"config_flow": true,

View File

@ -3650,7 +3650,7 @@
"iot_class": "cloud_push"
},
"matter": {
"name": "Matter (BETA)",
"name": "Matter",
"integration_type": "hub",
"config_flow": true,
"iot_class": "local_push"