Bump pytraccar from 2.0.0 to 2.1.0 (#110320)
parent
121f37b6b6
commit
30e932f36d
|
@ -7,5 +7,5 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/traccar",
|
||||
"iot_class": "cloud_push",
|
||||
"loggers": ["pytraccar"],
|
||||
"requirements": ["pytraccar==2.0.0", "stringcase==1.2.0"]
|
||||
"requirements": ["pytraccar==2.1.0", "stringcase==1.2.0"]
|
||||
}
|
||||
|
|
|
@ -5,5 +5,5 @@
|
|||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/traccar_server",
|
||||
"iot_class": "local_polling",
|
||||
"requirements": ["pytraccar==2.0.0"]
|
||||
"requirements": ["pytraccar==2.1.0"]
|
||||
}
|
||||
|
|
|
@ -2312,7 +2312,7 @@ pytouchline==0.7
|
|||
|
||||
# homeassistant.components.traccar
|
||||
# homeassistant.components.traccar_server
|
||||
pytraccar==2.0.0
|
||||
pytraccar==2.1.0
|
||||
|
||||
# homeassistant.components.tradfri
|
||||
pytradfri[async]==9.0.1
|
||||
|
|
|
@ -1770,7 +1770,7 @@ pytomorrowio==0.3.6
|
|||
|
||||
# homeassistant.components.traccar
|
||||
# homeassistant.components.traccar_server
|
||||
pytraccar==2.0.0
|
||||
pytraccar==2.1.0
|
||||
|
||||
# homeassistant.components.tradfri
|
||||
pytradfri[async]==9.0.1
|
||||
|
|
Loading…
Reference in New Issue