#frontend-archived
1 messages · Page 143 of 1
Who can help me put this into vertical stack?
@left aspen posted a code wall, it is moved here --> https://paste.ubuntu.com/p/PmWgtQ6bBx/
~rule6 @left aspen
@left aspen Rule #6: Spam will not be tolerated, including but not limited to: self-promotion, flooding, codewalls (longer than 15 lines) and unapproved bots.
Please take the time now to review all of the rules and references in #rules.
@latent moss Thank you so much. Fully understood. 😃
I wanted to copy the link and unintentionally I copied the whole code
@left aspen a bit confused at the reason for so many different cards and only 1 thing displayed and not clear on how you want this to show on your screen, e.g. under, over, on side or between other cards, center of the screen, full screen??? Putting the iframe in a vertical-stack would be:
type: vertical-stack
cards:
- type: iframe
aspect_ratio: 100%
...
@atomic glacier @mild veldt Thanks and sorry I missed your replies last night. I was looking at the button-entity-row as a possible option but haven't tried it yet. Ideally I'd prefer to have this row under an existing row since it's going to be a timer for that fan function.
Hello all, i cannot get images stored in /config/www/[imagename] to show up on my frontend when i refer to then as /local/[imagename]
have restarted multiple times. created the www folder using the configurator addon
oh ok its case sensitive
Trying to see if someone can tell me if I am overthinking my solution. Scenario: I have a lovelace page with cards showing tank levels of multiple tanks of water. When I initially load the page I want the current levels of the tanks shown with a dropdown list at the top for previous, 2days and 3 days ago that will change the values on the page to show the history of the tanks (I know there is history view, but not what I want). Solution: I need a the main sensor (current value, say sensor.tank1_current) and an input_select sensor at the top with current, previous, 2 days, and 3days option that updates a secondary sensor (input from input_select, say sensor.tank1_input) and then in the lovelace entity_id I need to display sensor.tank1_input in lets say a glance card. I tried searching for an answer that seemed to fit my bill but nothing caught my eye. Not trying to get someone to do the work for me just tell me if I am going around the world to get next door.
I figured out I can do a custom horizontal stack card with current value of tank in the first line and a history graph just below for each individual sensor but it sure would be nice for a dropdown menu to change the values of all sensors on the one page to update to the time I select. (I am trying to make it easier for "other" people to read without getting confused with too many numbers at once on the screen)
Anybody used card-mod for slider-entity-row? Trying to change the styling of it, but nothing seems to work. I can change styling of the entity card it is in, but not the sldier-entity-row itself. I can change it fine in the inspect element in hte browser.
Or does it not work, because it's not a card?
I was wondering if I'm the only one having problems with "atomic-calendar" card - If a calendar card exist in my UI I cannot see any Unused Entities in Configure UI
@slender wraith I've really one seen problems with that card 🤣
Message #2
anyone know if the swipe card lets you swipe on desktop?
if you were to wrap it with custom-template-card or templater-card, yes
@mild veldt And what does that mean exactly - and how do you "wrap" things, and what is a "custom-template-card" (or template-card) ?
Wrap here usually means putting one card inside another
Is there any UI for group management yet (or planned?) I'm still editing groups.yaml
Since https://www.home-assistant.io/blog/2020/02/05/release-105/#icons-no-longer-change-color-based-on-state was implemented light switch icons dont change color anymore. What is the easiest workaround for this?
I saw that. But if I understand correctly that needs to be done for each card. I am looking for a global setting...
there is none
got it. Thanks. that was my question.
I should have found this earlier:
https://community.home-assistant.io/t/how-to-make-state-color-true-global/169556/36
Hello guys, looking for a little assistance.
I am trying to setup themes for home assistant in docker. my config file looks like the following
Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
Uncomment this if you are using SSL/TLS, running in Docker container, etc.
http:
base_url: example.duckdns.org:8123
Text to speech
tts:
- platform: google_translate
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
if I put # fontend/themes.yaml under the default_config, I lose some of my devices already setup.
How do I get the auto entities card to only show things that are on or open, the state filter isn't working for me
card:
type: entities
filter:
include:
- entity_id: .*door_sensor
- entity_id: .*motion
- state: "on"
- state: open
show_empty: false
sort:
method: name
type: 'custom:auto-entities'
Installed HACS and wanted to install https://github.com/kalkih/mini-graph-card
it will not show up
steps i did.
1: installed the card
2: added the resources: module to Raw config editor
3: HA restart.i would assume it would now work am i missing steps ?
post exactly what you have written in the card. you can use 3 backticks infront of the code and behind the code to format it
- type: 'custom:mini-graph-card' entities: - sensor.shelly_shsw_pm_f26ed3_total_consumption_attr
It says No card type found.
on HA v 0.105.2
and you have this
resources:
url: /community_plugin/mini-graph-card/mini-graph-card-bundle.js
- type: module
listed at the top of your lovelace config?
@fluid basin posted a code wall, it is moved here --> https://paste.ubuntu.com/p/YC2VR7fNXn/
and the Graph mini Js is here -> config\www\community\mini-graph-card
@fluid basin mine has type "module" rather than type "js" , not sure if that makes a difference, but something you could try
@latent moss will do 😄
the module is listed above it, it's correct
oh nm, i read it wrong
however if the js was placed in the wrong directory that would cause it
@smoky depot your right
i jumped the gun
@latent moss as i under stand it all Code after a - (dash) is a grouped
I would uninstall it, restart HA. then reinstall and see if it places the JS where it's suppose to be
@fluid basin wait. i see the problem
yes...
- url: /config/www/community/mini-graph-card/mini-graph-card-bundle.js
type: module
change your lovelace config to that. it says it right there when you go to update the card. I just looked. I dunno why they changed it but they did.
hmm okay url and type reordered restartring
@smoky depot hmm Looks like in yaml - (dash) is a list... so now its a url list,
reboot done media_player broke
i changed mine back to this. and it works
- type: module
url: /community_plugin/mini-graph-card/mini-graph-card-bundle.js
not sure what the foot note was about prior to updating tho
to be more precise
don't do reboots. always restart. reboot means you rebooted the machine which is hardly ever needed
from here -> /config/server_control
ok yea that's restart. thats correct
big diffrence around here between a restart and a reboot lol
ok thanks
ok so you should be back to where you were. correct? no errors? your media thing still messed up?
ohhh i think i might know
im listening
try removing the dash before type
yea
if you are using the ui editor
type: 'custom:mini-graph-card'
entities:
- sensor.shelly_shsw_pm_f26ed3_total_consumption_attr
in a manual card
yep
@latent moss Thanks ❤️
no problem
did it wow i hate yaml ... im a front end dev and yaml is horrible
90% of the issues is typos or indentation issues
ill get use to it @smoky depot thanks for the Effort
Yeah i noticed. someone should make a intilisense for the yaml editor in ha XD
@smoky depottry look a the example code xD
haha
okay ill mess about with my UI
thanks Guys! ❤️
Hi, bit of a weird one but my front end is disappeared although if I go into customise I can see badges but not any cards, if I try and add a card it doesn’t appear either. Was working fine but was moving badges around and the screen went blank. The side bar still appears but nothing on the home screen.
I’ve tried restarting with no joy
how can I add the temperature state attribute from entity weather.home to a History graph card ?
{{ state_attr('weather.home', 'temperature') }} evaluates correctly, but i have no clue how to add that to the card ?
turn the attribute into a sensor.
For?
Then you'd want to ask about that in #integrations-archived 😉
I'm sorry
About the decluttering-card, is it only able to buid n cards ? Isn't it possible to use to add n items to a single card ?
action: call-service
service: light.turn_off
service_data:
entity_id: light.all```
say I have also a smart switch i wanna turn off, how would i convert this?
@rotund thicket posted a code wall, it is moved here --> https://paste.ubuntu.com/p/wNfXXv6H9b/
~rule6 @rotund thicket
@rotund thicket Rule #6: Spam will not be tolerated, including but not limited to: self-promotion, flooding, codewalls (longer than 15 lines) and unapproved bots.
Please take the time now to review all of the rules and references in #rules.
Hello, I'm using a button card with entity_picture. Some buttons has entity picture but others don't. For simplicity, I want to use only the name of the icon in lovelace instead of the entire url.
This is my approach but it isn't working:
@rotund thicket posted a code wall, it is moved here --> https://paste.ubuntu.com/p/vBsxfDg347/
@rotund thicket Rule #6: Spam will not be tolerated, including but not limited to: self-promotion, flooding, codewalls (longer than 15 lines) and unapproved bots.
Please take the time now to review all of the rules and references in #rules.
hi, is there a a lovelace card that acts like a drop down menu?
so if I click it it will show me the cards that are under it
nevermind, I found it! https://github.com/thomasloven/lovelace-fold-entity-row
hi, i installed HA yesterday but cant seem to get my custom theme up and running
all guides are mentioning adding:
frontend:
themes: !include themes.yaml
but this step doesnt seem to work, and i cant replace the default_config: line in config.yaml
Don't replace default_config
I'm looking to create a input that isn't tied to an entity. I want to check against it in some automations im working on. What would I search for to get started with that?
I'd ask about that in #integrations-archived 😉
Yes, it's an integration 😉
Is there a way to do some kind of foreach to add all related snsors to a card ?
@untold quartz this works for me: https://pastebin.com/hfqTSd5P
to avoid thousands lines of code repetition
I did replace default_config btw @untold quartz
@vapid field Thanks, im gonna look into your config 🙂
reposting since there was tons of bots message right after i wrote
action: call-service
service: light.turn_off
service_data:
entity_id: light.all```
say I have also a smart switch i wanna turn off, how would i convert this?
just change from light.turn_off to switch.turn_off ?
Pretty much
That seems like a rather odd way of doing it
Also should just be entity_id: all unless you have entities named light.all and switch.all
Rather than doing a direct service call, trigger an automation, to call a script, to turn off the switches
I understood from @modern plume that he wants to perform multiple actions from within tap_action
atleast that's how I read it
So use a script
or a script sure
Triggering automations .... is a very odd approach
why?
You've got an automation, with all the trigger and condition logic built in
Then you come along and say just run the action
Why...? You've added overhead for zero value
Now HA has to track the trigger condition, and all you're doing is using it as a script
If you just need the action, use a script
Yes you are right. I don't use scripts that often so the first thing that came to mind was an automation.
Does anyone know how I can get the auto-entities (https://github.com/thomasloven/lovelace-auto-entities) card to work with the custom secondary info? (https://github.com/custom-cards/secondaryinfo-entity-row)
quick one i hope....if i want to use a locally saved image within lovelace, where should i store it?
running hass.io
in your www folder
thanks @hollow otter so that would be /confg/www/<myfolder>/image.png?
yep, exactly, and when you call from lovelace it it would be /local/<myfolder>/image.png
great, thanks a lot!
@grim compass auto-entities
Hey guys
Is there a way to make state_color: true global?
This is concerning the change Icons no longer change color based on state
@mild veldt any link ?
Setting up my badges using picture entitiy, on the home assistant app i can see my image but on the hassio.local:8123 i see a "broken" image?
@rare frigate clear your browser cache
No google in china
Replace with your chosen search engine 😉
@mild veldt didnt solve it 😦
I have a couple och old cell phones as dashboards/cameras/TTS-speakers using https://github.com/thanksmister/wallpanel-android.
That works great, but one thing that's a little bit annoying is the "The Lovelace UI configuration was updated, refresh to see changes?" showing up on all of them as soon as I change something in the UI.
Is it possible to ..
- Turn the notification off (for all devices)
or - Auto-refresh so the notifications disappears
?
@grim compass https://github.com/thomasloven/lovelace-auto-entities
might of got a solution to my problem.
I cant see myself on the map? i used to be able to see my locatrion on the map (device tracking my phone through the app?)
Thank you very much
If you're home you don't show on the map on the sidebar
@vapid field @split granite yes, i need to toggle off all lights AND a switch
Then you'll want a script
Do all the actions in the script, call the script from the UI
yes, or a node red flow. 😄
ill give it a try
Hello everybody. So this might be a stupid question but reading the release notes for release 105 saying that the old states UI is depricated I'm suddenly unsure. How do I know that I'm actually using lovelace? I have been using home assistant since before lovelace was announced and have only used the groups as viewes. And haven't really taken any time to get into how lovelace works.
Hi. A quick question, is it possible to differentiate the color for each entity? A different color for each entity?
nvm
I'd like it to use hassio.mydomain.local internally but mydomain.duckdns.org externally.
can I have two HTTPS certificates for the same HA instance?
@lavish lake just look at your browser address bar, it should say either /states or /lovelace at the end
can also see and switch between them on developer tools > info page
@shell torrent no and i don't think you could ever get a cert for something.duckdns.org as it's not owned by you. You could, however, get one for your own domain and add a DNS entry to your IP and port forward and whatnot but using DuckDNS I don't think the traffic would ever be proper SSL.
Thanks. mydomain.duckdns.org works great with Let's encrypt (https://github.com/home-assistant/hassio-addons/blob/master/duckdns/README.md). But I have a few dashboards (old cell phones) that I am about to block from Internet traffic so I'd like them to use the internal address.
Oh okay so DuckDNS does support SSL certs for that. So in the end if you could somehow get a certificate from LetsEncrypt that has both domains on there, that would work.
It's possible (Google does it, for example) but not sure about that with LetsEncrypt. Need to look more into it. I personally just do the port forwarding and whatnot so never worried about it. 😛
Getting an SSL cert for blah.duckdns.org is trivial 😉
The simple solution here though is a proxy server and move the SSL there
Question though - Any reason you couldn't just access it via site.duckdns.org internally?
Not all networks support NAT reflection
Evening friends (It's evening here at least!) I can't for the life of me get the cover template to work correctly with a changing icon from my reed binary switch? The automatically added ESPhome binary sensor updates immediately, when I try to use it in a cover template, the toggle switch works but the icon does not update
I'm using value_template: "{{is_state('binary_sensor.garage_is_closed', 'open')}}"
@molten dirge Developer Tool -> Info
@mild veldt System Health
arch x86_64
dev false
docker true
hassio true
os_name Linux
python_version 3.7.6
timezone America/Detroit
version 0.105.2
virtualenv false
Lovelace
mode storage
resources 1
views 11
@molten dirge the important part is above that. Set the UI default to Lovelace
@mild veldt Already set Built using Python 3, Polymer, Icons by Google and MaterialDesignIcons.com.
Frontend version: 20200130.2 - latest
Go to the states UI (DEPRECATED)
Set states (DEPRECATED) as default page on this device
So you’re already using Lovelace 😜
yes sir
LOL no problem
I'm going to put this here to start, but can move if needed. In the last few releases, I've noticed that if I leave a browser tab open to Lovelace and the machine goes to sleep or loses its network connection for some reason, I'll eventually start getting a flood of errors in the HA log with "Client exceeded max pending message [2]: 512"
the solution is to find the machine that had that web connection open and close the tab, and the log indicates that the connection closed and it stops spamming me
Any recommendations to get the "cover" template icon to update? I'm using "value_template" but it's not reading the binary sensor from ESPhome
I think it's new behavior in the 0.10x.x builds
No one got ideas for cover" template? 😦 I've been at this for 4 hours with no avail
@junior stream https://community.home-assistant.io/t/icon-template-with-esphome-cover/109936/5 < might give you some hints
Thanks for that. Oh wow, I'm going to kick myself if it was as simple as changing "open" to "on" which makes sense as its binary 
Simple as that. Thank you so much @smoky depot ! I must be loosing my google-fu 😢
is there something that could cause one of my fully kiosk tablets with exact same settings drop its view to a blank white screen / blue top nav but the rest in my house persist? Tried digging around if i set one up weird on the browser settings but confirmed all are the same. 🤔
Regarding my tap_action to turn off all lights and a switch, i just found out that I can store the switch as a light entity!
I posted this in #automation but it was recommended that I try in this channel.
How can I "pass" the name of an entity to a script? I've got a row of buttons that I'm using for a timer which will turn a fan off after that time.
- type: "custom:button-entity-row"
buttons:
- entity: input_boolean.timer_30min
name: 30
service: script.garage_afs_off
- entity: input_boolean.timer_60min
name: 60
service: script.garage_afs_off
- entity: input_boolean.timer_90min
name: 90
service: script.garage_afs_off
I plan on making a new script that do what script.garage_afs_off does but it will wait 30/60/90min before actually turning it off. If I can take advantage of the name that could be used for my timer
Is multiple user/individual config planned now to be implemented for HA? I just want mine and my family member's UI configured in a different way. With different passwords as well.
@carmine flare there is a user system at Configuration -> Users, but at the moment there is one Lovelace config shared amongst all users. However you can kind of set that up using view visibility, certain views can be shown to certain users.
Check the "Visible" part of this page for more info, https://www.home-assistant.io/lovelace/views/#visible (it's not available via the UI yet).
Thank you Sean again! 👍
I am so fascinated with this. https://community.home-assistant.io/t/a-different-take-on-designing-a-lovelace-ui/162594 And would like that to HA cast to my "chromecastinated" Fire tablet shared to my family. So trying to figure the best system design for a manual UI and access configs, etc.
lads, footer icons (new in latest update) can't have custom tap action? just entity switches?
Why on my ios iphone aftership card looks like this
on my pc looks just fine
title: Tracking packages
icon: mdi:cube-send
panel: true
cards:
- type: 'custom:aftership-card'
entity: sensor.aftership
title: Packages
I've been playing with some Spotify add-ons and cards, but I can't really get a result that I'm content with.
Does anyone know a way to create a Spotify card with a lot of functions, like change the current output speaker/group to a different one?
I'd love to change the current playing output to, for example, the whole house.
Is there any way to get the color from a device and display that color via an Image Entity on a floor plan?
I want to see which color my Hue lamp is at and show that on the Image Entity on my floor plan.
Isn't this default when you use state icon for light entity?
Yeah that indeed but what if I want to use an image of a LED Strip?
The lamp icons are just a bit too less visible on the floorplan I'm using 😦
I use led strip icon
mdi:led-strip I think
friendly_name: "Podszafkowe"
icon: mdi:led-strip
https://i.imgur.com/RGvqzxH.png
That's how I built my floorplan currently.
But I want the LED Strip to change color depending on what color the actual strip shows. Currently I have a generic green color for when it's on.
you can do this
@chrome summit posted a code wall, it is moved here --> https://paste.ubuntu.com/p/2bgCsDTdP9/
Yeah but you simply change between different pictures, not actual RGB color values
doesn't mater
~rule6 @vapid field
@chrome summit Rule #6: Spam will not be tolerated, including but not limited to: self-promotion, flooding, codewalls (longer than 15 lines) and unapproved bots.
Please take the time now to review all of the rules and references in #rules.
I do the same right now but those are "preset", I want them to recolor the picture depending on the state of the actual light
then add sensor that has a state of current color?
How would I use the sensor value inside the config tho?
To modify an already existing value?
@split granite sorry, new here
No worries, a good time then to read the message the bot DMd you when you joined 😉
Bot is bae
Oh boy
then you use state image as in my paste
I don't think a simple "state" change would do it tho. I'd have to use the "state_filter" option
might be
Hm... Does anyone maybe have an example code I could use? I mean yours is basically what I do already 🙂 But I want one with "live" values modifying a state_filter one.
what you mean? how isn't it live in my code?
sun goes down, state changes, image changes
i don't click, i have no automation for it
It's an LED strip. I want the Strip to show up Red if the color is set to Red, I want it to show up Magenta if the color is Magenta or if it's some in-between color I also want it to accurately show what color it's currently at.
If I'd do every single possible color state manually that'd be 16000000+ different states 😉
@vapid field actions for button rows will likely be added in a future release
I've posted it in the community forum now: https://community.home-assistant.io/t/change-color-of-picture-entity-on-floorplan-according-to-color-of-led-strip/170658
yeah, with this many colors would be a pita
how to add custom header?
I followed instructions, but nothing really happens
In my F12 debugger I have errors among them: Uncaught TypeError: Cannot read property 'querySelector' of undefined at :8123/community_plugin/custom-header/custom-header.js:1
here is my ui-lovelace part ```title: Welcome to apartment 21!
custom_header:
compact_mode: true
resources: !include lovelace/resources.yaml
views:
- !include lovelace/view-main.yaml```
explanation is in the docs for custom_header with examples
@atomic glacier I added butnothing happened
header_text: '{{ hours12 }}:{{ minutesLZ }} {{ ampm }}```
I use this one:
button_text:
options: '{{ time }}<br>{{ date }}'
puts time & date in right corner on 2 different lines
@errant birch you can use my https://github.com/iantrich/config-template-card to dynamically update the row_limit
@errant birch bring your questions over here
@mild veldt any best practice to count the number of active media players with javascript ?
I've got a feeling I'll get there but I'll be making it all way too complicated because of my limited knowledge
so a starting point might help
@errant birch I think the easiest thing to do would be to create a template sensor that tracked the count
Ill have a look into template sensors then, thank you
something like this
- platform: template
sensors:
players_activated:
value_template: >
{{ [states('media_player.family'), states('media_player.kitchen'), states('media_player.foyer')] | select('playing') | list | count }}
Hi. I accidentally deleted the "lovelace" configuration file from the .config directory. How do I recover it? Please help
I do not have
Ouch
A long story with what I did there 😦
🙈
Do you run Hass.io? Do you have snapshots?
If you don't even have those, you're basically out of luck
Extra data: line 112 column 5 (char 4438)
@vapid field if you have a browser instance open from before the delete that you haven't refreshed, it might still be cached in the raw editor 🤞
otherwise, you can start googling recovering deleted files on a linux system
Bad luck wished I didn't have one.
Recovering deleted files from a system that's still running is a game over ever decreasing odds
Best thing you can do is shut it down and then image the disk
Then you can do your recover on the image, not the disk
I don't care about recovering what I had there, it needs a basic configuration
Now is a good time then to sort out automated backups 😉
Są dwie grupy ludzi - ta co robi kopie połączeń i ta co ją będzie robić. Ja jestem ten drugi: P
There are two groups of people - the one who makes copies and the one who will do it. I am the other one: P
@vapid field it is not creating the lovelace file after a restart?
Some genius shared the following with me, which will dump the current view to a log you can save. Paste into the browser console
JSON.stringify(document.querySelector("home-assistant")
.shadowRoot
.querySelector("home-assistant-main")
.shadowRoot
.querySelector("app-drawer-layout")
.querySelector("partial-panel-resolver")
.querySelector("ha-panel-lovelace")
.shadowRoot
.querySelector("hui-root")
.lovelace.config)```
thanks
That should be the entire config, even.
It didn't for me, but I'm a YAML person
yeah, it should be everything
You may want to run it through a json2yaml converter too. Should be some online
He's got one that works on my config 😄
const backupElement = document.createElement("textarea");
backupElement.innerHTML = JSON.stringify(document.querySelector("home-assistant")
.shadowRoot
.querySelector("home-assistant-main")
.shadowRoot
.querySelector("app-drawer-layout")
.querySelector("partial-panel-resolver")
.querySelector("ha-panel-lovelace")
.shadowRoot
.querySelector("hui-root")
.lovelace.config);
backupElement.style.position = "absolute";
backupElement.style.backgroundColor = "white";
backupElement.style.height = "100%";
backupElement.style.width = "100%";
document.body.appendChild(backupElement);```
I recognize that it's some form of coding stuff, just don't ask me what it does...
That looks like my debug card for when I wanted to get stuff working with the google cast thing. I couldn't get a console, so I printed debug messages to a lovelace card instead.
backupElement.style.fontFamily = "monospace"; will make it look nicer
No wait. It was a textarea. Never mind
Does not have to be nice, just needs to work 😅
Here’s the first attempt, btw.
#node-red-archived master race
bad attempt, the beer it almost full! 😮
@odd light huh?
TinkererToday at 2:15 PM
It didn't for me, but I'm a YAML person
ah
yaml, meh, node-red is so much more awesome.
yup, one more point of failure 🎉
A bit hard to configure lovelace in node-red though, isn't it?
mqtt is another point of failure, just like having your computer on the internet is a security risk
yes, and yes
Well for lovelace you have to use yaml yes but for automations and scripts...lol
you know you are in #frontend-archived ?
yes but I was just making a general comment
@split granite do you have some lovelace part for here_travel? Im looking at your repo, but I found only automations based on here_travel sensor
Guys after some advice!
Im using HACS to install custom cards so on - But HOW on earth do i use them!
I install the say "Custom weather card" from hacs - it prompts to add to lovelace - i restart HA but i CANNOT figure out how on earth i actually add it to one of my screens! 😛
Help 😛
The same way you add any card. Then you select "Custom card" or whatever the last one is, and enter the yaml as shown in the readme for your card.
"MANUAL"
@devout hatch In what way? I have some custom sensors for travel time, but I don't really make a lot of use of the UI
because I tried to import via travel-card
but when I add ‘name’ property in travel_time integration
it shows me only columns without data
in my entites I cant find any longer that sensor
however when I comment name property, it shows again correctly everything
and I tried to search in your repo some example maybe
in my entites I cant find any longer that sensor
Run a config check. Fix the error
How do include folder with themes?
themes: !include_dir_merge_named ../themes
Does not work. The theme select is greyed out
When I include specific theme like
themes: !include themes/green.yaml```
its working without any roblems
Why are you using different paths?
Neither without .. wasnt working
Not surprised 😉
🤷
no when I add name is not represented there
-> States? Not Entities or the likes
If it doesn't show in States then the entity doesn't exist, which is why you can't add it to the card
Is there anything that replaced group.all_automations so i can show all automations in a lovelace card since states ui is going away?
@rain snow something like light.all for lights
Hello I have a web link that holds a rdp file and when I click on it, it downloads the file. There there a way I can just make it open instead of downloading
@rain snow I use auto-entities
Is it possible to change the UI when something is triggered? I want to show full screen video when the doorbell rings for example. But I don't want to show the video fullscreen all the time. Just a regular dashboard (in the kitchen)
https://www.home-assistant.io/ has a link titled View Demo in the top banner 😉
Don't think it show the login though
@languid parrot browser_mod
@split granite : well indeed, and its the login I need 🙂
Anyone ever got this when trying to reach HA behind an apache revery proxy? Error during WebSocket handshake: Unexpected response code: 400
Log-in page works fine, but after logging-in I see this error in the console
When I try to reach the page from my internal network through the revery proxy it works fine, but from external it does not
I think I found something that works.
Apparently the 400 code is because it's behind Cloudflare, even though it's set to DNS only..
@languid parrot I use 2 different types of full screen popups using motion triggers and button action for my cameras via browser-mod. Examples can be found in my repo.
Ran into a slight issue with q-card that I haven't been able to get around. When I added the bottom section of my mobile screen,(<-which contains my clock<-using bighumber card), into a q-card. I started getting errors repeatedly. Can't read states of undefined or null, meh 🙄 ...something like that. I added that section back to my LL file and it stopped. So I'm guessing there is no way to pull entity info while in a quantum state ❔ ...other than some random screen flickers(<--may not even be related to q-card) this has been one of my fav frontend tools to play around with 😎 @polar kelp
Should've known you'd have an answer 🤓 .... but when I got down to the section referring to "buckyballs" ...I fell out my chair laughing 🤣
Is there a way to just show All Zones in the map card? Bit of a pain to have to add zones to map card anytime you add a zone.
Holy crap! They managed to entangle a buckyball?? They're HUGE!
next you'll be making a LL plugin involving "spukhafte Fernwirkung" or something 
Hi, it's possible to add picture on device view on map ?
thank's I test this night
Anybody got a tip how to add and shortcut to the iframe without it loading the left menu again?
panel_iframe:
servercontrol:
title: Server Control
icon: mdi:server
url: http://xxx.xxx.x.xx:xxxx/config/server_control
Hope someone can point me in the right direction. I have seen I’m guessing a custom Lovelace card which hides entities. But I have no idea what it’s called. Thanks
Sorry I don’t mean hide permanently
@polar kelp is the "old version of card tools found" intended to break setups? Everywhere I use a card tools I ended up with a red box instead with that message. I understand wanting users to stay up to date but breaking their front end is a bad move IMO. (I couldn't start my remote access machine to update card tools because the card was broken with the associated switch for example)
I can't remember putting that error message anywhere, and if I did, it'd probably be in a card that wouldn't work at all without a more recent version.
Hello -- I'm trying to add a simple graph to the UI. I've RTFM and tried about 10 different combinations... as there are so many pages all that differ slightly. Currently I have : type: history-graph
title: 'My Graph'
entities:
sensor.WiNode3-Temperature
sensor.WiNode2-Temperature
Which when I restart it says it's having trouble setting this up. The only error is "Setup failed for title: Integration not found". And I got this configuration from https://www.home-assistant.io/lovelace/history-graph/ I'm obviously missing something....
@polar kelp The cards work last night when I was troubleshooting an issue, today they displayed the error message. Ill check with the secondary info row card as that were the cards effected.
Yeah, seems that was updated 11 days ago to unnecessarily require card-tools 2.0
any help with my question above???
@wary meadow I remember the message now, by the way, and the intent was to give a clear error message to users as to why their card wouldn't work, and include instructions on how to solve it. It saddens me that you assume malice.
@dim fern Are you thinking of the conditional card? https://www.home-assistant.io/lovelace/conditional/
@polar kelp I didn't mean to imply that it was done maliciously, my apologies. If the two cards wouldn't work together and needed to be updated its a very helpful message. However, I saw it as everything is working and later I get the message and everything is broken.
No the best way i can explain it is... having a header of a card you click an arrow down arrow and this reveals a list of entities?
sorry for the vagueness but im sure i have seen a video with this on some where
There's a fold card
@dim fern fold-entity-row
That's the one
Any pointers for my question?
sensor.WiNode3-Temperature isn't a valid entity
Check
-> States for your actual entity name 😉
Thanks guys just what i was looking for
@wary meadow No harm done. I can understand your frustration, and I'm sorry you got caught in my old experiments.
If I can find some time ill try to go back and reproduce it. It may have been an issue of clearing a cache or something that made the cards work together for awhile.
Maybe. I think if you downgrade secondary-info-row to this version it will work again. But you'd probably have other benefits from upgrading card-tools too.
https://github.com/custom-cards/secondaryinfo-entity-row/tree/80e86fb778b3b9e868122caaf463972e7a5a3acc
@polar kelp Is it possible to add a slider the the fold entity?
Yes. Same way as any other row
emm let me take further look
Yup it was me not reading the docs right all sorted now 👍🏻
im trying to split my configuration.yaml since its getting a mess with all my template sensors..
does anyone else experience when tapping on an entity button on the ipad it acts as if you tapped it twice?
I'd like to split the sensors into 3 diffent folders; config/sensors for various sensors (dnsip, wyze etc) and 2 subfolders, 1 for the template sensors, and one for binary sensors
will this work in configuration.yaml?
binary_sensor: !include_dir_merge_list entities/sensors/binary_sensors/
sensor: !include_dir_merge_list entities/sensors/template_sensors/
sensor split: !include_dir_merge_list entities/sensors
with an added / behind the last 'sensors'
will that work, or will the split one also add the subfolders?
#integrations-archived for that @half cairn
However, that last one, will merge all the sub-folders too...
so the easiest way would be to add sensors in a subfolder too.. and then not include a split.
and sorry for wrong channel..
Moving over to #integrations-archived :D
That too is an #integrations-archived question 😉
Is there a way to retrieve all entities related to mqtt integration ?
(usecase is auto-entities)
No
not even through a template ?
'fraid not
hmm ok
btw, I did installed your module through HACS but looks like HA does not find it
Just now?
or yesterday
Custom element doesn't exist: auto-entities.
despite the fact i declared it in ui-lovelace.yaml
Something's up with hacs. Could be that. Try updating that and then reinstall.
I see it within www/community/lovelace-auto-entities/
but can't reach it using <ha_fqdn>/auto-entities.js
should be it ?
You should use the URL hacs gives you
for resource declaration, yes
/local/auto-entities.js
hmm blocked by browser 🤔 but i already use other custom modules
should it be included as module or js within resources ?
The hacs specific instructions are at the bottom.
yes
but looks like they are wrong
oh ok
didnt noticed the cusotmized one at the very bottom
ended with the same result, was about to tell ou the hacs autodoc was wrong
thanks
hi, any way this is possible https://community.home-assistant.io/t/tap-to-show-more-info-of-a-different-entity/134751 ?
in short, state-icon on picture-elements but more-info on diffrent entity
so no way doing this without custom cards?
Thanks @polar kelp I'm not surte I can use this on a floorplan but I'll have a look, was hoping it can be done natievly. Anyway, that's for tomorrow. Bye.
Hello one and all, Amy idea why I can't get themes to show in hassio?
frontend:
themes: !include_dir_merge_named ../themes
I've created a Map card in the ui editor and added my person entity to it. In a separate Entity card I'm showing the same entity. In the entity card my custom image is showing up but on the map it's showing my initials. Can anyone point me in the right direction?
After some more digging it looks like this is a known issue https://community.home-assistant.io/t/person-picture-in-map-cards/107616/31
does "https://********.duckdns.org/developer-tools/logs:0:0 Uncaught TypeError: Failed to resolve module specifier "card-tools/src/templates.js". Relative references must start with either "/", "./", or "../"." make sense to someone?
after removing the card tools, everything is ok again...
what's the preferred easiest way to add the various HA commands to lovelace? like check config, reload automations, etc.
can anyone help convert this to a lovelace card :https://community.home-assistant.io/t/new-zoneminder-api/129725/33
(its some code that pulls from zoneminders new API so you can list events, or camera status on a card) - been reading the docs, and its way out of my depth 😦
Script to call the service? Or rest call switch?
@odd light preferred way is to use the config panel specifically designed for it so that you get proper feedback
/hacsfiles/frontend-20200209160602.js:1:17049 Uncaught NotSupportedError: Failed to execute 'define' on 'CustomElementRegistry': the name "hacs-frontendbase" has already been used with this registry updated hacs and this just popped it's head
hmm restarted a second time and it went away lol
anyone see anything wrong with this picture that could cause confusion? lol https://imgur.com/rqeuPIS
Yeah, motioneye is not elegant
That is correct
but it's confusing
No
Still calling it "Home Assistant" would be confusing, then you would have two things with the same name, that does different things and have different version numbers
then it should be named something else. we're splitting the two now but for people to see that blurs the line
just pointing it out. it may make sense on the back end but for the average user learning there is Home Assistant and then Home Assistant Core, one has addons and uses the supervisor while the other does not yet they are updating "Home Assistant Core". it blurs the line lol
Because the old naming convention wasn't confusing either 😛
so the UI option, where would that be?
If you mean static attributes... https://www.home-assistant.io/docs/configuration/customizing-devices/
thanks ill take alook
@mild veldt sorry to bug, you said you were planning to fix the visual editor for the state_color problem in the next release.. does that mean 0.106? i only ask as i just installed 0.105.3 and it's not there.. thanks
Im using the mini-graph-cards in combination with swipe cards to be able to swipe them to the sides and make better use of screenspace on phones.
But im seeing a strange graphic/render glitch (I suppose, not sure what is really going on)
Example of the issue i see: https://youtu.be/3Z3QjD85HqU
when I tap the graph it shows the 'points' but they're not aligned with the graph.. what could cause that?
card code here : https://pastebin.com/ttBGGGMB
@sacred turtle that won't make it for 0.106. haven't had the time
ok thanks for the update.
guys i found this icon on material design: http://materialdesignicons.com/icon/television-ambient-light but it does not load on lovelace (and anywhere else). Do you have idea why?
I can't add ANY repos to HASSIO.
This is what I'm getting, I tried anything and everything, disabling Pihole, whitelisting github.com, changing DNS in Pihole, and even DMZ my Raspberry Pi. I can't add ANY repository from github, I keep getting these errors in the log, and in the add-on window, basically i paste the link, i click add, the circle starts spinning and then the ADD button becomes green but nothing happens, and the repo is NOT added. Why is that even a thing, I don't know really what to do, I need to install so much components but I am not allowed to
@proper mesa That icon was added to mdi seven days ago. Will take a bit longer than that before it's in hass.
@mint turtle Try asking in #330944238910963714
I can't add ANY repos to HASSIO.
This is what I'm getting, I tried anything and everything, disabling Pihole, whitelisting github.com, changing DNS in Pihole, and even DMZ my Raspberry Pi. I can't add ANY repository from github, I keep getting these errors in the log, and in the add-on window, basically i paste the link, i click add, the circle starts spinning and then the ADD button becomes green but nothing happens, and the repo is NOT added. Why is that even a thing, I don't know really what to do, I need to install so much components but I am not allowed to
@mint turtle same for me
@mild veldt 10-4
Need help filtering batteries in auto-entities card of LovelaceUI. Trying to display ONLY devices with batteries at low level like below 20% card: type: entities filter: include: - attributes: device_class: battery type: 'custom:auto-entities'
I have with hass.io no possability to install something
2020-02-12 15:12:59 ERROR (MainThread) [hacs.repository.plugin.sbryfcz.harmony-card] Download was not complete [No content to download]
2020-02-12 15:39:01 ERROR (MainThread) [hacs.repository.plugin.iantrich.radial-menu] Download was not complete [No content to download]
^HACS
Hey guys, can anyone help me with this?
"WiFi: [[ if(sensor.andrea_oneplus5_wifi != '<not connected>', 'Connected to ' [[ sensor.andrea_oneplus5_wifi ]], if(sensor.andrea_oneplus5_wifi.attributes == '<not connected>', 'Disconnected', 'Unknown')) ]] [[ if(sensor.andrea_oneplus5_battery.attributes.is_charging == 'true', ' - Charging', '' ) ]]"
More specifically, the "Connected to" part, I would like to concatenate that with the actual sensor value but I can't mange to achieve that.
@mild veldt @latent moss 🏅
The blog post mobs...All the "50k users" comments being made fall flat when there are maybe 20 users in #beta
Heh yep, that whole thread became very silly. One guy complaining that the “need help” page had multiple different GitHub repo links and was too hard, but he knows how to use a forum with 12 different subcategories. Ugh.
My theme has been released yesterday 🙂 https://community.home-assistant.io/t/dwains-theme-released-an-auto-generating-lovelace-ui-theme/168593?u=dwains
Dwains Lovelace Theme Hello, I am Dwain. I’m using Home Assistant for over 1 year now. At the end of the summer 2019 I thought why does nobody has made a theme which builds automatic by a configuration file. I have a own web development company so I thought why not make a own ...
whoa, that looks awesome. Nicely done! 😃
@rare iron looks amazing!
Thanks 🙂
Spend a lot of time on it and I'm working hard on some big updates on the already released version
I cannot find for the life of me how to set this color. It must be something set in the theme because I am not setting it with the card. Each of my entities, when toggling or for more info, show a circle with a fill (white during day theme and black during night theme). What is the style setting that sets this so i can override?? https://imgur.com/a/S4Uj4Fu
@rare iron Awesome work! Congrats!!!!!
Hello; is it possible to have the switch icon (state_color) turn yellow when it is powered off instead of it showing when its on?
not officially
not officially, hmmm - would you be able to share?
i am not 100% sure, but card-mod would probably be able to do that, i would think. https://github.com/thomasloven/lovelace-card-mod
Excellent, thank you gentlemen..
When I'm using customheader and I enable Kiosk mode for one of the users, the page constantly refreshes every 15-20 seconds... is that normal?
Can someone help me with this? ```secondary_info: "WiFi: [[ if(sensor.andrea_oneplus5_wifi != '<not connected>', 'Connected to {{ sensor.andrea_oneplus5_wifi }}', if(sensor.andrea_oneplus5_wifi == '<not connected>', 'Disconnected', 'Unknown')) ]] [[ if(sensor.andrea_oneplus5_battery.attributes.is_charging == 'true', ' - Charging', '' ) ]]"
There's no string concatenation in StupidTemplates. You'll have to split it up into several templates.
secondary_info: "Wifi: [[ if..., "Connected to ", "Not connected" ]] [[ if..., sensor.andrea..., ""]]
hello... I don't suppose there's an easy way to create groups? Looks like group cards for all of my lights are no longer considered groups.
Hello; i am trying to get a function in card-mod going like this
- entity: input_boolean.guestmode
style: |
:host {
--paper-item-icon-color:
{% if is_state("input_boolean.guestmode", "off") %}
green
{% else %}
red
{% endif %}
;
}
But when toggling, it is not working
@icy patrol pretty sure it is just color and not--paper-item-icon-color
did the update to 105.3 and now my atomic_calendar and list-card (using feedparser to curate an rss feed) don't work, and nothing in the logs..
anyone who could point me in the right direction ?
I can't find anything in the changelogs that could be doing this.. I think ..
The lovelace card for atomic_calendar shows "the calendar can't be loaded from home assistant component" and the list card simply isn't there..
I see this now .. could this be the cause ?
https://github.com/atomic7777/atomic_calendar/issues/63
@errant birch the card dev needs to update it apparently
but it is due to these changes then ?
I can configure a card, but digging through the code to find the problem is beyond me..
could be. custom components need to adjust to HA. Not the other way around.
and I'm not saying HA needs to adjust .. just want to know where it's failing so I can adress it
How does one add/change areas for entities?
nm, found it
still looking for an easy way to create groups. I miss the auto groups creation.
I used to group all light switches and light bulbs into a single card for all lights.
@silk dragon I believe there are some custom plugins that bring back this functionallity
see HACS 😉
nice. Ty
already use HACs for Wyze and Sonoff stuff 😉
and before some asks... I can't use the 'all' entity as I have a switch connected to my HA server... if that goes off... it's bad times.
Is there a way to assign different icons to an input Boolean based on state within a config yaml?
i.e. mdi:bed for when it's on, and mdi:bed-empty when it's off
i just tried this as well and it is still not working:
- entity: input_boolean.guestmode
style: |
:host {
color:
{% if is_state("input_boolean.guestmode", "off") %}
green
{% else %}
red
{% endif %}
;
}
hello
there once was a jinja 2 template in the cookbook somewhere
it created a lovelace homepage with all the entities in each domain
can anyone link it to me? seems its taken out of the docs
Hello. On a fresh Home Assistant installation I'm getting these errors:
http://192.168.1.20:8123/developer-tools/logs:0:0 Uncaught TypeError: Failed to resolve module specifier "card-tools/src/templates.js". Relative references must start with either "/", "./", or "../".
http://192.168.1.20:8123/lovelace/0:0:0 Uncaught TypeError: Failed to resolve module specifier "card-tools/src/templates.js". Relative references must start with either "/", "./", or "../".
Anybody please can point me into the right direction to resolve these error?
@errant birch Was getting the same error for my Google Calanders for Atomic. Just had to reauthenticate my Google permissions. Just deleted .google.token and all was good after restart. May not be what your issue is, but in case...
even tried this:
- entity: input_boolean.guestmode
style: |
:host {
--paper-item-icon-color: var({% if is_state(config.entity, "off") %} --state-icon-active-color {% else %} --state-icon-color {% endif %});
}
@silk dragon auto-entities is best customizable method IMO
@thick violet 'Yes' I'd start by looking at card-mod and some of the examples
@wheat current HACS already latest version (0.21.5), removed card-mod, deleted cache, restarted HA, reinstalled card-mod but the errors returned after couple of minutes.
then you have a client with the old file still in use
On a fresh Home Assistant installation
And this is false, since you have both custom-cards and custom_components installed and in use 😉
@wheat current that's true 🙂 ... almost a fresh HA install. I will delete cache on all devices and restart them. Thank you. 👍
@atomic glacier that fixed it ! thanks 😉
is anyone able to send me their example of card-mod icon color change via switch status change? Please and thank you
@icy patrol posted a code wall, it is moved here --> https://paste.ubuntu.com/p/SHXFyNVRrC/
Anybody knows what the CSS-variable(?) is for the background colour in list views? I have theme which I like in general, but e.g. the list for entities in white-on-white.
found it... data-table-background-color
Hi folks, trying to convert my old setup to lovelace, never used lovelace before. I used to have a nice setup for my 3d printer where I had the camera output and a few sensors in one card, how do I do that with lovelace? Vertical stack seems almost perfect except it's not inside a card
@hard estuary use the custom vertical-stack-in-card
EASILY MANAGE YOUR CUSTOM RESOURCES
https://hacs.xyz/
Interesting, I'll look at installing that first then
can a mod clean up our pins? keep thomas' yaml and plugins posts and maybe the hacs one I just posted?
Sure
@mild veldt I installed hacs, but I can't see vertical-stack-in-card in the integrations or plugins section of HACs?
more cards need better templating
switched a markdown view to a sensor to shove into multiple-entity-row, to then realize the sensor never updates, so the UI is always wrong
but i can't template in there, so... i'm kinda SOL on using it afaik
i don't want to run an automation every second to keep it up to date, feels dirty
If the sensor isn't updating, you probably need to set entity_id: https://www.home-assistant.io/integrations/template/#entity_id
i did
the entity isn't updating though
it's a "last triggered x minutes ago" type display sensor
it updates correctly when the entity updates
but, obviously it won't stay up to date until it changes
as such
Ah, yes. That's right. Keeping that updated requires special consideration from the frontend.
right.. i had it in a markdown card, which worked fine, but i wanted to tidy up the 3 columns into a single row
a template worked fine before
the template execs adhoc in the UI, the sensor only execs when told or when the entity updates.. that's the problem
but the only way for me to fit it in any of the available cards out there, it has to be an entity, as not many (and none of the ones i'm considering) support templating
should read 14 hours ago and some minutes and seconds
Do you see something wrong with it ? It just display no entity
- type: custom:auto-entities
card:
type: entities
entities: []
filter:
include:
- domain: switch
Also, loks like hours_too_showdoes not works with this card, am I right ?
The entities in card overrides the automatic one.
what do you mean ? I use it the same way elsewhere and it works
- type: custom:auto-entities
card:
type: history-graph
title: Link Quality
entities: []
filter:
include:
- name: "/^.*_linkquality$/"
oh i get it now seeing the indent
any input about the hors_to_Show ?
Don't remember. If it works it's in the docs.
But if you mean for the history-graph card, then yes. It's just like any other card options.
you were supplying empty entities to the card options, in the latter demo, they were supplied to the top level object defining the card... either way, neither are needed when using filter>include to populate your cards
whelp, back to template-entity-row i guess
if it supported a secondary/tertiary just like multiple-entity-row i'd be set
@hard estuary unless something changes in what defats are there it should still be there...?
140+ repos 😵
I think. I lost count
I'm going to bed now. Will probably dream about setConfig
I have the following inside a custom:hui-entities-card but the hold action is being ignored. Not sure what I'm doing wrong.
- type: "custom:button-entity-row"
buttons:
- entity: input_boolean.timer_30min
name: 30
service: input_select.select_option
service_data:
entity_id: input_select.fan_time_select
option: "30"
hold_action:
action: call-service
service: timer.cancel
service_data:
entity_id: timer.garage_afs
@junior isle are you sure it supports hold?
No, so I guess since I'm using the button-entity-row I can't use hold_action. I wasn't sure if all the "properties" passed through. I guess I'm back to the drawing board then
They do not
BUT I have an open PR for a core button row
It will eventually support hold actions
OK, thanks, I'll keep an eye out
before I investigate, has there been any talk about changes in card mod removing transparency on backgrounds?
Hey guys i am using a reverse proxy via lets encrypt NGINx - working great but now i am noticing google assistant cant get out as i am only allowing CAD in Geo Block
anyone know a way to just allow the google api URL only
@icy patrol #330944238910963714
got it
Also hoping to get some help on card-mod, installed it but still cannot get the icon color to change based on switch state
i tried the example on the card-mod github and it does not change anything, no errors
post your code
- entity: input_boolean.guestmode
style: |
:host {
color:
{% if is_state("input_boolean.guestmode", "off") %}
green
{% else %}
red
{% endif %}
;
}
@polar kelp Has something changed with cardmod? I've noticed that overriding --paper-card-background-color on ha-card isn't working. Neither is --ha-card-box-shadow. Did the main object that the properties are applied on change?
@icy patrol you're missing the > after color:
although, nevermind
i had tried this as well
- entity: input_boolean.guestmode
style: |
:host {
--paper-item-icon-color:
{% if is_state("input_boolean.guestmode", "off") %}
green
{% else %}
red
{% endif %}
;
}
i was following https://github.com/thomasloven/lovelace-card-mod under Styling entity and glance cards
yah, give me a sec. Things have changed
thank you!
I'm not sure. It may be broken but I don't use entity cards.
VERYYY odd, but all a sudden started working
- entity: input_boolean.guestmode
style: |
:host {
--paper-item-icon-color:
{% if is_state("input_boolean.guestmode", "off") %}
red
{% else %}
blue
{% endif %}
;
}
i did nothing diff - other than re-installing the HACS plugin
I don't think card-mod is working at all.
None of my card mod's are working currently
hmm - i am able to toggle this boolean and the icon is changing colors
try click on re-install in HACS
thats the only thing i did
would you happen to know the default blue icon color code by any chance?
rgba(3, 169, 244)
--paper-item-icon-color is #44739e
yes!!
thank you
the small things 😏
is there a way to do this for lets so 10 entities i have in a single card?
style: |
:host {
--paper-item-icon-color:
{% if is_state("switch.dockermon_tasmobackup", "off") %}
red
{% else %}
#44739e
{% endif %}
;
}
dont want to have to add this code under each entity and copy paste each entity name for the state
but for the is state - i would still need to list all the switch entites?
got it, thanks
great help today - thank you!
jesus that was a waste of time
@polar kelp ignore my last comment. I'm guessing HACS screwed up the card-mod install.
for YAML vs GUI mode, is there any way to have both? I have a custom vertical stack I can't lose, but would like the easability of the GUI sometimes as well (I'd even take using GUI on some tabs/groups but not on the ones defined in YAML)
you should be able to do everything in the GUI
Do your custom vertical stack inside a manual card
@tacit cave ok thanks, I never actually did a GUI card since I had already a YAML from the start. I'll give it a shot, all I need to do is backup my old yaml just in case i suppose 😄
I want to use this camera in my lovelace ui. https://webtv.feratel.com/webtv/?design=v3&cam=5216&c1=0&c2=0&c8=0&lg=en
How would I go about doing that?
First, get it to work in HA itself )
#cameras-archived can tell you if that's possible
Yeah I figured it out already
Is there anyway of setting a background in lovelace without making a theme folder
@vapid field you can add background: to the view
And what after that background?
The color or image you are trying to do
On mobile ATM, but plenty or examples in my repo
is there any plugin that will me allow when I tap on a glance card item for example scene, to blink shortly
I want to get uo feel that is button, or icon was tapped
Easiest way I know of, is to use input_boolean to turn on the script and then turn off after script runs. So basically, it would appear in Lovelace as a normal switch. @devout hatch
I saw some ha-card css styles
I was thinking to use that
or to add some general automation, which will be color the button
@atomic glacier so how do I use a specif image?
@vapid field there’s an example in the docs, just change the name of the image. https://www.home-assistant.io/lovelace/views/
It depends on what you are trying to achieve, but the basic CSS shorthand is what I was pointing you to earlier in my repo. Different examples, also can be found in docs
@devout hatch you are probably looking for CSS animations. That is what you are describing
You have created a www folder and restarted HA? Then path you listed is correct, pretty much. @vapid field
Hosting static files in Home Assistant
https://www.home-assistant.io/integrations/http/#hosting-files
if background.png is in www and you have restarted Home Assistant (c), then yes
background.jpg should work too right?
sure, but then ("/local/background.png") is not correct
"frontend: ... # your configuration. themes: !include_dir_merge_named themes ... # your configuration
What am I supposed to put in your configuration?
What do they mean with your configuration?
"other stuff"
Ooh so I'm supposed to put this?
`"frontend:
your configuration.
themes: !include_dir_merge_named themes
your configuration`
Hello Everyone
I got all my devices entered in my config and I can see them all in Dev Tools>States
I have several views setup (home/energy/lights/car/media/etc) all those views are set in my ui-lovelace.yaml file as such: views:
- !include lovelace/views/home.yaml
- !include lovelace/views/energy.yaml
- !include lovelace/views/media.yaml
- !include lovelace/views/lights.yaml
- !include lovelace/views/qnap.yaml
But when I go to the different views in my browser, nothing shows up
And it seems like the address doesn't change when I click on the different views
I was going to show pics but it seems like I cant' drag pics here... it usually works in discord
So if I click on home icon, it goes to home page (but page is still blank even though I have code in home.yaml
But if I click on the second icon which is energy, it goes to media
And all views stay blank even though I have code on all pages
I'm sure I'm missing something but I can't figure out what
what cards to people like for listing/activating scenes?
yes
Hopefully someone is onlin who can help me out a bit. Thanks in advance. I am using this https://community.home-assistant.io/t/floorplan-ui-with-color-synced-lights/169417 as a new dashboard I am trying out. The entities on the dashboard only seem to refresh when I click on a button. As long as I don't press anything, nothing seems to update. Dashboard time remains the same, even waiting for minutes, the time etc show status that it was when last refreshed.
I switched back to my regular dashboard to see if it was a dashboard issue or an HA issue. Everything on my old dashboard updates live on the screen without me touching anything.
Please, someone. Hope I can get a push into the right direction
hi guys, where i can found a complete list of mdi icons of home assistant?
@vapid anchor https://materialdesignicons.com
@rough flint thk bro
@rough flint but i only want the list off icons enbeded in home
You could checkout the polymer repo and search for hass: for ones that are actually packaged and available offline
@vapid anchor I use this one mostly, but it's older https://cdn.materialdesignicons.com/4.7.95/
@rough flint Probably the designer of that custom UI would be more familiar with his design and how it updates in the frontend possibly can better help.
you can give me a litle hand to make some code?
Anyone know of a site that list all Google ip ranges? I have geo block set for my ha. And need to know Google ranges so I can open it up
Ask google
Hi, is there a way to darken the bar at the bottom of a picture glance card?
@icy patrol https://www.lifewire.com/what-is-the-ip-address-of-google-818153 is this useful?
its off topic for #frontend-archived , maybe in #the-water-cooler , but really on google's forum
My lovelace ui suddenly crashes
The page has become unresponsive
i've tried restarting HA
And i cant find anything in the logs.
no logs == no issue 🎉
Good Morning. I've a question about lovelace gui.
I have already a card that shows my covers.
I now want to place a button next to open/stop/close.
That’s a weird way of thinking @wheat current no logs no issue 😅😅
That is how it shows now
I think theres a way of coding used that works weird. Not an issue so “works as designed” but not the wanted behavior
😂
oh.. is there no way to insert a screenshot ;)?
Please use imgur or other image sharing web sites, and share the link here.
so it looks like this at the moment: https://imgur.com/a/TVh6T4Y
I now just want to add a 4th option at the end of the row with a button to toggle
Hello. I have a strange error and I can not resolve it. From time to time (based on frontend interaction) a "Reload lovelace" message appears with no HA logs but hundreds in developer tools. Sometimes it's recovering itself, but mostly not. https://imgur.com/a/dYIZefz Please anybody can help me out? I'm clueless.
Hmmm my home-assistant-v2.db was 450mb that caused lovelace to become unresponsive
@true moon I'm running HA on a i3 NUC with 16Gb ram and 256Gb SSD. My home-assistant-v2.db has about 250mb. I've installed a new system 2 days ago.
Hmmm my home-assistant-v2.db was 450mb that caused lovelace to become unresponsive
@true moon Mine is 5,8GB and works well. What kind of hardware?
@true moon I use HASSIO on vmware esxi.
I see my bug DB and I don't know why it is growing so fast. Looks like power-meter does use a lot of space
*huge
i dont mind a large DB, the lovelace interface becomes unresponsive
can i disable some devices logging?
okay.. but that is strange.. i don't think your DB size is the issue.
maybe... I exclude some domains in my history/recorder.. but I don't know if that helps.
Take a look at exclude here https://www.home-assistant.io/integrations/recorder/
@timber locust thanks i'll just whitelist the entities i want logging 🙂
I'm having an issue where some input_selects are disappearing from Lovelace and the only way to get them back is by calling the input_select.reload service. has anyone else came across this?
What do these mean?
http://hassio.local:8123/frontend_latest/chunk.543b2c7f6922940a8a31.js:6250:4423 Uncaught TypeError: Cannot read property '4' of undefined
February 14, 2020, 9:43 AM components/system_log/init.py (ERROR) - message first occurred at February 13, 2020, 8:51 PM and shows up 3 times
http://hassio.local:8123/frontend_latest/chunk.543b2c7f6922940a8a31.js:6250:4423 Uncaught TypeError: Cannot read property '3' of undefined
February 14, 2020, 9:43 AM components/system_log/init.py (ERROR) - message first occurred at February 13, 2020, 8:51 PM and shows up 3 times
http://hassio.local:8123/frontend_latest/chunk.543b2c7f6922940a8a31.js:6250:4423 Uncaught TypeError: Cannot read property '1' of undefined
February 14, 2020, 9:43 AM components/system_log/init.py (ERROR) - message first occurred at February 13, 2020, 8:51 PM and shows up 3 times
http://hassio.local:8123/frontend_latest/chunk.543b2c7f6922940a8a31.js:6250:4423 Uncaught TypeError: Cannot read property '0' of undefined
February 14, 2020, 7:15 AM components/system_log/init.py (ERROR) - message first occurred at February 13, 2020, 8:51 PM and shows up 2 times
My lovelace pages stay blank and I'm trying to figure out why
how to get tapping on glance card_
?=
- type: glance
title: Scenes
show_state: false
column_width: 33%
entities:
- entity: scene.romantic
tap_action: call-service
service: scene.turn_on```
it wont work like that
Is there a way to change the color of iphone status bar with themes on companion app?
hi
I am trying to gonfigure zones via the UI (long time configured via yaml... the question is do I need to delete my yaml zones an "resetup" them in UI?
now they are disabled for editing in UI
I cannot make Home editable, and I don't know what those stationary came from
I comented everything in Home https://share.getcloudapp.com/xQuglxJ7
any ideas?
Hi, I was wondering if something changed in the way cards are rendered recently? I have been using the same template to change some CSS for quite some while now. It suddenly looks totally different
can someone say to me why the floorplan isnt in HACS?
What do you mean toze? Why would floorplan be in HACS?
It's a lovelace card too: https://github.com/pkozul/lovelace-floorplan
Seems the author hasn't been around since June or so, though.
@polar kelp I didnt understand quite if I can apply card-mod to for example some card that is in layout-card?
on this link I found some code that is showing nice mini_media_player
and therefore, I go for card-mod, but I tested on some entities and apperently doesnt work
I tried to delete cache etc
@dreamy tendon its i'm asking why not?
@vapid anchor because it is up to the author to add it
Trying to get a style attribute set based on an attribute in a picture-element card. I can't make out what I'm doing wrong. Is this not the right syntax?
opacity: ${states['light.office'].attributes['brightness']}
@devout hatch The tap action, I think it is like
action: ```
I'm having an issue where some input_selects are disappearing from Lovelace and the only way to get them back is by calling the input_select.reload service. has anyone else came across this?
@timber forge anyone?
What version of Home Assistant?
Did something change with Card-Mod? I updated to v13 and now my Garbage card doesnt work anymore.
Gives error: Custom element doesn't exist: mod-card. reverting back to v12 gives same issue.
@half cairn posted a code wall, it is moved here --> https://paste.ubuntu.com/p/qvxd8nfVNc/
card-mod is properly installed, doublechecked the raw config editor for:
- type: module
url: /community_plugin/lovelace-card-mod/card-mod.js
and thats still in place
ok wtf... and now it works..
best problems are self solving ones.. although still strange it gave the error.... a quick reboot to be sure ..
GENERAL QUESTION:
I've been experiencing the bottom section of my mobile display, flickering and randomly disappearing. Just recently started noticing this over the past few weeks, but can't pin it down to any of the LL plugin changes or HA versions. Happens on Chrome, HA Android app and FKB. After numerous attempts at reconfiguring that section of my display, I have found no solution.
Wondering if I am on a solo journey, or if anyone has seen something similar to this?
I’m trying to switch from my venv install to the new “Home Assistant” install (hassio) ever since switching to hassio my frontend takes an eternity to come up on my pi 3B+. The logs suggest it’s already loaded all integrations but the frontend simply isn’t reachable for ~ 20 minutes. Any ideas what could cause that?
What version of Home Assistant?
@split granite I'm up to date. it was there in the previous version too.
Do they also disappear from
-> States?
What kind of error is this? 2020-02-16 19:34:37 ERROR (MainThread) [frontend.js.latest.202001302] http://192.168.2.157:8123/frontend_latest/chunk.12e136c6faa7cf667afd.js:1671:5082 TypeError: e is undefined
2020-02-16 19:36:57 ERROR (MainThread) [frontend.js.latest.202001302] http://192.168.2.157:8123/frontend_latest/chunk.12e136c6faa7cf667afd.js:1671:5082 TypeError: e is undefined
2020-02-16 19:36:57 ERROR (MainThread) [frontend.js.latest.202001302] http://192.168.2.157:8123/frontend_latest/chunk.12e136c6faa7cf667afd.js:1671:5082 TypeError: e is undefined
Do you have any custom cards @gaunt zinc
Do you have any custom cards @gaunt zinc
@split granite No, everything is automatic
I tried to install hacs, and tuya in custom components. and i had to remove the folder for some config error.
But tuya is still working with the integrade one
so maybe could depend for hacs removed folder?
Does someone know how I can display the time remaining of a timer? Do I need to create a sensor and display that? I'm not finding much and only came across this form post, https://community.home-assistant.io/t/countdown-kitchen-timer/93835/16
It should show up correctly in an entities card.
I guess it's not since I'm using a custom:button-entity-row inside a custom:hui-entities-card?
@junior isle posted a code wall, it is moved here --> https://paste.ubuntu.com/p/Q6z396JQws/
Hmmm, I thought I could paste 18 lines, what is the limit?
15
The timer isn't continuously updating it's value. That would be a waste of resources (the point of Hass isn't the frontend, after all). Instead, the frontend element responsible for showing it must calculate the remaining time based on the last update of remaining time, the last update timestamp and the current system time. At present, only the entities card does this afaik.
Ah, OK. Just seemed odd that you couldn't just easily display time remaining. In this current configuration I don't get any time displayed
@junior isle if you use it as a core row, not with button-entity-row, it will
@mild veldt My goal was to make things nice and compact but if I understand you correctly is I move the timer as an - entity: timer.garage_afs under my custom:hui-entities-card it should display the time remaining?
yes. button-entity-row would have to add that functionality for you to see the remaining time
but core already supports it
Do you know if it's possible to have it placed say in the upper right hand corner of the card on the same "line" as the title? I would imagine that there's a way but it's probably not an easy task?
@junior isle there is not
i get what you're after though, and seems like a slick idea. a state-badge for the entities card as a whole could be slick
kind of like the alarm card
Yes, along those lines
What kind of error is this? 2020-02-16 19:34:37 ERROR (MainThread) [frontend.js.latest.202001302] http://192.168.2.157:8123/frontend_latest/chunk.12e136c6faa7cf667afd.js:1671:5082 TypeError: e is undefined
2020-02-16 19:36:57 ERROR (MainThread) [frontend.js.latest.202001302] http://192.168.2.157:8123/frontend_latest/chunk.12e136c6faa7cf667afd.js:1671:5082 TypeError: e is undefined
2020-02-16 19:36:57 ERROR (MainThread) [frontend.js.latest.202001302] http://192.168.2.157:8123/frontend_latest/chunk.12e136c6faa7cf667afd.js:1671:5082 TypeError: e is undefined
@gaunt zinc anyone?
I'll add that to the "maybe"-list for card-mod
how did you paste a picture in here, I thought you couldn't on this server?
Here's the card I've been working on, https://imgur.com/a/aL0rwlw
Is there a way for conditional cards to see if an entity does not exist period? Use case: Automatic car adapter integration is currently broken in HA, so I commented out the entire package file. I want some of my UI in the Car Lovelace view to also "disappear" if the device_tracker.automatic_car_presence entity doesn't exist in States (rather than it showing the yellow entity not available stuff).
Hey anyone have floor plan on there HA? Watching Dr Zzs install it but her doesn't mention how to copy and paste all the files and folders into the config folder. I can't seem to find it anywhere on my computer.
Yes, I use the Floorplan card
Which card(s) was that video using?
@mental finch ?
@ I hadn't even got that far. I'm trying to just get the files into the config folder first.
I found out that samba share might be able to help me by showing me the files on my desktop but I tried installing it and nope it didn't show up.
The files will all go under /config/ since that's your configuration folder
Probably under /config/www/
If you're having problems with the Samba add-on, ask in #add-ons-archived
Do they also disappear from
-> States?
@split granite yes the options etc disappear from there too but there show up when i call input_select.reload
Then it's not a frontend problem 😉
Sounds like a bug in the #integrations-archived
I have a card that shows who is online on steam - is there a way to make the title of the card "Steam: 2 people online" or something to that effect
ok, I'll post in that section. thanks
Is there a way to create a dropdown menu and when you select an item inside of it, it calls a service?
One of those and an automation
Would I have to have an automation for each option?
You could use templates
How?
Then the input select can have a friendly name, and the message be something else
#templates-archived can help more
Thanks. I might try that down the line. For now I will just setup some automations to get it working. Thanks
I've had my home assistant up for about 1.5 years now although the beginning I wasn't doing much with it, but with the .107 upgrade and discontinuing I want to ensure that the States UI is removed from my config. How can I check this?
Did you ever use it?
What you need to do is covered in https://www.home-assistant.io/blog/2020/02/05/release-105/#breaking-changes either way
I must have, since Lovelace was introduce after my initial setup. Thank you, I'll review and remove necessary
One thing I see is the history_graph. I've got that showing my thermostat history
Oh, yes, it is in a card to display, so that will not be affected?
The card won't
the old integration will be a problem, but you can remove that now without any issues
So i'm setting up my automations for my input select and looking at the input_select page, i am unsure on how to use the input being selected as a trigger
I can not get lovelace to load in the browser after updating from .104.3 to .105.4. No errors in the SU or Core logs. Is this the correct place to ask for help
That'd be an #automations-archived question @tall pine ;)
State trigger though ... 😉
Ok
Hi, i've never used templates before and trying to read up on the official page i'm still confused ( Like Benny Hill song confused, not even kidding)
I'm trying to use it together with https://github.com/N-l1/home-assistant-config#vertical-buttons-card
The template in question is:
{{ states | selectattr('entity_id','in', ['light.list_your_lights_here','switch.example_1','switch.example_2'] )|selectattr('state','eq','on') | list | count }}
Tinkerer mentioned something that i could add this directly in the custom card, but question is. At what exact line? first time ever using a state/sensor
I'm using the conditional card to show one of two different horizontal stacks based on device state. rough structure (how config file is laid out) is vertical stack [horizontal stack, conditonal h-stack 1, conditional h-stack 2] Only one of the conditional stacks should show at a time. This works about half of the time, state changes, conditional stacks update. Eventually it stops working and only a ⌘r will make it work again. Thoughts?
nothing obvious in js console
hello
i hae some problems with scripts.yaml
i can t edit it with the gui anymore
i edited it manually , now i can t find a way to edit via the gui again
and new scripts wont show up in the gui
haaa there must be a link with the db
if i empty the file , the entries still show up
hey everyone
I have a question regarding lovelace
whatever I do in my ui-lovelace.yaml file, I always have the raw config on my view 0
I can browse to my different views that I have set
but then if I reload the main page, all pages become blank
I can't figure out why it does that
Why is the raw config still there?
And once I reload page, I get blank pages
This lovelace thing really isn't exxplained very well anywhere
I'm using the conditional card to show one of two different horizontal stacks based on device state. rough structure (how config file is laid out) is vertical stack [horizontal stack, conditonal h-stack 1, conditional h-stack 2] Only one of the conditional stacks should show at a time. This works about half of the time, state changes, conditional stacks update. Eventually it stops working and only a ⌘r will make it work again. Thoughts?
After some more clicking, did end up getting this error messageUncaught TypeError: Cannot read property 'replaceChild' of null at HTMLElement._rebuildCard (hui-stack-card.ts:97) at HTMLElement.t.addEventListener.once (hui-stack-card.ts:85) at r (fire_event.ts:76) at create-card-element.ts:111
Does home Assistant not work with Safari?
If I create a new window then sometimes my views will load
but again as son as a reload to check out some changes, bam it's all blank views.. I still see the menus but all blank views
same with Chrome actually
Use a command line sensor to filter for tail homeassistant.log | grep 'ypu text'
Run the command eveny half hour i guess or depending upon need
Thanks, you would think there should be a better method than this. Instead of running the script every 30 mins.
I have a strange problem, I cant edit my "Automations" card form the UI. and I have no manual yaml lovelace file either to edit. Anything obvious I'm overseeing?
I can post a picture here if that is allowed, and helps to show the problem
it seems this happened when the group.all_automationssomehow disappeared in some update of hass. There is a warning about that in the card that might have broken it?
I'll have to go make the family some dinner, so if anyone has any hints on how I can solve this issue I would appreciate a @mention so that I get a notification 🙂
Hello, is there a method to get alerted when my ha system logs shows a specific string or error in the logs? I would like to catch and be alert on a specific error. Thanks!
@wheat current I like the UI of your HACS. Plans to port the separate 'update available' section to the add-on dashboard as well? I like the new UI but the colors or just too subtle.
Nothing planed
Is there a way to create three and only three columns in the frontend, and then specifically assign each card you have to be in only a particular column?
custom:layout-card
@spiral pasture are you talking about this: https://developers.home-assistant.io/docs/en/lovelace_custom_card.html ?
Thanks, @polar kelp
I'm trying to move some of my 'groups of lights' to the "light group" platform. My assumption was that by adding the right content to config.yaml as per the docs, that I would get new entities that i could then use on a lovelace card. I'm not getting any new entities. Here is my config.yaml https://hastebin.com/fuxivitoqa.css Any idea what I'm doing wrong?
(not certain this belongs in #frontend-archived, but not sure where else to post it)
disregard....I see them in Lovelace now....not sure how i missed them before
Change the friendly name, or the entity_id?
https://www.home-assistant.io/docs/configuration/customizing-devices/ covers the first, and some of the second
i see what confused me earlier. Lights created with the light group platform don't show up as entities on the Entity UI, even though they do show up as available entities on Lovelace cards. Kind of odd....would be good if they showed up as entities in the (relatively) new Entity UI. Note: they Do show up on the States page of Developer Tools.
The Devices and Entities views under Configuration don't show every entity in your system. If you want to see everything, look under Developer Tools then States.
thanks HassBot 🙂 I still think it would be a good idea to add this!
cool. Thanks @split granite
Your welcome, both times 😉
I think the speed of HAs progress is absolutely amazing. I spent 17 years in a large firm leading software teams, and the pace of what you guys have done blows me away
I am experiencing a weird problem - I cannot type SPACE in most of the places in HA Lovelace. I use Chrome browser (up to date). There is very few spots I actually can type a SPACE - for example in the name field of the creating of a new snapshot, in a path to a new repository, maybe few others. By not being able to type a SPACE I mean: I am normally typing text on my keyboard for example in the developer tools/templates box and when I hit the SPACE key nothing happens, the SPACE is not written in the box. So I have to select space somewhere on the web page and CTRL+C, CTRL+V it into the box (or via numeric block ALT+32). Would anyone know what could cause the problem? HA? Chrome? Windows 10? Thx. (However, I can type SPACEs in all places where I cannot in Windows/Chrome in my Android companion app).
@minor pier have you tried clearing cache?
Hi is lovelace.yaml and ui-lovelace.yaml the same thing
@karmic glade no and you don't need either if using the UI to configure
@mild veldt ok thanks
@polar kelp can you confirm if I understood readme file on github well, that ha-card styling doesnt work with layout-card?
Correct.
Layout-card doesn't have a ha-card element
It might work in 0.106, though - if I get the time...
ok, because all my cards are stacked into layout-card, I dont want to changing now because of the ha-card 🙂 thanks @polar kelp
card-mod works for the cards in the layout-card though. Just not on the layout-card itself.
I just trying like this
layout: horizontal
max_columns: 3
max_width: [50%, 25%, 25%]
cards:
- type: entities
title: Living room
style: |
ha-card {
color: red;
}
entities:
- type: switch
entity: switch.living_room_main_light
name: Main Light```
but with no sucess
@muted inlet You mean clearing cache in Chrome? Yes, didn't help.
Video about my SPACE key issue: https://www.youtube.com/watch?v=r-M7SVPKgjQ
Is there a smooth way to find where in somewhere of my .yaml contains this part? I checked my group and there was one group, which i've uncommented but still getting the error message and cant seem to find in which file :O
The 'control' option (with value 'hidden') is deprecated, please remove it from your configuration. This option will become invalid in version 0.107.0
hi guys, having a small issue here with a lost password. i just updated to latest stable(local install with pip), having forgot my password for the UI, i tried following https://www.home-assistant.io/docs/locked_out , but the onboarding screen won't create a new user:
(exerpt from the journald)
Feb 18 12:13:57 alarmpi hass[32647]: translations[f"component.onboarding.area.{area}"]
Feb 18 12:13:57 alarmpi hass[32647]: File "/home/alarm/homeassistant/lib/python3.7/site-packages/homeassistant/helpers/area_registry.py", line 55, in async_create
Feb 18 12:13:57 alarmpi hass[32647]: raise ValueError("Name is already in use")
Feb 18 12:13:57 alarmpi hass[32647]: ValueError: Name is already in use
regardless which username i try
nevermind found the cmldine option works (somewhat, it can change your password only once per restart)
hey guys. can I add an extra property to the climate details dialog?
i would like to add enable/disable AC lights control
@minor viper check your known_devices.yaml
Hey Guys - i see this error this morning in regards to card-tools (never seen it before), has something changed?
Uncaught TypeError: Failed to resolve module specifier "card-tools/src/templates.js". Relative references must start with either "/", "./", or "../"
i will try re-install via HACS
I have a strange problem, I cant edit my "Automations" card form the UI. and I have no manual yaml lovelace file either to edit. Anything obvious I'm overseeing? (three dots are missing on the card)
@dark bison just this one card?
@mild veldt, yep
I think I figured it out! somehow this property ( ? ) was set: panel: true, removing it in the "Raw config editor" seems to have resolved it. I've seen a few others with the same problem, will post my findings in those threads 🙂
@dark bison known issue for panel views
interesting, is this mentioned somewhere?