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:
parent
4bafd03dff
commit
3ebc262b7f
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue