thevoltagesource / LennoxiComfort

Home Assistant custom component for controlling Lennox iComfort WiFi and AirEase Comfort Sync thermostats.
MIT License
33 stars 16 forks source link

Invalid config for [climate.myicomfort] #4

Closed noisyscott closed 5 years ago

noisyscott commented 5 years ago

Hi, just installed this to a Hassio install (v 0.93.2) and got the following errors:

Invalid config for [climate.myicomfort]: expected float for dictionary value @ data['max_temp']. Got '90 (optional, default = 95)' expected float for dictionary value @ data['min_temp']. Got '55 (optional, default = 45)' expected int for dictionary value @ data['system']. Got '0 (optional, default = 0)' expected int for dictionary value @ data['zone']. Got '0 (optional, default = 0)'. (See /config/configuration.yaml, line 380). Please check the docs at https://home-assistant.io/components/climate.myicomfort/

I believe I have followed the installation instructions to a tee:

(can't figure out how to format this correctly in the issue editor - this looks exactly like the sample given in the README.md)

`climate:

noisyscott commented 5 years ago

I figured it out - the parenthetical text (option, default = #) is not supposed to be part of the config. Deleting that and leaving just the numerical values fixed my error.