YIO-Remote / integration.home-assistant

🔌 Home Assistant Integration for YIO
GNU General Public License v3.0
4 stars 6 forks source link

Setup form isn't displayed when adding integrations #22

Closed mKeRix closed 4 years ago

mKeRix commented 4 years ago

Description

When I open the web-configurator and want to add a new integration the setup dialog doesn't show for Home Assistant. This prevents me to setup the integration on the latest versions.

How to Reproduce

Steps to reproduce the behavior:

  1. Go to the web configurator integrations page.
  2. Click on "Add Integration".
  3. Select homeasssistant from the list.
  4. Nothing is rendered.

Expected behavior

I would expect the form with IP, Token etc. to show up.

Your Environment

Additional context

The relevant error in the logs seems to appear when the examples of one of the ssl booleans are rendered. undefined refers to the examples property:

TypeError: Cannot read property '0' of undefined

Downgrading to v0.4.1 fixes the issue.

martonborzak commented 4 years ago

I believe this was fixed in v0.4.4

mKeRix commented 4 years ago

Yep, just updated and it works fine now!