coveragerc

This commit is contained in:
J. Nick Koston 2022-12-09 22:28:13 -10:00
parent 367eee8979
commit eb642f6543
4 changed files with 1 additions and 7 deletions

View file

@ -1245,6 +1245,7 @@ omit =
homeassistant/components/switchbot/coordinator.py
homeassistant/components/switchbot/cover.py
homeassistant/components/switchbot/entity.py
homeassistant/components/switchbot/humidifier.py
homeassistant/components/switchbot/light.py
homeassistant/components/switchbot/sensor.py
homeassistant/components/switchbot/switch.py

View file

@ -3,7 +3,6 @@
"name": "Shelly",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/shelly",
"requirements": ["aioshelly==5.1.1"],
"dependencies": ["bluetooth", "http"],
"zeroconf": [
{

View file

@ -260,9 +260,6 @@ aiosenseme==0.6.1
# homeassistant.components.senz
aiosenz==1.0.0
# homeassistant.components.shelly
aioshelly==5.1.1
# homeassistant.components.skybell
aioskybell==22.7.0

View file

@ -235,9 +235,6 @@ aiosenseme==0.6.1
# homeassistant.components.senz
aiosenz==1.0.0
# homeassistant.components.shelly
aioshelly==5.1.1
# homeassistant.components.skybell
aioskybell==22.7.0