mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 03:35:09 +02:00
Upgrade numato-gpio to 0.10.0 (#47539)
This adds support for devices sending '\n\r' end-of-line sequences.
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
"domain": "numato",
|
||||
"name": "Numato USB GPIO Expander",
|
||||
"documentation": "https://www.home-assistant.io/integrations/numato",
|
||||
"requirements": ["numato-gpio==0.8.0"],
|
||||
"requirements": ["numato-gpio==0.10.0"],
|
||||
"codeowners": ["@clssn"]
|
||||
}
|
||||
|
@@ -1008,7 +1008,7 @@ nsw-fuel-api-client==1.0.10
|
||||
nuheat==0.3.0
|
||||
|
||||
# homeassistant.components.numato
|
||||
numato-gpio==0.8.0
|
||||
numato-gpio==0.10.0
|
||||
|
||||
# homeassistant.components.iqvia
|
||||
# homeassistant.components.opencv
|
||||
|
@@ -517,7 +517,7 @@ nsw-fuel-api-client==1.0.10
|
||||
nuheat==0.3.0
|
||||
|
||||
# homeassistant.components.numato
|
||||
numato-gpio==0.8.0
|
||||
numato-gpio==0.10.0
|
||||
|
||||
# homeassistant.components.iqvia
|
||||
# homeassistant.components.opencv
|
||||
|
Reference in New Issue
Block a user