Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions homeassistant/components/izone/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -525,11 +525,6 @@ def available(self) -> bool:
"""Return True if entity is available."""
return self._controller.available

@property
def assumed_state(self) -> bool:
"""Return True if unable to access real state of the entity."""
return self._controller.assumed_state

@property
def unique_id(self):
"""Return the ID of the controller device."""
Expand Down
4 changes: 2 additions & 2 deletions homeassistant/components/izone/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"domain": "izone",
"name": "iZone",
"documentation": "https://www.home-assistant.io/integrations/izone",
"requirements": ["python-izone==1.1.8"],
"requirements": ["python-izone==1.2.3"],
"codeowners": ["@Swamp-Ig"],
"config_flow": true,
"homekit": {
"models": ["iZone"]
},
"iot_class": "local_push"
"iot_class": "local_polling"
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1898,7 +1898,7 @@ python-gitlab==1.6.0
python-hpilo==4.3

# homeassistant.components.izone
python-izone==1.1.8
python-izone==1.2.3
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't find a github release or tag for version 1.2.3. Is it possible to add that so we can see the changes?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh yeh sure. I think I forgot to push the tag. Will do this when I get home. It's the head version anyhow.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!


# homeassistant.components.joaoapps_join
python-join-api==0.0.6
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1148,7 +1148,7 @@ python-ecobee-api==0.2.14
python-forecastio==1.4.0

# homeassistant.components.izone
python-izone==1.1.8
python-izone==1.2.3

# homeassistant.components.juicenet
python-juicenet==1.0.2
Expand Down