You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before you file a bug, make sure that you did not make a configuration mistake. The Swiss Army Knife in its current state does not yet have full configuration sanity checks!
So make sure your problem is not related to that!
[ x ] Yes, I'm sure that it is not a configuration mistake
Bug description
I created a very simple dashboard, with one SAK card, displaying one sensor. When casting this dashboard to my Nest Hub I get the error "r.setConfig is not a function" (see below). Other dashboards are casting just fine. Also, the SAK dashboard looks fine on my PC (browser Chrome).
To Reproduce
Steps to reproduce the behavior:
Go to Media (in HA)
Select the cast device
click on Dashboards
select SAK dashboard
Expected behavior
The dashboard should appear on the cast device.
Desktop browser (please complete the following information):
Bug report notice
Before you file a bug, make sure that you did not make a configuration mistake. The Swiss Army Knife in its current state does not yet have full configuration sanity checks!
So make sure your problem is not related to that!
Bug description
I created a very simple dashboard, with one SAK card, displaying one sensor. When casting this dashboard to my Nest Hub I get the error "r.setConfig is not a function" (see below). Other dashboards are casting just fine. Also, the SAK dashboard looks fine on my PC (browser Chrome).
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The dashboard should appear on the cast device.
Desktop browser (please complete the following information):
Dashboard I used for tests:
`views:
title: SAK test
path: sak-test
panel: false
badges: []
cards:
cards:
cards:
aspectratio: 1/1
entities:
name: Humidity
layout:
toolsets:
position:
cx: 50
cy: 50
tools:
position:
cx: 50
cy: 50
radius: 45
styles:
circle:
stroke-width: 2em
stroke: red
stroke-opacity: 0.5
fill: bisque
fill-opacity: 0.5
position:
cx: 50
cy: 30
align: center
icon_size: 25
entity_index: 0
position:
cx: 40
cy: 80
entity_index: 0
styles:
state:
font-size: 15em
position:
cx: 20
cy: 60
entity_index: 0
styles:
name:
font-size: 15em
font-weight: 900
`
The text was updated successfully, but these errors were encountered: