fix broken imports

This commit is contained in:
uwap 2018-06-19 10:47:14 +02:00
parent b966fb4610
commit b6c0181b3e
6 changed files with 18 additions and 21 deletions

View file

@ -344,7 +344,7 @@ const config : Config = {
position: [350, 650],
iconColor: ({onkyo_connection, onkyo_power}) =>
onkyo_connection != "connected" ? hex("#888888") : (onkyo_power == "on" ? hex("#00FF00") : hex("#000000")),
icon: "volume-high",
icon: "audio-video",
ui: [
{
type: "toggle",
@ -648,8 +648,8 @@ const config : Config = {
},
kitchen_sink_light: {
name: "Licht Spüle",
position: [300, 348],
icon: "ceiling-light",
position: [300, 345],
icon: "wall-sconce-flat",
ui: [
{
type: "toggle",