Merge pull request #2544 from home-assistant/dev
Hopefully this will work (#2543)
2
.gitattributes
vendored
@ -9,3 +9,5 @@
|
|||||||
*.png binary
|
*.png binary
|
||||||
*.zip binary
|
*.zip binary
|
||||||
*.mp3 binary
|
*.mp3 binary
|
||||||
|
|
||||||
|
demo/public/api/camera_proxy_stream/* binary
|
||||||
|
Before Width: | Height: | Size: 81 KiB After Width: | Height: | Size: 81 KiB |
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 60 KiB |
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 60 KiB |
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 76 KiB |
@ -6170,7 +6170,7 @@ export const demoEntitiesArsaboo: () => Entity[] = () =>
|
|||||||
},
|
},
|
||||||
"light.lifx5": {
|
"light.lifx5": {
|
||||||
entity_id: "light.lifx5",
|
entity_id: "light.lifx5",
|
||||||
state: "off",
|
state: "on",
|
||||||
attributes: {
|
attributes: {
|
||||||
min_mireds: 111,
|
min_mireds: 111,
|
||||||
max_mireds: 400,
|
max_mireds: 400,
|
||||||
|
@ -135,10 +135,10 @@ export const demoLovelaceArsaboo: () => LovelaceConfig = () => ({
|
|||||||
off: "brightness(80%) saturate(0.8)",
|
off: "brightness(80%) saturate(0.8)",
|
||||||
},
|
},
|
||||||
style: {
|
style: {
|
||||||
top: "48%",
|
top: "40%",
|
||||||
left: "11%",
|
left: "11%",
|
||||||
width: "7%",
|
width: "7%",
|
||||||
padding: "50px 50px 100px 50px",
|
padding: "10px",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -218,10 +218,10 @@ export const demoLovelaceArsaboo: () => LovelaceConfig = () => ({
|
|||||||
off: "brightness(80%) saturate(0.8)",
|
off: "brightness(80%) saturate(0.8)",
|
||||||
},
|
},
|
||||||
style: {
|
style: {
|
||||||
top: "38%",
|
top: "34%",
|
||||||
left: "50%",
|
left: "50%",
|
||||||
width: "7%",
|
width: "7%",
|
||||||
padding: "50px 50px 100px 50px",
|
padding: "10px",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -299,10 +299,10 @@ export const demoLovelaceArsaboo: () => LovelaceConfig = () => ({
|
|||||||
off: "brightness(80%) saturate(0.8)",
|
off: "brightness(80%) saturate(0.8)",
|
||||||
},
|
},
|
||||||
style: {
|
style: {
|
||||||
top: "98%",
|
top: "92%",
|
||||||
left: "20%",
|
left: "20%",
|
||||||
width: "7%",
|
width: "7%",
|
||||||
padding: "50px 50px 100px 50px",
|
padding: "10px",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -337,10 +337,10 @@ export const demoLovelaceArsaboo: () => LovelaceConfig = () => ({
|
|||||||
off: "brightness(80%) saturate(0.8)",
|
off: "brightness(80%) saturate(0.8)",
|
||||||
},
|
},
|
||||||
style: {
|
style: {
|
||||||
top: "68%",
|
top: "60%",
|
||||||
left: "78%",
|
left: "78%",
|
||||||
width: "7%",
|
width: "7%",
|
||||||
padding: "50px 50px 100px 50px",
|
padding: "10px",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -358,11 +358,10 @@ export const demoLovelaceArsaboo: () => LovelaceConfig = () => ({
|
|||||||
off: "brightness(80%) saturate(0.8)",
|
off: "brightness(80%) saturate(0.8)",
|
||||||
},
|
},
|
||||||
style: {
|
style: {
|
||||||
top: "81%",
|
top: "84%",
|
||||||
left: "63%",
|
left: "82%",
|
||||||
width: "7%",
|
width: "7%",
|
||||||
padding: "0 50px 100px 50px",
|
padding: "10px",
|
||||||
transform: "none",
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -491,7 +490,7 @@ export const demoLovelaceArsaboo: () => LovelaceConfig = () => ({
|
|||||||
top: "70%",
|
top: "70%",
|
||||||
left: "80%",
|
left: "80%",
|
||||||
width: "7%",
|
width: "7%",
|
||||||
padding: "50px 50px 100px 50px",
|
padding: "10px",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|