Apologies, I'm very new to the HA environment and am not really a programmer.
I tried installing the repo through configurator/samba share (I'm not a python programmer) by doing the following:
Cloned the repo https://github.com/echoromeo/hanobo similar to what is suggested here: https://github.com/custom-components/climate.e_thermostaat
config/custom_components/climate/<cloned HAnobo repo here>
Put the put the following in my config/configuration.yaml file:
# Nobø Energy Control
climate:
platform: nobo_hub
# host: [your nobø serial] # You can use the 3 last digits if using discovery
IP_ADDRESS: 10.24.1.79
Saved changes
Soft and hard rebooted multiple times
Home assistant's check config says:
Configuration invalidCHECK CONFIG
Platform not found: climate.nobo_hub
Any thoughts on what i'm doing wrong?