hosts/{odyssey,pi}: move home-assistant to odyssey

This commit is contained in:
2025-11-15 13:54:04 +00:00
parent 76ab42af49
commit 355ef79d9f
7 changed files with 64 additions and 1 deletions

View File

@@ -0,0 +1,27 @@
#floorplan {
padding: 10px;
}
svg, svg * {
vector-effect: non-scaling-stroke !important;
pointer-events: all !important;
}
path[id*="area."].light-on {
opacity: 0 !important;
}
path[id*="area."] {
opacity: 0.5 !important;
transition: opacity .25s;
-moz-transition: opacity .25s;
-webkit-transition: opacity .25s;
}
svg tspan {
fill: var(--primary-text-color);
}
.static-temp, .static-temp tspan {
fill: #ffffff;
}