Update the numato-gpio dependency of the numato integration to v0.12.0 (#112272)
* Update the numato-gpio dependency of the numato integration to v0.12.0 * Augment numato integration manifest with integration_type Fulfills a requirement in the PR checklist.
This commit is contained in:
parent
c04438caae
commit
34d316e7b5
3 changed files with 4 additions and 3 deletions
|
@ -3,7 +3,8 @@
|
|||
"name": "Numato USB GPIO Expander",
|
||||
"codeowners": ["@clssn"],
|
||||
"documentation": "https://www.home-assistant.io/integrations/numato",
|
||||
"integration_type": "hub",
|
||||
"iot_class": "local_push",
|
||||
"loggers": ["numato_gpio"],
|
||||
"requirements": ["numato-gpio==0.10.0"]
|
||||
"requirements": ["numato-gpio==0.12.0"]
|
||||
}
|
||||
|
|
|
@ -1403,7 +1403,7 @@ nsw-fuel-api-client==1.1.0
|
|||
nuheat==1.0.1
|
||||
|
||||
# homeassistant.components.numato
|
||||
numato-gpio==0.10.0
|
||||
numato-gpio==0.12.0
|
||||
|
||||
# homeassistant.components.compensation
|
||||
# homeassistant.components.iqvia
|
||||
|
|
|
@ -1121,7 +1121,7 @@ nsw-fuel-api-client==1.1.0
|
|||
nuheat==1.0.1
|
||||
|
||||
# homeassistant.components.numato
|
||||
numato-gpio==0.10.0
|
||||
numato-gpio==0.12.0
|
||||
|
||||
# homeassistant.components.compensation
|
||||
# homeassistant.components.iqvia
|
||||
|
|
Loading…
Add table
Reference in a new issue