diff --git a/CODEOWNERS b/CODEOWNERS index e247e4e22e9..87f8e595460 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -719,8 +719,8 @@ build.json @home-assistant/supervisor /tests/components/homematic/ @pvizeli /homeassistant/components/homematicip_cloud/ @hahn-th @lackas /tests/components/homematicip_cloud/ @hahn-th @lackas -/homeassistant/components/homevolt/ @danielhiversen -/tests/components/homevolt/ @danielhiversen +/homeassistant/components/homevolt/ @danielhiversen @liudger +/tests/components/homevolt/ @danielhiversen @liudger /homeassistant/components/homewizard/ @DCSBL /tests/components/homewizard/ @DCSBL /homeassistant/components/honeywell/ @rdfurman @mkmer diff --git a/homeassistant/components/homevolt/manifest.json b/homeassistant/components/homevolt/manifest.json index c3e69052811..3617cf26bc7 100644 --- a/homeassistant/components/homevolt/manifest.json +++ b/homeassistant/components/homevolt/manifest.json @@ -1,7 +1,7 @@ { "domain": "homevolt", "name": "Homevolt", - "codeowners": ["@danielhiversen"], + "codeowners": ["@danielhiversen", "@liudger"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/homevolt", "integration_type": "device",