Update to typescript, rollup, lit
This commit is contained in:
4
test/.env
Normal file
4
test/.env
Normal file
@@ -0,0 +1,4 @@
|
||||
HASS_USERNAME=dev
|
||||
HASS_PASSWORD=dev
|
||||
LOVELACE_LOCAL_FILES=<NAME>.js
|
||||
LOVELACE_PLUGINS=thomasloven/lovelace-card-mod
|
||||
11
test/configuration.yaml
Normal file
11
test/configuration.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
default_config:
|
||||
|
||||
demo:
|
||||
|
||||
lovelace:
|
||||
mode: storage
|
||||
dashboards:
|
||||
lovelace-yaml:
|
||||
mode: yaml
|
||||
title: yaml
|
||||
filename: test/lovelace.yaml
|
||||
16
test/docker-compose.yml
Normal file
16
test/docker-compose.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
version: "3.0"
|
||||
|
||||
services:
|
||||
test:
|
||||
image: thomasloven/hass-custom-devcontainer
|
||||
environment:
|
||||
- HASS_USERNAME
|
||||
- HASS_PASSWORD
|
||||
- LOVELACE_LOCAL_FILES
|
||||
- LOVELACE_PLUGINS
|
||||
volumes:
|
||||
- ./configuration.yaml:/config/configuration.yaml:ro
|
||||
- .:/config/test:ro
|
||||
- ..:/config/www/workspace
|
||||
ports:
|
||||
- 8125:8123
|
||||
0
test/lovelace.yaml
Normal file
0
test/lovelace.yaml
Normal file
Reference in New Issue
Block a user