mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 03:08:01 +02:00
MySensors: add packaging==20.8 for the version parser
This commit is contained in:
@ -3,7 +3,8 @@
|
||||
"name": "MySensors",
|
||||
"documentation": "https://www.home-assistant.io/integrations/mysensors",
|
||||
"requirements": [
|
||||
"pymysensors==0.20.1"
|
||||
"pymysensors==0.20.1",
|
||||
"packaging==20.8"
|
||||
],
|
||||
"after_dependencies": [
|
||||
"mqtt"
|
||||
|
@ -1075,6 +1075,9 @@ orvibo==1.1.1
|
||||
# homeassistant.components.ovo_energy
|
||||
ovoenergy==1.1.11
|
||||
|
||||
# homeassistant.components.mysensors
|
||||
packaging==20.8
|
||||
|
||||
# homeassistant.components.mqtt
|
||||
# homeassistant.components.shiftr
|
||||
paho-mqtt==1.5.1
|
||||
|
@ -528,6 +528,9 @@ openerz-api==0.1.0
|
||||
# homeassistant.components.ovo_energy
|
||||
ovoenergy==1.1.11
|
||||
|
||||
# homeassistant.components.mysensors
|
||||
packaging==20.8
|
||||
|
||||
# homeassistant.components.mqtt
|
||||
# homeassistant.components.shiftr
|
||||
paho-mqtt==1.5.1
|
||||
|
Reference in New Issue
Block a user