diff --git a/homeassistant/components/devolo_home_control/manifest.json b/homeassistant/components/devolo_home_control/manifest.json index 867848f89d1..90edde2f14a 100644 --- a/homeassistant/components/devolo_home_control/manifest.json +++ b/homeassistant/components/devolo_home_control/manifest.json @@ -1,11 +1,9 @@ { "domain": "devolo_home_control", - "name": "devolo_home_control", + "name": "Devolo Home Control", "documentation": "https://www.home-assistant.io/integrations/devolo_home_control", "requirements": ["devolo-home-control-api==0.11.0"], "config_flow": true, - "codeowners": [ - "@2Fake", - "@Shutgun"], + "codeowners": ["@2Fake", "@Shutgun"], "quality_scale": "silver" -} \ No newline at end of file +}