Skip to content

Instantly share code, notes, and snippets.

@nlinnett
nlinnett / map-card.js
Created June 26, 2018 19:38
Very basic map-card for HomeAssistant/lovelace
import {
LitElement, html
} from 'https://unpkg.com/@polymer/lit-element@^0.5.2/lit-element.js?module';
class MappingCard extends LitElement {
static get properties() {
return {
hass: Object,
config: Object,
}