Platform error climate

A full reboot seems to have brought it back, thanks!

Are you referring to these raw files?

https://raw.githubusercontent.com/jnimmo/home-assistant/dev/homeassistant/components/intesishome/climate.py

https://raw.githubusercontent.com/jnimmo/home-assistant/dev/homeassistant/components/intesishome/__init__.py

https://raw.githubusercontent.com/jnimmo/home-assistant/dev/homeassistant/components/intesishome/manifest.json

Yeah sorry could’ve included links but that’s the one

I just want to confirm… do I put all 3 files into the custom components folder?

I copied the raw climate.py file over the custom components folder and rebooted hassio. Home Assistant came back up, but now I am getting this error:

Log Details (ERROR)
Sun Oct 27 2019 17:08:50 GMT-0400 (Eastern Daylight Time)
Error while setting up platform intesishome
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 150, in _async_setup_platform
    await asyncio.wait_for(asyncio.shield(task), SLOW_SETUP_MAX_WAIT)
  File "/usr/local/lib/python3.7/asyncio/tasks.py", line 442, in wait_for
    return fut.result()
  File "/config/custom_components/intesishome/climate.py", line 81, in async_setup_platform
    from pyintesishome import IntesisHome
ModuleNotFoundError: No module named 'pyintesishome'

Yes I just updated to 0.101 and same problem no climate.heating.

2019-10-31 14:51:16 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 275, in async_update_ha_state
    self._async_write_ha_state()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 316, in _async_write_ha_state
    attr.update(self.state_attributes or {})
  File "/usr/src/homeassistant/homeassistant/components/climate/__init__.py", line 241, in state_attributes
    if self.hvac_action:
  File "/usr/src/homeassistant/homeassistant/components/hive/climate.py", line 115, in hvac_action
    self.session.heating.operational_status(self.node_id, self.device_type)

AttributeError: 'Heating' object has no attribute 'operational_status'

Any updates on this?

Update with HACS and all working.

Can you please walk me through how to update with HACS?

Thanks!

I got it working. I deleted the entire folder from custom_components and started from scratch. Now all works. However, I didn’t find intesishome in the HACS.