diff --git a/CODEOWNERS b/CODEOWNERS index 8ed5380d16f..fb8be9dfa1d 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -120,7 +120,6 @@ build.json @home-assistant/supervisor /homeassistant/components/beewi_smartclim/ @alemuro /homeassistant/components/binary_sensor/ @home-assistant/core /tests/components/binary_sensor/ @home-assistant/core -/homeassistant/components/bitcoin/ @fabaff /homeassistant/components/bizkaibus/ @UgaitzEtxebarria /homeassistant/components/blebox/ @bbx-a @bbx-jp /tests/components/blebox/ @bbx-a @bbx-jp diff --git a/homeassistant/components/bitcoin/manifest.json b/homeassistant/components/bitcoin/manifest.json index 2cd9453f4b8..b536c251c96 100644 --- a/homeassistant/components/bitcoin/manifest.json +++ b/homeassistant/components/bitcoin/manifest.json @@ -3,7 +3,7 @@ "name": "Bitcoin", "documentation": "https://www.home-assistant.io/integrations/bitcoin", "requirements": ["blockchain==1.4.4"], - "codeowners": ["@fabaff"], + "codeowners": [], "iot_class": "cloud_polling", "loggers": ["blockchain"] }