Penny Wood

Results 46 comments of Penny Wood

I think what needs to happen is [this line](https://github.com/home-assistant/core/blob/dev/homeassistant/components/izone/climate.py#L346) needs to change to: ``` return zone._zone.name ``` If you want to create a PR and test it, then I'll review...

Alternately you could create a template sensor that would do what you want it to too.

That would be great. The main thing that's holding back ongoing improvement of this component is getting stuff through code review. If I have someone else who can work on...

https://developers.home-assistant.io/docs/development_environment/ Any change needs to be tested before being accepted. You can set up a dev environment and add izone to it. You can have multiple HA instances connect to...

> it would be nice for the "heating state" sensor to have distinct icons for turned on/off states (`icon_on: mdi:radiator`, `icon_off: mdi:radiator-off`).. If you're using node red, you can dynamically...

Hey, just so you know, started doing a bit of work on this today as I'm off work with COVID. Haven't got very far though because I'm exhausted!

I'm down as code owner of this although I haven't touched it in years. All seems pretty sensible on the face of it, but there's possibly an architectural decision here...

OK looks like the architectural decision [has been made](https://github.com/home-assistant/core/pull/77733#issuecomment-1281063726)

@gjohansson-ST is this good to go now? It's all approved, can merge if you are ready.

After you remove the integration you need to restart HA before re-adding it. This sorts out this issue.