ksya / ha-nefiteasy

Nefit Easy connection for Home Assistant
74 stars 31 forks source link

Error when starting: [serial] is an invalid option #10

Closed wissehes closed 4 years ago

wissehes commented 4 years ago

Hi, I just installed the component, but when I restart HASS.IO it gives me this error: Invalid config for [nefiteasy]: [serial] is an invalid option for [nefiteasy]. Check: nefiteasy->nefiteasy->serial. (See /config/configuration.yaml, line 79).

This is my config:

nefiteasy:
  serial: '1234567'
  accesskey: abcdefg
  password: abcdefg
  name: Nefit Easy
  sensors:
    - status
    - supply_temperature
    - hot_water_operation
ksya commented 4 years ago

I just updated the component, configuration is a little different now. Please change it to this:

nefiteasy:
  devices:
  - serial: '1234567'
    accesskey: abcdefg
    password: abcdefg
    name: Nefit Easy
    sensors:
      - status
      - supply_temperature
      - hot_water_operation
ksya commented 4 years ago

Please also redownload the code from Github