coveragerc
This commit is contained in:
parent
367eee8979
commit
eb642f6543
4 changed files with 1 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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": [
|
||||
{
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue