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