vertical-stack-in-card
vertical-stack-in-card copied to clipboard
Feature: Editor
Hi,
Could you add editor support in addition to YAML mode ?
providing gui editor support can be done by adding these lines to custom js
window.customElements.get('vertical-stack-in-card').getConfigElement = function() {
return document.createElement('hui-stack-card-editor');
}
It basically adds the required getConfigElement
and then piggybacks on homeassistants built in editor for the horizontal and vertical stack cards.
Added in v0.4.4.