Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jeeftor committed Oct 12, 2022
1 parent 0daa5b5 commit a84d1d6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions homeassistant/components/intellifire/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@
"name": "IntelliFire",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/intellifire",
"requirements": ["intellifire4py==2.0.1"],
"requirements": ["intellifire4py==2.1.0"],
"codeowners": ["@jeeftor"],
"iot_class": "local_polling",
"loggers": ["intellifire4py"],
"dhcp": [{ "hostname": "zentrios-*" }]
"dhcp": [
{
"hostname": "zentrios-*"
}
]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,7 @@ inkbird-ble==0.5.5
insteon-frontend-home-assistant==0.2.0

# homeassistant.components.intellifire
intellifire4py==2.0.1
intellifire4py==2.1.0

# homeassistant.components.iotawatt
iotawattpy==0.1.0
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ inkbird-ble==0.5.5
insteon-frontend-home-assistant==0.2.0

# homeassistant.components.intellifire
intellifire4py==2.0.1
intellifire4py==2.1.0

# homeassistant.components.iotawatt
iotawattpy==0.1.0
Expand Down

0 comments on commit a84d1d6

Please sign in to comment.