Change name of universal media player to sentence case (#104204)

This commit is contained in:
Joost Lekkerkerker 2023-11-19 19:27:03 +01:00 committed by GitHub
parent 9e0bc9e252
commit ec069fbebf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"domain": "universal", "domain": "universal",
"name": "Universal Media Player", "name": "Universal media player",
"codeowners": [], "codeowners": [],
"documentation": "https://www.home-assistant.io/integrations/universal", "documentation": "https://www.home-assistant.io/integrations/universal",
"iot_class": "calculated", "iot_class": "calculated",

View File

@ -6098,7 +6098,7 @@
"iot_class": "cloud_polling" "iot_class": "cloud_polling"
}, },
"universal": { "universal": {
"name": "Universal Media Player", "name": "Universal media player",
"integration_type": "hub", "integration_type": "hub",
"config_flow": false, "config_flow": false,
"iot_class": "calculated" "iot_class": "calculated"