Fix missspelled package names (#100670)
parent
15caf2ac03
commit
e4742c04f2
|
@ -5,5 +5,5 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/aquostv",
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["sharp_aquos_rc"],
|
||||
"requirements": ["sharp-aquos-rc==0.3.2"]
|
||||
"requirements": ["sharp_aquos_rc==0.3.2"]
|
||||
}
|
||||
|
|
|
@ -5,5 +5,5 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/asterisk_mbox",
|
||||
"iot_class": "local_push",
|
||||
"loggers": ["asterisk_mbox"],
|
||||
"requirements": ["asterisk-mbox==0.5.0"]
|
||||
"requirements": ["asterisk_mbox==0.5.0"]
|
||||
}
|
||||
|
|
|
@ -5,5 +5,5 @@
|
|||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/duotecno",
|
||||
"iot_class": "local_push",
|
||||
"requirements": ["pyduotecno==2023.8.4"]
|
||||
"requirements": ["pyDuotecno==2023.8.4"]
|
||||
}
|
||||
|
|
|
@ -7,5 +7,5 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/emulated_hue",
|
||||
"iot_class": "local_push",
|
||||
"quality_scale": "internal",
|
||||
"requirements": ["aiohttp-cors==0.7.0"]
|
||||
"requirements": ["aiohttp_cors==0.7.0"]
|
||||
}
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
"iot_class": "local_push",
|
||||
"loggers": ["aioesphomeapi", "noiseprotocol"],
|
||||
"requirements": [
|
||||
"async_interrupt==1.1.1",
|
||||
"async-interrupt==1.1.1",
|
||||
"aioesphomeapi==16.0.5",
|
||||
"bluetooth-data-tools==1.11.0",
|
||||
"esphome-dashboard-api==1.2.3"
|
||||
|
|
|
@ -5,5 +5,5 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/foobot",
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["foobot_async"],
|
||||
"requirements": ["foobot-async==1.0.0"]
|
||||
"requirements": ["foobot_async==1.0.0"]
|
||||
}
|
||||
|
|
|
@ -13,5 +13,5 @@
|
|||
"dependencies": ["bluetooth_adapters"],
|
||||
"documentation": "https://www.home-assistant.io/integrations/gardena_bluetooth",
|
||||
"iot_class": "local_polling",
|
||||
"requirements": ["gardena_bluetooth==1.4.0"]
|
||||
"requirements": ["gardena-bluetooth==1.4.0"]
|
||||
}
|
||||
|
|
|
@ -5,5 +5,5 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/greeneye_monitor",
|
||||
"iot_class": "local_push",
|
||||
"loggers": ["greeneye"],
|
||||
"requirements": ["greeneye-monitor==3.0.3"]
|
||||
"requirements": ["greeneye_monitor==3.0.3"]
|
||||
}
|
||||
|
|
|
@ -6,5 +6,5 @@
|
|||
"integration_type": "system",
|
||||
"iot_class": "local_push",
|
||||
"quality_scale": "internal",
|
||||
"requirements": ["aiohttp-cors==0.7.0"]
|
||||
"requirements": ["aiohttp_cors==0.7.0"]
|
||||
}
|
||||
|
|
|
@ -6,5 +6,5 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/pushover",
|
||||
"iot_class": "cloud_push",
|
||||
"loggers": ["pushover_complete"],
|
||||
"requirements": ["pushover-complete==1.1.1"]
|
||||
"requirements": ["pushover_complete==1.1.1"]
|
||||
}
|
||||
|
|
|
@ -6,5 +6,5 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/tplink_omada",
|
||||
"integration_type": "hub",
|
||||
"iot_class": "local_polling",
|
||||
"requirements": ["tplink_omada_client==1.3.2"]
|
||||
"requirements": ["tplink-omada-client==1.3.2"]
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
aiodiscover==1.5.1
|
||||
aiohttp-cors==0.7.0
|
||||
aiohttp==3.8.5
|
||||
aiohttp_cors==0.7.0
|
||||
astral==2.2
|
||||
async-timeout==4.0.3
|
||||
async-upnp-client==0.35.1
|
||||
|
|
|
@ -254,7 +254,7 @@ aiohomekit==3.0.3
|
|||
|
||||
# homeassistant.components.emulated_hue
|
||||
# homeassistant.components.http
|
||||
aiohttp-cors==0.7.0
|
||||
aiohttp_cors==0.7.0
|
||||
|
||||
# homeassistant.components.hue
|
||||
aiohue==4.6.2
|
||||
|
@ -448,7 +448,10 @@ arris-tg2492lg==1.2.1
|
|||
asmog==0.0.6
|
||||
|
||||
# homeassistant.components.asterisk_mbox
|
||||
asterisk-mbox==0.5.0
|
||||
asterisk_mbox==0.5.0
|
||||
|
||||
# homeassistant.components.esphome
|
||||
async-interrupt==1.1.1
|
||||
|
||||
# homeassistant.components.dlna_dmr
|
||||
# homeassistant.components.dlna_dms
|
||||
|
@ -458,9 +461,6 @@ asterisk-mbox==0.5.0
|
|||
# homeassistant.components.yeelight
|
||||
async-upnp-client==0.35.1
|
||||
|
||||
# homeassistant.components.esphome
|
||||
async_interrupt==1.1.1
|
||||
|
||||
# homeassistant.components.keyboard_remote
|
||||
asyncinotify==4.0.2
|
||||
|
||||
|
@ -818,7 +818,7 @@ flux-led==1.0.4
|
|||
fnv-hash-fast==0.4.1
|
||||
|
||||
# homeassistant.components.foobot
|
||||
foobot-async==1.0.0
|
||||
foobot_async==1.0.0
|
||||
|
||||
# homeassistant.components.forecast_solar
|
||||
forecast-solar==3.0.0
|
||||
|
@ -840,7 +840,7 @@ fritzconnection[qr]==1.13.2
|
|||
gTTS==2.2.4
|
||||
|
||||
# homeassistant.components.gardena_bluetooth
|
||||
gardena_bluetooth==1.4.0
|
||||
gardena-bluetooth==1.4.0
|
||||
|
||||
# homeassistant.components.google_assistant_sdk
|
||||
gassist-text==0.0.10
|
||||
|
@ -922,7 +922,7 @@ gps3==0.33.3
|
|||
greeclimate==1.4.1
|
||||
|
||||
# homeassistant.components.greeneye_monitor
|
||||
greeneye-monitor==3.0.3
|
||||
greeneye_monitor==3.0.3
|
||||
|
||||
# homeassistant.components.greenwave
|
||||
greenwavereality==0.5.1
|
||||
|
@ -1488,7 +1488,7 @@ pure-python-adb[async]==0.3.0.dev0
|
|||
pushbullet.py==0.11.0
|
||||
|
||||
# homeassistant.components.pushover
|
||||
pushover-complete==1.1.1
|
||||
pushover_complete==1.1.1
|
||||
|
||||
# homeassistant.components.pvoutput
|
||||
pvo==1.0.0
|
||||
|
@ -1535,6 +1535,9 @@ pyCEC==0.5.2
|
|||
# homeassistant.components.control4
|
||||
pyControl4==1.1.0
|
||||
|
||||
# homeassistant.components.duotecno
|
||||
pyDuotecno==2023.8.4
|
||||
|
||||
# homeassistant.components.eight_sleep
|
||||
pyEight==0.3.2
|
||||
|
||||
|
@ -1662,9 +1665,6 @@ pydrawise==2023.8.0
|
|||
# homeassistant.components.android_ip_webcam
|
||||
pydroid-ipcam==2.0.0
|
||||
|
||||
# homeassistant.components.duotecno
|
||||
pyduotecno==2023.8.4
|
||||
|
||||
# homeassistant.components.ebox
|
||||
pyebox==1.1.4
|
||||
|
||||
|
@ -2398,7 +2398,7 @@ sfrbox-api==0.0.6
|
|||
sharkiq==1.0.2
|
||||
|
||||
# homeassistant.components.aquostv
|
||||
sharp-aquos-rc==0.3.2
|
||||
sharp_aquos_rc==0.3.2
|
||||
|
||||
# homeassistant.components.shodan
|
||||
shodan==1.28.0
|
||||
|
@ -2587,7 +2587,7 @@ total-connect-client==2023.2
|
|||
tp-connected==0.0.4
|
||||
|
||||
# homeassistant.components.tplink_omada
|
||||
tplink_omada_client==1.3.2
|
||||
tplink-omada-client==1.3.2
|
||||
|
||||
# homeassistant.components.transmission
|
||||
transmission-rpc==4.1.5
|
||||
|
|
|
@ -29,7 +29,7 @@ pytest-unordered==0.5.2
|
|||
pytest-picked==0.4.6
|
||||
pytest-xdist==3.3.1
|
||||
pytest==7.3.1
|
||||
requests_mock==1.11.0
|
||||
requests-mock==1.11.0
|
||||
respx==0.20.2
|
||||
syrupy==4.5.0
|
||||
tqdm==4.66.1
|
||||
|
|
|
@ -232,7 +232,7 @@ aiohomekit==3.0.3
|
|||
|
||||
# homeassistant.components.emulated_hue
|
||||
# homeassistant.components.http
|
||||
aiohttp-cors==0.7.0
|
||||
aiohttp_cors==0.7.0
|
||||
|
||||
# homeassistant.components.hue
|
||||
aiohue==4.6.2
|
||||
|
@ -404,6 +404,9 @@ aranet4==2.1.3
|
|||
# homeassistant.components.arcam_fmj
|
||||
arcam-fmj==1.4.0
|
||||
|
||||
# homeassistant.components.esphome
|
||||
async-interrupt==1.1.1
|
||||
|
||||
# homeassistant.components.dlna_dmr
|
||||
# homeassistant.components.dlna_dms
|
||||
# homeassistant.components.samsungtv
|
||||
|
@ -412,9 +415,6 @@ arcam-fmj==1.4.0
|
|||
# homeassistant.components.yeelight
|
||||
async-upnp-client==0.35.1
|
||||
|
||||
# homeassistant.components.esphome
|
||||
async_interrupt==1.1.1
|
||||
|
||||
# homeassistant.components.sleepiq
|
||||
asyncsleepiq==1.3.7
|
||||
|
||||
|
@ -646,7 +646,7 @@ flux-led==1.0.4
|
|||
fnv-hash-fast==0.4.1
|
||||
|
||||
# homeassistant.components.foobot
|
||||
foobot-async==1.0.0
|
||||
foobot_async==1.0.0
|
||||
|
||||
# homeassistant.components.forecast_solar
|
||||
forecast-solar==3.0.0
|
||||
|
@ -662,7 +662,7 @@ fritzconnection[qr]==1.13.2
|
|||
gTTS==2.2.4
|
||||
|
||||
# homeassistant.components.gardena_bluetooth
|
||||
gardena_bluetooth==1.4.0
|
||||
gardena-bluetooth==1.4.0
|
||||
|
||||
# homeassistant.components.google_assistant_sdk
|
||||
gassist-text==0.0.10
|
||||
|
@ -726,7 +726,7 @@ govee-ble==0.23.0
|
|||
greeclimate==1.4.1
|
||||
|
||||
# homeassistant.components.greeneye_monitor
|
||||
greeneye-monitor==3.0.3
|
||||
greeneye_monitor==3.0.3
|
||||
|
||||
# homeassistant.components.pure_energie
|
||||
gridnet==4.2.0
|
||||
|
@ -1130,7 +1130,7 @@ pure-python-adb[async]==0.3.0.dev0
|
|||
pushbullet.py==0.11.0
|
||||
|
||||
# homeassistant.components.pushover
|
||||
pushover-complete==1.1.1
|
||||
pushover_complete==1.1.1
|
||||
|
||||
# homeassistant.components.pvoutput
|
||||
pvo==1.0.0
|
||||
|
@ -1165,6 +1165,9 @@ pyCEC==0.5.2
|
|||
# homeassistant.components.control4
|
||||
pyControl4==1.1.0
|
||||
|
||||
# homeassistant.components.duotecno
|
||||
pyDuotecno==2023.8.4
|
||||
|
||||
# homeassistant.components.eight_sleep
|
||||
pyEight==0.3.2
|
||||
|
||||
|
@ -1241,9 +1244,6 @@ pydiscovergy==2.0.3
|
|||
# homeassistant.components.android_ip_webcam
|
||||
pydroid-ipcam==2.0.0
|
||||
|
||||
# homeassistant.components.duotecno
|
||||
pyduotecno==2023.8.4
|
||||
|
||||
# homeassistant.components.econet
|
||||
pyeconet==0.1.20
|
||||
|
||||
|
@ -1899,7 +1899,7 @@ toonapi==0.2.1
|
|||
total-connect-client==2023.2
|
||||
|
||||
# homeassistant.components.tplink_omada
|
||||
tplink_omada_client==1.3.2
|
||||
tplink-omada-client==1.3.2
|
||||
|
||||
# homeassistant.components.transmission
|
||||
transmission-rpc==4.1.5
|
||||
|
|
Loading…
Reference in New Issue