home-assistant / ui-schema

A schema to define a user interface for Home Assistant.
Apache License 2.0
41 stars 6 forks source link

Special rows type weblink - icon and new tab #141

Closed VDRainer closed 5 years ago

VDRainer commented 6 years ago

0.75.0b0

Special row type weblink raises error if no icon provided. There should be a default icon i think.

Weblink opens no new Tab, should be optional i think.

EDIT: type call-service also raises error when icon is missing.

VDRainer commented 6 years ago

There's a workaround for opening a link in a new tab using the ext-weblink custom-card. https://github.com/custom-cards/ext-weblink

balloob commented 6 years ago

Lame. That workaround should have been submitted as a fix to our repo…

cbrherms commented 6 years ago

@ludeeus Would be useful to have this within core

VDRainer commented 5 years ago

Fixed in 0.85.1 https://github.com/home-assistant/home-assistant-polymer/pull/2440 Thanks!