sander1988 / Indego

Home Assistant Custom Component for Bosch Indego Lawn Mower
Apache License 2.0
92 stars 29 forks source link

Serial *should* be optional, but error when not in config #107

Closed jm-73 closed 4 years ago

jm-73 commented 4 years ago

When config only contains:

  name: Indego
  username: !secret indego_username
  password: !secret indego_password

The config is not validated correctly in HA: Invalid config for [indego]: string value is None for dictionary value @ data['indego']['id']. Got None. (See /workspaces/core/myconfig/configuration.yaml, line 13).