diff --git a/CODEOWNERS b/CODEOWNERS index 7ce722b8617..70007e16539 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -465,6 +465,7 @@ homeassistant/components/vilfo/* @ManneW homeassistant/components/vivotek/* @HarlemSquirrel homeassistant/components/vizio/* @raman325 homeassistant/components/vlc_telnet/* @rodripf +homeassistant/components/volkszaehler/* @fabaff homeassistant/components/volumio/* @OnFreund homeassistant/components/waqi/* @andrey-git homeassistant/components/watson_tts/* @rutkai diff --git a/homeassistant/components/volkszaehler/manifest.json b/homeassistant/components/volkszaehler/manifest.json index 0e28675ce87..b133550b327 100644 --- a/homeassistant/components/volkszaehler/manifest.json +++ b/homeassistant/components/volkszaehler/manifest.json @@ -2,6 +2,6 @@ "domain": "volkszaehler", "name": "Volkszaehler", "documentation": "https://www.home-assistant.io/integrations/volkszaehler", - "requirements": ["volkszaehler==0.1.2"], - "codeowners": [] + "requirements": ["volkszaehler==0.1.3"], + "codeowners": ["@fabaff"] } diff --git a/requirements_all.txt b/requirements_all.txt index 47aa702fcd5..2b9158ad3b5 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2199,7 +2199,7 @@ venstarcolortouch==0.12 vilfo-api-client==0.3.2 # homeassistant.components.volkszaehler -volkszaehler==0.1.2 +volkszaehler==0.1.3 # homeassistant.components.volvooncall volvooncall==0.8.12