#frontend-archived

1 messages · Page 143 of 1

mellow hatch
#

Hello. Can I apply the new Header and Footer for entity cards in a Glance card ?

left aspen
#

Who can help me put this into vertical stack?

kind shellBOT
left aspen
split granite
#

~rule6 @left aspen

kind shellBOT
#

@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.

carmine flare
#

@latent moss Thank you so much. Fully understood. 😃

left aspen
#

I wanted to copy the link and unintentionally I copied the whole code

atomic glacier
#

@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%
    ...
junior isle
#

@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.

lunar junco
#

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

turbid ingot
#

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.

turbid ingot
#

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)

full cosmos
#

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?

slender wraith
#

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

mild veldt
#

@slender wraith I've really one seen problems with that card 🤣

mossy pier
#

Message #2

ancient harness
#

anyone know if the swipe card lets you swipe on desktop?

mossy pier
#

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) ?

modern breach
#

Wrap here usually means putting one card inside another

prime flame
#

Is there any UI for group management yet (or planned?) I'm still editing groups.yaml

glacial ledge
mild veldt
#

@glacial ledge the "workaround" is in the post

#

state_color: true

glacial ledge
#

I saw that. But if I understand correctly that needs to be done for each card. I am looking for a global setting...

mild veldt
#

there is none

glacial ledge
#

got it. Thanks. that was my question.

gilded fractal
#

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.

odd light
#

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'
fluid basin
#

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 ?

smoky depot
#

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

fluid basin
#

- 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

smoky depot
#

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?

kind shellBOT
fluid basin
#

and the Graph mini Js is here -> config\www\community\mini-graph-card

latent moss
#

@fluid basin mine has type "module" rather than type "js" , not sure if that makes a difference, but something you could try

fluid basin
#

@latent moss will do 😄

smoky depot
#

the module is listed above it, it's correct

latent moss
#

oh nm, i read it wrong

smoky depot
#

however if the js was placed in the wrong directory that would cause it

fluid basin
#

@smoky depot your right

#

i jumped the gun

#

@latent moss as i under stand it all Code after a - (dash) is a grouped

smoky depot
#

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

fluid basin
#

yes...

smoky depot
#
  - 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.

fluid basin
#

hmm okay url and type reordered restartring

smoky depot
#

hmm didn't work for me

#

I just updated and tried it, let me poke around lol

fluid basin
#

@smoky depot hmm Looks like in yaml - (dash) is a list... so now its a url list,

reboot done media_player broke

smoky depot
#

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

fluid basin
#

from here -> /config/server_control

smoky depot
#

ok yea that's restart. thats correct

#

big diffrence around here between a restart and a reboot lol

fluid basin
#

ok thanks

smoky depot
#

ok so you should be back to where you were. correct? no errors? your media thing still messed up?

fluid basin
#

no reverted works 😄

#

but mini graph is not hihi working on that

latent moss
#

ohhh i think i might know

fluid basin
#

im listening

latent moss
#

try removing the dash before type

smoky depot
#

yea

latent moss
#

if you are using the ui editor

smoky depot
#
type: 'custom:mini-graph-card'
entities:
  - sensor.shelly_shsw_pm_f26ed3_total_consumption_attr
#

in a manual card

latent moss
#

yep

fluid basin
#

@latent moss Thanks ❤️

latent moss
#

no problem

fluid basin
#

did it wow i hate yaml ... im a front end dev and yaml is horrible

smoky depot
#

90% of the issues is typos or indentation issues

fluid basin
#

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 depot
#

well now you know what the - is for lol

#

I didn't even see it before

fluid basin
#

@smoky depottry look a the example code xD

#

haha

#

okay ill mess about with my UI
thanks Guys! ❤️

upper tulip
#

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

restive lance
#

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 ?

split granite
#

Create a template sensor, graph that

restive lance
#

turn the attribute into a sensor.

split granite
#

For?

vapid field
#

It's for the spotify integration

split granite
vapid field
#

I'm sorry

grim compass
#

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 ?

modern plume
#
                        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?
kind shellBOT
split granite
#

~rule6 @rotund thicket

kind shellBOT
#

@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.

rotund thicket
#

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:

kind shellBOT
split granite
#

🤔

#

WTF

#

~rule6 @rotund thicket

kind shellBOT
#

@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.

split granite
#

☝️ @rotund thicket READ THE MESSAGE

#

stop posting code walls

vapid field
#

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

untold quartz
#

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

split granite
#

Don't replace default_config

untold quartz
#

Thats what I said tho

#

its not working if i add the frontend: line

tawdry mesa
#

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?

split granite
tawdry mesa
#

.<

#

Is it an integration though?

#

It's native functionality

split granite
#

Yes, it's an integration 😉

grim compass
#

Is there a way to do some kind of foreach to add all related snsors to a card ?

vapid field
grim compass
#

to avoid thousands lines of code repetition

vapid field
#

I did replace default_config btw @untold quartz

untold quartz
#

@vapid field Thanks, im gonna look into your config 🙂

modern plume
#

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?
latent moss
#

just change from light.turn_off to switch.turn_off ?

split granite
#

Pretty much

vapid field
#

@modern plume you could use automation.trigger

#

in your service field

split granite
#

That seems like a rather odd way of doing it

muted inlet
#

Also should just be entity_id: all unless you have entities named light.all and switch.all

split granite
#

Rather than doing a direct service call, trigger an automation, to call a script, to turn off the switches

vapid field
#

I understood from @modern plume that he wants to perform multiple actions from within tap_action

#

atleast that's how I read it

split granite
#

So use a script

vapid field
#

or a script sure

split granite
#

Triggering automations .... is a very odd approach

vapid field
#

why?

split granite
#

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

vapid field
#

Yes you are right. I don't use scripts that often so the first thing that came to mind was an automation.

hollow otter
vapid field
#

quick one i hope....if i want to use a locally saved image within lovelace, where should i store it?

hollow otter
#

in your www folder

vapid field
#

thanks @hollow otter so that would be /confg/www/<myfolder>/image.png?

hollow otter
#

yep, exactly, and when you call from lovelace it it would be /local/<myfolder>/image.png

vapid field
#

great, thanks a lot!

mild veldt
#

@grim compass auto-entities

frigid delta
#

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

grim compass
#

@mild veldt any link ?

mild veldt
#

@frigid delta no

#

@grim compass google is a amazing thing 😜

rare frigate
#

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?

mild veldt
#

@rare frigate clear your browser cache

grim compass
#

No google in china

split granite
#

Replace with your chosen search engine 😉

rare frigate
#

@mild veldt didnt solve it 😦

shell torrent
#

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 ..

  1. Turn the notification off (for all devices)
    or
  2. Auto-refresh so the notifications disappears
    ?
mild veldt
rare frigate
#

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?)

grim compass
#

Thank you very much

split granite
#

If you're home you don't show on the map on the sidebar

modern plume
#

@vapid field @split granite yes, i need to toggle off all lights AND a switch

split granite
#

Then you'll want a script

#

Do all the actions in the script, call the script from the UI

odd light
#

yes, or a node red flow. 😄

modern plume
#

ill give it a try

lavish lake
#

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.

left aspen
#

Hi. A quick question, is it possible to differentiate the color for each entity? A different color for each entity?

austere scaffold
#

nvm

shell torrent
#

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?

latent moss
#

@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

worn parrot
#

@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.

shell torrent
worn parrot
#

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. 😛

split granite
#

Getting an SSL cert for blah.duckdns.org is trivial 😉

#

The simple solution here though is a proxy server and move the SSL there

worn parrot
#

Question though - Any reason you couldn't just access it via site.duckdns.org internally?

split granite
#

Not all networks support NAT reflection

junior stream
#

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')}}"

mild veldt
#

@molten dirge Developer Tool -> Info

molten dirge
#

@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

mild veldt
#

@molten dirge the important part is above that. Set the UI default to Lovelace

molten dirge
#

@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

mild veldt
#

So you’re already using Lovelace 😜

molten dirge
#

yes sir

mild veldt
#

Oh I tagged the wrong person🤦‍♂️

#

@lavish lake look above 😂

molten dirge
#

LOL no problem

dark dirge
#

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

junior stream
#

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

dark dirge
#

I think it's new behavior in the 0.10x.x builds

junior stream
#

No one got ideas for cover" template? 😦 I've been at this for 4 hours with no avail

smoky depot
junior stream
#

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 mildpanic

#

Simple as that. Thank you so much @smoky depot ! I must be loosing my google-fu 😢

harsh plaza
#

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. 🤔

modern plume
#

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!

junior isle
#

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

carmine flare
#

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.

latent moss
#

@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.

carmine flare
#

Thank you Sean again! 👍

vapid field
#

lads, footer icons (new in latest update) can't have custom tap action? just entity switches?

spiral pasture
vapid field
#

yes, that doesn't look promising

#

I'm just checking

devout hatch
#

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
clear echo
#

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.

kindred dirge
#

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.

vapid field
#

Isn't this default when you use state icon for light entity?

kindred dirge
#

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 😦

vapid field
#

I use led strip icon

#

mdi:led-strip I think

#
  friendly_name: "Podszafkowe"
  icon: mdi:led-strip
kindred dirge
#

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.

vapid field
#

you can do this

kind shellBOT
kindred dirge
#

Yeah but you simply change between different pictures, not actual RGB color values

vapid field
#

doesn't mater

split granite
#

~rule6 @vapid field

kind shellBOT
#

@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.

kindred dirge
#

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

vapid field
#

then add sensor that has a state of current color?

kindred dirge
#

How would I use the sensor value inside the config tho?

#

To modify an already existing value?

vapid field
#

@split granite sorry, new here

split granite
#

No worries, a good time then to read the message the bot DMd you when you joined 😉

kindred dirge
#

Bot is bae

vapid field
kindred dirge
#

Oh boy

vapid field
#

then you use state image as in my paste

kindred dirge
#

I don't think a simple "state" change would do it tho. I'd have to use the "state_filter" option

vapid field
#

might be

kindred dirge
#

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.

vapid field
#

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

kindred dirge
#

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 😉

mild veldt
#

@vapid field actions for button rows will likely be added in a future release

kindred dirge
vapid field
#

yeah, with this many colors would be a pita

devout hatch
#

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```
devout hatch
#

it works I needed to push hard reset cache

#

and how to import a clock?

atomic glacier
#

explanation is in the docs for custom_header with examples

devout hatch
#

@atomic glacier I didnt find any examples with clock, voice options ets/

#

etc*

atomic glacier
devout hatch
#

@atomic glacier I added butnothing happened

#
  header_text: '{{ hours12 }}:{{ minutesLZ }} {{ ampm }}```
atomic glacier
#

I use this one:

      button_text:
        options: '{{ time }}<br>{{ date }}'
#

puts time & date in right corner on 2 different lines

mild veldt
#

@errant birch bring your questions over here

errant birch
#

@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

mild veldt
#

@errant birch I think the easiest thing to do would be to create a template sensor that tracked the count

errant birch
#

Ill have a look into template sensors then, thank you

mild veldt
#

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 }}
vapid field
#

Hi. I accidentally deleted the "lovelace" configuration file from the .config directory. How do I recover it? Please help

split granite
#

From your backups

#

And next time, maybe don't go messing in there 😉

vapid field
#

I do not have

split granite
#

Ouch

vapid field
#

A long story with what I did there 😦

split granite
#

That's a learning moment

#

Hopefully

mild veldt
#

🙈

split granite
#

Do you run Hass.io? Do you have snapshots?

#

If you don't even have those, you're basically out of luck

vapid field
#

Extra data: line 112 column 5 (char 4438)

mild veldt
#

@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

vapid field
#

Bad luck wished I didn't have one.

split granite
#

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

vapid field
#

I don't care about recovering what I had there, it needs a basic configuration

split granite
#

Now is a good time then to sort out automated backups 😉

vapid field
#

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

mild veldt
#

@vapid field it is not creating the lovelace file after a restart?

vapid field
#

No creates. I try to copy it with a clean instance

#

it's ok

split granite
#

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)```
vapid field
#

thanks

polar kelp
#

That should be the entire config, even.

split granite
#

It didn't for me, but I'm a YAML person

wheat current
#

yeah, it should be everything

split granite
#

Actually, looks like the line got truncated

#

column 5003 😄

polar kelp
#

You may want to run it through a json2yaml converter too. Should be some online

split granite
#

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...

polar kelp
#

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

wheat current
#

Does not have to be nice, just needs to work 😅

polar kelp
odd light
wheat current
#

bad attempt, the beer it almost full! 😮

polar kelp
#

@odd light huh?

odd light
#

TinkererToday at 2:15 PM
It didn't for me, but I'm a YAML person

polar kelp
#

ah

odd light
#

yaml, meh, node-red is so much more awesome.

wheat current
#

yup, one more point of failure 🎉

odd light
#

I take snapshots of my VM so

#

we shall seeee

polar kelp
#

A bit hard to configure lovelace in node-red though, isn't it?

odd light
#

mqtt is another point of failure, just like having your computer on the internet is a security risk

wheat current
#

yes, and yes

odd light
#

Well for lovelace you have to use yaml yes but for automations and scripts...lol

wheat current
odd light
#

yes but I was just making a general comment

devout hatch
#

@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

sharp prairie
#

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 😛

polar kelp
#

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.

mild veldt
#

"MANUAL"

split granite
#

@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

devout hatch
#

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

split granite
#

in my entites I cant find any longer that sensor
Run a config check. Fix the error

scarlet jay
#

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
polar kelp
#

Why are you using different paths?

scarlet jay
#

Neither without .. wasnt working

split granite
#

Not surprised 😉

devout hatch
#

@split granite config check is valid

#

I just put the ‘name:’

split granite
#

🤷

devout hatch
#

thanks, I will use different card

#

template card or something

split granite
#

Does the entity show in States?

#

If so, it's working

devout hatch
#

no when I add name is not represented there

split granite
#

devtools -> 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

devout hatch
#

I know

#

I will try tomorrow

rain snow
#

Is there anything that replaced group.all_automations so i can show all automations in a lovelace card since states ui is going away?

mortal cape
#

@rain snow something like light.all for lights

icy patrol
#

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

mild veldt
#

@rain snow I use auto-entities

languid parrot
#

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)

wraith yoke
#

Is there somewhere some demo login page available?

#

for testing 🙂

split granite
#

Don't think it show the login though

mild veldt
#

@languid parrot browser_mod

wraith yoke
#

@split granite : well indeed, and its the login I need 🙂

raw shoal
#

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

polar kelp
raw shoal
#

Apparently the 400 code is because it's behind Cloudflare, even though it's set to DNS only..

atomic glacier
#

@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.

atomic glacier
#

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

mild veldt
atomic glacier
#

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 🤣

thorny verge
#

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.

polar kelp
#

Holy crap! They managed to entangle a buckyball?? They're HUGE!

atomic glacier
#

next you'll be making a LL plugin involving "spukhafte Fernwirkung" or something mindblown

proven rock
#

Hi, it's possible to add picture on device view on map ?

atomic glacier
proven rock
#

thank's I test this night

brittle dome
#

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

dim fern
#

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

wary meadow
#

@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)

polar kelp
#

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.

wary meadow
#

@brittle dome a bit of a hack as the post says but may be what you are looking for.

hollow thistle
#

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....

wary meadow
#

@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.

polar kelp
#

Yeah, seems that was updated 11 days ago to unnecessarily require card-tools 2.0

dim fern
#

any help with my question above???

polar kelp
#

@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.

wary meadow
#

@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.

dim fern
#

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

split granite
#

There's a fold card

mild veldt
#

@dim fern fold-entity-row

split granite
#

That's the one

dim fern
#

let me look into that

#

that sounds fitting

hollow thistle
#

Any pointers for my question?

split granite
#

sensor.WiNode3-Temperature isn't a valid entity

#

Check devtools -> States for your actual entity name 😉

dim fern
#

Thanks guys just what i was looking for

polar kelp
#

@wary meadow No harm done. I can understand your frustration, and I'm sorry you got caught in my old experiments.

wary meadow
#

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.

polar kelp
dim fern
#

@polar kelp Is it possible to add a slider the the fold entity?

polar kelp
#

Yes. Same way as any other row

dim fern
#

emm let me take further look

dim fern
#

Yup it was me not reading the docs right all sorted now 👍🏻

half cairn
#

im trying to split my configuration.yaml since its getting a mess with all my template sensors..

safe berry
#

does anyone else experience when tapping on an entity button on the ipad it acts as if you tapped it twice?

half cairn
#

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?

split granite
#

However, that last one, will merge all the sub-folders too...

half cairn
#

so the easiest way would be to add sensors in a subfolder too.. and then not include a split.

#

and sorry for wrong channel..

minor viper
split granite
grim compass
#

Is there a way to retrieve all entities related to mqtt integration ?

#

(usecase is auto-entities)

polar kelp
#

No

grim compass
#

not even through a template ?

polar kelp
#

'fraid not

grim compass
#

hmm ok

#

btw, I did installed your module through HACS but looks like HA does not find it

polar kelp
#

Just now?

grim compass
#

or yesterday

#
Custom element doesn't exist: auto-entities.

despite the fact i declared it in ui-lovelace.yaml

polar kelp
#

Something's up with hacs. Could be that. Try updating that and then reinstall.

grim compass
#

I see it within www/community/lovelace-auto-entities/

#

but can't reach it using <ha_fqdn>/auto-entities.js

#

should be it ?

polar kelp
#

You should use the URL hacs gives you

grim compass
#

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 ?

polar kelp
#

The hacs specific instructions are at the bottom.

grim compass
#

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

vapid field
#

in short, state-icon on picture-elements but more-info on diffrent entity

vapid field
#

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.

vapid field
#

Hello one and all, Amy idea why I can't get themes to show in hassio?

frontend:
  themes: !include_dir_merge_named ../themes
vestal sage
#

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?

vestal sage
sage carbon
#

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...

odd light
#

what's the preferred easiest way to add the various HA commands to lovelace? like check config, reload automations, etc.

dim jolt
lavish solar
#

Script to call the service? Or rest call switch?

mild veldt
#

@odd light preferred way is to use the config panel specifically designed for it so that you get proper feedback

smoky depot
#

/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

wheat current
#

Yeah, motioneye is not elegant

smoky depot
#

har har har

#

talking about what the update is called

wheat current
#

That is correct

smoky depot
#

but it's confusing

wheat current
#

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

smoky depot
#

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

split granite
#

Because the old naming convention wasn't confusing either 😛

boreal pike
#

so the UI option, where would that be?

split granite
boreal pike
#

thanks ill take alook

sacred turtle
#

@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

half cairn
#

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?

half cairn
mild veldt
#

@sacred turtle that won't make it for 0.106. haven't had the time

sacred turtle
#

ok thanks for the update.

proper mesa
#

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?

mint turtle
#

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

polar kelp
#

@proper mesa That icon was added to mdi seven days ago. Will take a bit longer than that before it's in hass.

elder sedge
#

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

odd light
#

@mild veldt 10-4

woven merlin
#

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'

elder sedge
#

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

sacred quarry
#

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.

mortal cape
#

@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

latent moss
#

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.

rare iron
#
latent moss
#

whoa, that looks awesome. Nicely done! 😃

mild veldt
#

@rare iron looks amazing!

rare iron
#

Thanks 🙂

#

Spend a lot of time on it and I'm working hard on some big updates on the already released version

acoustic gale
#

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

atomic glacier
#

@rare iron Awesome work! Congrats!!!!!explode

rare iron
#

Thanks 🙂

#

next releases will rock even more then current version 😄

icy patrol
#

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?

latent moss
#

not officially

icy patrol
#

not officially, hmmm - would you be able to share?

latent moss
icy patrol
#

Excellent, thank you gentlemen..

heavy cove
#

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?

sacred quarry
#

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', '' ) ]]"

polar kelp
#

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..., ""]]

silk dragon
#

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.

icy patrol
#

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

mild veldt
#

@icy patrol pretty sure it is just color and not--paper-item-icon-color

errant birch
#

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

mortal cape
#

@errant birch the card dev needs to update it apparently

errant birch
#

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..

mortal cape
#

could be. custom components need to adjust to HA. Not the other way around.

errant birch
#

and I'm not saying HA needs to adjust .. just want to know where it's failing so I can adress it

silk dragon
#

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.

errant birch
#

@silk dragon I believe there are some custom plugins that bring back this functionallity

#

see HACS 😉

silk dragon
#

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.

thick violet
#

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

icy patrol
#

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 %}
    ;
    }
brittle eagle
#

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

vapid field
#

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?

atomic glacier
#

@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...

icy patrol
#

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 %});
              }
atomic glacier
#

@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
#

@vapid field Upgrade HACS and redownload card-mod

vapid field
#

@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.

wheat current
#

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 😉

vapid field
#

@wheat current that's true 🙂 ... almost a fresh HA install. I will delete cache on all devices and restart them. Thank you. 👍

errant birch
#

@atomic glacier that fixed it ! thanks 😉

icy patrol
#

is anyone able to send me their example of card-mod icon color change via switch status change? Please and thank you

kind shellBOT
delicate ivy
#

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.

delicate ivy
#

found it... data-table-background-color

hard estuary
#

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

mild veldt
#

@hard estuary use the custom vertical-stack-in-card

hard estuary
#

Interesting, I'll look at installing that first then

mild veldt
#

can a mod clean up our pins? keep thomas' yaml and plugins posts and maybe the hacs one I just posted?

split granite
#

Sure

hard estuary
#

@mild veldt I installed hacs, but I can't see vertical-stack-in-card in the integrations or plugins section of HACs?

ancient harness
#

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

polar kelp
ancient harness
#

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

polar kelp
#

Ah, yes. That's right. Keeping that updated requires special consideration from the frontend.

ancient harness
#

right.. i had it in a markdown card, which worked fine, but i wanted to tidy up the 3 columns into a single row

polar kelp
#

A template wouldn't help either, unfortunately.

#

Or it shouldn't, at least...

ancient harness
#

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

grim compass
#

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 ?

polar kelp
#

The entities in card overrides the automatic one.

grim compass
#

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 ?

polar kelp
#

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.

ancient harness
#

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

mild veldt
#

@hard estuary unless something changes in what defats are there it should still be there...?

polar kelp
#

140+ repos 😵

#

I think. I lost count

#

I'm going to bed now. Will probably dream about setConfig

junior isle
#

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
mild veldt
#

@junior isle are you sure it supports hold?

junior isle
#

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

mild veldt
#

They do not

#

BUT I have an open PR for a core button row

#

It will eventually support hold actions

junior isle
#

OK, thanks, I'll keep an eye out

tacit cave
#

before I investigate, has there been any talk about changes in card mod removing transparency on backgrounds?

icy patrol
#

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

tacit cave
icy patrol
#

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

tacit cave
#

post your code

icy patrol
#
  • entity: input_boolean.guestmode
    style: |
    :host {
    color:
    {% if is_state("input_boolean.guestmode", "off") %}
    green
    {% else %}
    red
    {% endif %}
    ;
    }
tacit cave
#

@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

icy patrol
#

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 %}
    ;
    }
tacit cave
#

you gotta change host

#

try ha-card

#

unless host is new

icy patrol
tacit cave
#

yah, give me a sec. Things have changed

icy patrol
#

thank you!

tacit cave
#

I'm not sure. It may be broken but I don't use entity cards.

icy patrol
#

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

tacit cave
#

I don't think card-mod is working at all.

#

None of my card mod's are working currently

icy patrol
#

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?

tacit cave
#

rgba(3, 169, 244)

icy patrol
#

thats a lights sky blue

#

not sure what the default lovelace blue is

latent moss
#

--paper-item-icon-color is #44739e

icy patrol
#

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

tacit cave
#

anchors

#
anchors:
  my_anchor: &my_anchor
    style: | ....

then use later

  <<: *my_anchor
icy patrol
#

but for the is state - i would still need to list all the switch entites?

#

got it, thanks

#

great help today - thank you!

tacit cave
#

jesus that was a waste of time

#

@polar kelp ignore my last comment. I'm guessing HACS screwed up the card-mod install.

tribal cosmos
#

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)

tacit cave
#

you should be able to do everything in the GUI

#

Do your custom vertical stack inside a manual card

tribal cosmos
#

@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 😄

vapid field
#

How would I go about doing that?

split granite
#

First, get it to work in HA itself )

half cairn
#

@vapid field: add the URL on a iframe card and it works.

#

its a stream, not a cam

vapid field
#

Yeah I figured it out already

vapid field
#

Is there anyway of setting a background in lovelace without making a theme folder

atomic glacier
#

@vapid field you can add background: to the view

vapid field
#

And what after that background?

atomic glacier
#

The color or image you are trying to do

#

On mobile ATM, but plenty or examples in my repo

devout hatch
#

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

atomic glacier
#

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

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

vapid field
#

@atomic glacier so how do I use a specif image?

spiral pasture
atomic glacier
#

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

vapid field
#

("/local/background.png")

#

What do I put here?

#

I named my image background.png

atomic glacier
#

@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

vapid field
#

I have not

#

What is that?

wheat current
vapid field
#

Is this correct?

wheat current
#

if background.png is in www and you have restarted Home Assistant (c), then yes

vapid field
#

background.jpg should work too right?

wheat current
#

sure, but then ("/local/background.png") is not correct

vapid field
#

Obviously

#

It worked

#

Thank you

vapid field
#

"frontend: ... # your configuration. themes: !include_dir_merge_named themes ... # your configuration
What am I supposed to put in your configuration?

wheat current
#

exactly that

#

without the ...

vapid field
#

What do they mean with your configuration?

wheat current
#

"other stuff"

vapid field
#

Ooh so I'm supposed to put this?

#

`"frontend:

your configuration.

themes: !include_dir_merge_named themes

your configuration`

hollow mesa
#

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

vapid field
#

what cards to people like for listing/activating scenes?

vapid field
#

Does this still work?

tacit cave
#

yes

rough flint
#

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

vapid anchor
#

hi guys, where i can found a complete list of mdi icons of home assistant?

rough flint
vapid anchor
#

@rough flint thk bro

#

@rough flint but i only want the list off icons enbeded in home

mild veldt
#

You could checkout the polymer repo and search for hass: for ones that are actually packaged and available offline

atomic glacier
#

@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.

vapid anchor
#

you can give me a litle hand to make some code?

icy patrol
#

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

wheat current
#

Ask google

vapid field
#

Hi, is there a way to darken the bar at the bottom of a picture glance card?

rough flint
wheat current
true moon
#

My lovelace ui suddenly crashes

#

The page has become unresponsive

#

i've tried restarting HA

#

And i cant find anything in the logs.

wheat current
#

no logs == no issue 🎉

true moon
#

Iknow

#

But i cant figure out how to fix it or what causes it

timber locust
#

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.

rough flint
#

That’s a weird way of thinking @wheat current no logs no issue 😅😅

timber locust
#

That is how it shows now

rough flint
#

I think theres a way of coding used that works weird. Not an issue so “works as designed” but not the wanted behavior

#

😂

timber locust
#

oh.. is there no way to insert a screenshot ;)?

kind shellBOT
#

Please use imgur or other image sharing web sites, and share the link here.

timber locust
#

I now just want to add a 4th option at the end of the row with a button to toggle

vapid field
#

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.

true moon
#

Hmmm my home-assistant-v2.db was 450mb that caused lovelace to become unresponsive

vapid field
#

@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.

timber locust
#

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 was replying to my own issue 😉

#

Oh

#

haha

#

Its virtualized on a proxmox hypervisor

timber locust
#

@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

true moon
#

i dont mind a large DB, the lovelace interface becomes unresponsive

#

can i disable some devices logging?

timber locust
#

okay.. but that is strange.. i don't think your DB size is the issue.

true moon
#

idk, maybe it was corrupt?

#

but that should show in the logs

timber locust
#

maybe... I exclude some domains in my history/recorder.. but I don't know if that helps.

true moon
#

@timber locust thanks i'll just whitelist the entities i want logging 🙂

timber forge
#

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?

hollow mesa
#

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

hollow mesa
#

Full error log

#

Thanks guys, if anyone can help.

devout hatch
#

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

tawny oracle
#

Is there a way to change the color of iphone status bar with themes on companion app?

blissful anchor
#

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

blissful anchor
#

I cannot make Home editable, and I don't know what those stationary came from

#

any ideas?

vapid field
#

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

vapid anchor
#

can someone say to me why the floorplan isnt in HACS?

dreamy tendon
#

What do you mean toze? Why would floorplan be in HACS?

polar kelp
#

Seems the author hasn't been around since June or so, though.

devout hatch
#

@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

vapid anchor
#

@dreamy tendon its i'm asking why not?

mild veldt
#

@vapid anchor because it is up to the author to add it

raven cobalt
#

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']}

torpid echo
#

@devout hatch The tap action, I think it is like

     action:   ```
timber forge
#

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?

split granite
#

What version of Home Assistant?

half cairn
#

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.

kind shellBOT
half cairn
#

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 ..

atomic glacier
#

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?

mint geode
#

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?

timber forge
#

What version of Home Assistant?
@split granite I'm up to date. it was there in the previous version too.

split granite
#

Do they also disappear from devtools -> States?

gaunt zinc
#

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

sour sundial
#

hello

#

in history , how do i select the items to show ?

split granite
#

Do you have any custom cards @gaunt zinc

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?

junior isle
polar kelp
#

It should show up correctly in an entities card.

junior isle
#

I guess it's not since I'm using a custom:button-entity-row inside a custom:hui-entities-card?

kind shellBOT
junior isle
#

Hmmm, I thought I could paste 18 lines, what is the limit?

polar kelp
#

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.

junior isle
#

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

mild veldt
#

@junior isle if you use it as a core row, not with button-entity-row, it will

junior isle
#

@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?

mild veldt
#

yes. button-entity-row would have to add that functionality for you to see the remaining time

#

but core already supports it

junior isle
#

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?

mild veldt
#

@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

junior isle
#

Yes, along those lines

gaunt zinc
#

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?

polar kelp
#

I'll add that to the "maybe"-list for card-mod

junior isle
#

how did you paste a picture in here, I thought you couldn't on this server?

latent moss
#

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).

mental finch
#

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.

split granite
#

Yes, I use the Floorplan card

#

Which card(s) was that video using?

#

@mental finch ?

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.

split granite
#

The files will all go under /config/ since that's your configuration folder

#

Probably under /config/www/

timber forge
#

Do they also disappear from devtools -> States?
@split granite yes the options etc disappear from there too but there show up when i call input_select.reload

split granite
#

Then it's not a frontend problem 😉

mossy otter
#

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

timber forge
#

ok, I'll post in that section. thanks

tall pine
#

Is there a way to create a dropdown menu and when you select an item inside of it, it calls a service?

kind shellBOT
split granite
#

One of those and an automation

tall pine
#

Would I have to have an automation for each option?

split granite
#

You could use templates

tall pine
#

How?

split granite
#

Carefully 😉

#

Let me see if I can find you a previous post on the topic

tall pine
#

Thanks

#

If it is relevant, the service I am calling is broadlink.send

split granite
#

Then the input select can have a friendly name, and the message be something else

tall pine
#

Thanks. I might try that down the line. For now I will just setup some automations to get it working. Thanks

pure palm
#

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?

split granite
#

Did you ever use it?

pure palm
#

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

split granite
#

Just use the cards instead

#

Which you probably are anyway

pure palm
#

Oh, yes, it is in a card to display, so that will not be affected?

split granite
#

The card won't

#

the old integration will be a problem, but you can remove that now without any issues

tall pine
#

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

heavy pasture
#

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

split granite
tall pine
#

Ok

minor viper
#

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

runic dagger
#

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

sour sundial
#

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

hollow mesa
#

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

runic dagger
#

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 message Uncaught 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

hollow mesa
#

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

torpid echo
#

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

icy patrol
#

Thanks, you would think there should be a better method than this. Instead of running the script every 30 mins.

dark bison
#

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 🙂

icy patrol
#

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!

frank pasture
#

@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.

wheat current
#

Nothing planed

smoky peak
#

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?

spiral pasture
#

custom:layout-card

smoky peak
polar kelp
smoky peak
#

Thanks, @polar kelp

fallen falcon
#

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?

#

disregard....I see them in Lovelace now....not sure how i missed them before

vapid anchor
#

hi guys 🙂

#

if i want rename a sensor inside a group what i do?

split granite
#

Change the friendly name, or the entity_id?

fallen falcon
#

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.

kind shellBOT
#

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.

fallen falcon
#

thanks HassBot 🙂 I still think it would be a good idea to add this!

split granite
#

It'll come, eventually

#

HA remains a work in progress

fallen falcon
#

cool. Thanks @split granite

split granite
#

Your welcome, both times 😉

fallen falcon
#

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

minor pier
#

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).

muted inlet
#

@minor pier have you tried clearing cache?

karmic glade
#

Hi is lovelace.yaml and ui-lovelace.yaml the same thing

mild veldt
#

@karmic glade no and you don't need either if using the UI to configure

karmic glade
#

@mild veldt ok thanks

devout hatch
#

@polar kelp can you confirm if I understood readme file on github well, that ha-card styling doesnt work with layout-card?

polar kelp
#

Correct.

#

Layout-card doesn't have a ha-card element

#

It might work in 0.106, though - if I get the time...

devout hatch
#

ok, because all my cards are stacked into layout-card, I dont want to changing now because of the ha-card 🙂 thanks @polar kelp

polar kelp
#

card-mod works for the cards in the layout-card though. Just not on the layout-card itself.

devout hatch
#

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

minor pier
#

@muted inlet You mean clearing cache in Chrome? Yes, didn't help.

minor viper
#

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
vapid field
#

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

vapid field
#

nevermind found the cmldine option works (somewhat, it can change your password only once per restart)

snow walrus
#

hey guys. can I add an extra property to the climate details dialog?

#

i would like to add enable/disable AC lights control

mild veldt
#

@minor viper check your known_devices.yaml

icy patrol
#

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

dark bison
#

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)

mild veldt
#

@dark bison just this one card?

dark bison
#

@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 🙂

mild veldt
#

@dark bison known issue for panel views

dark bison
#

interesting, is this mentioned somewhere?