mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 19:25:12 +02:00
Change name of universal media player to sentence case (#104204)
This commit is contained in:
committed by
GitHub
parent
9e0bc9e252
commit
ec069fbebf
@@ -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",
|
||||||
|
@@ -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"
|
||||||
|
Reference in New Issue
Block a user