#frontend-archived
1 messages Β· Page 156 of 1
So then setup a shell_script shell_command to parse it and then serve it via a webpage card.
good idea. cool ill have a look
My fault. Thank you @split granite
Doing that on #330944238910963714 "may" prove an interesting learning experience
Do you type +:+ to thumbs-up messages?
im about to install home assistant on ubuntu 20.04 as i want to run a crypto daemon in the background and use home assistant as a front end to create an app where i use it anywhere in the world
all trial and error
@split granite tell me about Floorplan card...
cause i saw you comment on the thread...
some have said its not working with the new versions of HA
Ok... so... why not ask there?
I mean, it works, just not all of it
For reasons that are explained on that thread
wanted to hear from someone I trusted
just simply if I should spend time on it.. having issues with Picture Elements Card...
kewl.. Thanks...
Does anybody have idea, how I could change the color of entity's state (in entities card) using card-mod? I have found a way to change the color of entity name and state, but I would like to only change the state color
Check the "Advanced usage" section of the readme. You'll need to find the correct css selector path.
Yeah, I have checked that part. I guess my CSS skills are too lacking to actually solve this π
hey, I am unable to display my camera on lovelace
I set this in conf :
#Camera
camera:
- platform: generic
still_image_url: 'http://192.168.1./cgi-bin/snapshot.cgi?chn=0'
stream_source: 'rstp://admin:@192.168.1.**:554/cam/realmonitor?chan$
username: ***
password: **
#Stream service
stream:
@lyric sage To format your text as code, enter three backticks on the first line, press Enter for a new line, paste your code, press Enter again for another new line, and lastly three more backticks. Here's an example:
```
code here
```
Watch the animated gif here: https://bit.ly/2GbfRJE
DO NOT repeat posts. Please edit previously posted message, here is how -> https://bit.ly/2qOOf1G
Do you have a camera entity in
-> States?
@hexed bramble Actually, it's probably enough to do yaml style: | .text-content { color: red; }
Always run the configuration check command when you make changes. Don't trust the UI check - it misses some problems.
βοΈ
lmao
@polar kelp that works wonders, thank you a lot!
'Testing configuration at /config' nothing else @split granite
Discord isn't like IRC, you don't have to tag people on every response. Keep in mind that every time you tag somebody, they get a notification ping. That can very quickly become annoying and people may block you.
sorry
If it's not showing the entity, did you restart?
i though the conf check was like a restart for conf actually
No
Hey, does anyone know how to add html to persistant notifications, trying to set a max width on an img lacking in markdown
hum no I cannot see the stream on the entity, may I forgot something ?
Is there a camera entity?
And you click on the
icon you get a stream/picture?
no
What do you get then?
the preview window appears then the load animation
but nothing appears
I check the stream source works fine in VLC and the still image URL too
Is the stream H.264?
h265
π
I try to change
ok that runs better
I can see the stream when I click on the thumbnail
and on lovelace in live mode, perfect !
you rock Tinkerer
If I want to set a few cameras I just have to add "-platform: camera2" then the credentials in the "camera:" part ?
hi, is it possible to saturate for example picture: https://github.com/home-assistant/frontend/blob/d54ce5529a1db76f46c9f4b0672fb1aec83c96ae/demo/public/assets/arsaboo/icons/light_bulb_off.png depends on my light color?
how to do this? anyone did this before?
I have yeelight light
saturate or drop shadow in color of the bulb will be great
hmm, I can think of a few ways to do that from the code perspective, but I don't think anyone has written it
cleanest way might just be to make some part of the image transparent and change its background to match the colour
Is there a way to double check if a plugin/custom card has been properly added to lovelace?
@vapid field with a dynamic CSS rule I imagine? I don't know the architecture of the front end very well https://developer.mozilla.org/en-US/docs/Web/HTML/Applying_color
CSS can be applied to SVGs, right? Use an SVG instead of that PNG and you're good to go.
I am struggling with getting a custom card to work
Still dont know how to write code that change color of the picture automatically like icon π
so i think i have to use icon instead of picture
it works in "normal mode", but if i turn on yaml-mode, it doesn't work, although i copy the config from the raw config editor verbatim
any tips on what can be wrong here?
- type: 'custom:radial-menu'
items:
- entity: light.kjellerstue_dlbord
icon: 'mdi:flash'
- entity: light.kjellerstue_dlbakvegg
icon: 'mdi:flash'
I get "Custom element doesn't exist: radial-menu."
in yaml-mode
Then it's not in your resources
but my other custom cards works fine?
it says "no resources"
All of mine are shown there, which says that you need to define them
Seems like adding resources:
- url: /local/community/radial-menu/radial-menu.js
type: module
worked
thanks for the tip
still confused why I didn't need to this on all the other custom cards, but at least it works know π
Probably the other cards are cached still
So at some point you're going to find they don't work
but they will still be updated through HACS?
I see, but the resources section doesn't usally need updating right? (unless you install more custom cards)
Only when you add cards, yes
I see, thanks
So i was able to change the language in user settings (idk why it didnt default to English) but the login language is still not english
clear cache?
Anyone who can help me with custom css? I've made custom style.css and added it to my resources but none of the custom fonts are showing up?
This is in a Docker container btw
clear cache? idk how. but i have restarted the container several times
shift-reload
the issue still exists
Hello, what do I add to make one of these have a diffrent icon I know you use MDI: but I don't know where to place it - https://pastebin.com/FqavNcYC
perf thanks
Hello..
I'm experimenting with picture entity states. I have an image of a light when its off and one when its on. I'd like to add a crossfade effect when switching between states.. How it is right now it just switches abruptly and it doesn't look smooth. Is it possible to add that?
Any transparent cards/themes?
i was playing with a custom integration and it added something to my dashboard and now even though i completely removed this part of the custom integration it still shows: https://i.imgur.com/67DTEBz.png
is there somethign else i need to do to get rid of that? its impossible its still being generated because i completely deleted that from the file
@fierce jetty if you click on it to bring up the more-info you can delete it from there (probably).
Sean, it worked thanks
no problem
what determines if something gets stuck to the top of the UI in one of those red circles?
it also seems you cant remove those like i was able to delete the other stuff
those are badges. I don't know
it seems no rhyme or reason why a sensor will show as a "badge"
configure UI, then click the pencil icon next to the view name at the top
you can remove items from the badge list there
oh, the default UI by definition you canβt control, right?
@fierce jetty the following domains are placed in badges in the generated UI:
"binary_sensor",
"mailbox",
"person",
"sensor",
"sun",
"timer",
iantrich, thanks, but i have a lot of "sensor" entities that arent showing
for example, this would be "sensor" domain correct?
sensor.hidden_side_volume
because i have a lot of ring "sensor" entities and none of them are showing as badges (thank god)
it seemed like there was some more logic to it
Hi! Does the /local/x directory used by the UI always map to <config>/www/x? I have person images in my config that work, but I can't find the images in my www folder. #confused
How would I format a critical notification in the UI? https://companion.home-assistant.io/docs/notifications/critical-notifications/
Hey everyone, iβve encountered a problem i havenβt been able to diagnose and solve on my own.
i recently moved from yaml editing to the lovelace ui editor.
everything works fine, two weeks ago iβve noticed something strage.
when ever opening the ui editor to add new card (on what ever tab i choose, clicking on the plus button to add new card)
the home assistant is stuck and cant be moved, it looks like some component making it unresponsive and after i wait a minute or two it come back to life, or i close the tab and open hass again.
in different instance of ha i have for my family this issue doesnβt reaccure. iβve tested it with few different browsers and pcs. so itβs defenitly something with maybe a custom component iβve added but i canβt figure out which.
did anyone encountered an issue similiar to me? search results came up with nothing i could find.
my configuration: running latests HA docker container (being updated automaticly using watchtower) so itβs not related to specific version of HA.
running on xeon cpu with enough power so canβt connect it to power related.
thanks, have a great day.
Trying to get the button-card to work
but i am struggling with one of my templates
scene_active:
state:
- operator: template
value: >
[[[ return states['input_text.scene_current'].state === entity.entity_id; ]]]
#color: var(--paper-item-icon-color)
styles:
card:
- background-color: var(--paper-item-focused)
icon:
- opacity: 0.5
name:
- opacity: 0.5
label:
- opacity: 0.3
the "value"-part throws an error
but i can't really see what i am doing wrong with the sytntax there
"ButtonCardJSTemplateError: TypeError: Cannot read property 'state' of undefined in 'return states['input_text.scene_current'].state === entity.entity_id;'"
hi π Is there a quick gui plugin to create groups (lights)for hass?
@wicked lake yes, /local/x maps to <config>/www/x
@loud zephyr what do you mean format in the UI? Are you referring to creating an automation with that notification format in the UI automation editor?
@sour crag input_text.scene_current most likely doesn't exist. So the JS is complaining that the returned state object doesn't have the property state (because it doesn't exist). Verify that you are using the correct entity_id for input_text.scene_current.
@sterile warren no, groups and light groups have to be created via yaml
Isn't possible to load another yaml-file as part of a card? Like:
- type: entities
!include battery.yaml
Includes must be performed in a field. So for what you have posted to work, you'd need to have type inside battery.yaml:
- !include battery.yaml
Then I get an error say "No card type configured".
you cant have the minus in the file
hey guys, need a quick help changing a theme.
I don't have the lovelace-ui.yaml, what should I do here?
Themes aren't defined there
See the second link
thanks
i was following the instructions on a theme that i wanted to install from HACS
Noob ?: I accidentally deleted the "Updater" button from my Overview page. How do I put it back?
I can't see the captcha for the alexa media player hac addon, plz halp
Please use #integrations-archived for issues/questions about #integrations-archived π
When you click edit, the button to close edit can now scroll off the page.. is there a way to anchor it up there?
Is there an easy way to change the "default colour" of lovelace?
Everything is blue, can i change it to red reasonably easy for instance?
is it an integration though
yeah, there's no channel for HACS
I guess integrations is closest
stupid captcha
lol
Well, HACS is an integration (custom component)
However, what you add using HACS has nothing to do with HACS
That's like saying The bread I bought with my AMEX
As if that somehow makes it special
alexa_media is also verry much a custom_component.
alexa_media
Version: x.x.x
This is a custom component
If you have any issues with this you need to open an issue here:
https://github.com/custom-components/alexa_media_player/issues
hey guys, maybe not exactly the right channel, but i'll take my chances...:-)
Replaced all my ISP hardware with my own (all ubiquity unifi right now), but i cannot get the outside connection to my docker server up and running. HA is working fine through my local IP, but from the outside i cqnnot get it to work...
any ideas??
Discussion regarding the Lovelace UI and configuration (https://www.home-assistant.io/lovelace). The Resources section of the UI is hidden unless you have Advanced Mode enabled in your user profile.
Please use https://www.hastebin.com/ or https://paste.ubuntu.com/ to share code or logs
Well, doesn't sound like anything to do with the UI π
If you're running native Docker, then #672217570283094017
Probably it's a port forwarding issue
Hi not sure if this is the correct place to ask. But need help adding a date sensor with UK date formating.
The formatting is handled by the browser, and is controlled by your display language
The other option is to use a template sensor that displays it exactly as you want
thats what i've been trying to do
Which?
template sensor
That'd be an #integrations-archived thing then (or possibly #templates-archived )
i am right in thinking i have put that in config
That goes in the YAML, yes
thank you i'll try them
I tired to setup ssl on the server after editing the configuration.yaml file and restarted the server, is there anyway to recover since my ssl settings didnt seem to work, i can access the vm from my esxi host. but ssh isnt working, can i get ssh to work without the frontend to start or am i boned
Trying to use lovelace to display items on my todoist calendar. Though I'd give markdown a go as I've never used it
{{ state_attr('calendar.shoppping', 'all_tasks') }} does the job but lists them all on the same line - is there a way to get them line by line?
{{ state_attr('calendar.shoppping', 'all_tasks')[0] }}
increment the number in []
and shopping usually has just 2 p's
My supervisor won't load. Is this happeneing to many people and is there a fix?
were would you suggest I post?
I'm getting this error, "Unable to load the panel source: /api/hassio/app/entrypoint.js."
that is under the installation group... is that seriously where this would go? This install is a year old.
ah ok
i have a weather picture in my lovelave but the image never refreshes. Ideas?
nm. figured it out. you have to use a generic camera instead.
not sure this is where the question belongs, but I'm looking for a way to see system resources in the Overview, anything like that?
I've looked around but not having much luck
(I should say, I tried Glances, but I can't get it to run) I haven't tried Grafana because I don't want to setup a whole grafana instance, well, could be worse I guess but I wanted something lighter ewight
wow, ok apparently uninstalling and reinstalling did the trick. I couldn't get it out of protection mode even though the toggle was set to off.
wanted to move from a Pi 3b to a Pi 4b with 4GB and I wanted to see what the resource usage looked like between changes.
I can't figure this out. I have a glance card with multiple scene entities. I want to configure the scenes to activate (and preferably change icon colors accordingly) on tap... but nothing I find works. Does anyone know?
- entity: scene.entryway_bright
name: Bright
show_state: false
title: Entryway
type: glance```
Does the custom tracker card work with HACS, or only with custom_updater?
@vapid field - Look at https://www.home-assistant.io/integrations/input_number/ and input_text
@steady sluice olny with custom_updater, and if you have that, you should uninstall it
the addon?
Hi, is there anyway for me to add alarm panel inside picture element card? Im using picture element card in panel mode.
@proven spade this should enable you to add any card as a picture elements element. https://github.com/thomasloven/lovelace-hui-element
Will check it out
https://developers.home-assistant.io/docs/frontend/custom-ui/lovelace-custom-card You can add whatever you need
if I move from one Pi (3b) to a new Pi (4b) should I just take a snapshot from the old one, and restore it on the new one?
any idea how to know if HA is online or get crush ?
That'd be a thing you'd check in the host, not the frontend
Not sure which install you're using? If you have add-ons, or see references to either Hass.io or Supervisor, then you're using #330944238910963714. If you're running natively in Docker or in a venv then you have the #672217570283094017 install method
any idea how to know if HA is online or get crush ?
@unique sphinx are you able to see the logs or log files?
That's why I directed them to one of the install method channels π
Good morning @split granite .. .long time
@unique sphinx are you able to see the logs or log files?
@shy tapir sure
follow the HassBOT's advice and continue on the other channel meant for this topic
oK
Hey guys so I have a theme set on my lovelace dashboard but in my iphone app there is this blue bar at the top of the screen that I cant get rid of
Any ideas of what I can do to get rid of it? I can upload pictures
Hi π
I'm interested by displaying a plan like this : https://community-home-assistant-assets.s3.dualstack.us-west-2.amazonaws.com/original/3X/9/c/9c8c662adc6a572a2e9cf75f25b0e2b133df0499.png
thanks !
it's the previous "floor plan" community addon ?
which has been implemented as an official card ?
Or it has nothing to do ?
thanks
I use Floorplan, I prefer it
A little
I found it easier to get something I was happy with though, as getting positions right in the card was difficult
But i'm ready to get my hands dirty
i would like something like that π
so, i'm going to choose a floorplan implementation
- type: picture-entity
entity: media_player.mibox
image: 'https://XXX.XX.XX:8123 {{ states.media_player.mibox.attributes.entity_picture }}'
what i'm doing wrong
Cards don't generally support templates
trying to see androidtv entity_picture in a Card
@split granite Is it possible to use HACS to add floorplan ?
Or the manual install is required ?
Have a look in HACS π€·
i have to repair it before π
when i click somewhere on the right options
nothing happend
(the frame stays white)
If you're having problems with your updates to your configuration:
- Check the troubleshooting steps
- Check your log file - remembering you may need to set logger to
infoordebug - Explain what the problem you're having is - sharing configuration, errors, and logs
@errant grail You should really not be using the master branch of HACS, that is the branch I use for development, use the releases as stated in the instructions.
Oh thanks, i didn't see i was on the master branch
That is the new UI, that only exsist in the master branch
as it has not been released yet
Wondered how you could tell π
that is would explain why it's completely brokenthat is would explain why it's completely broken
You on repeat mister?
But yes, but looking at it, it's also an earlier version (missing commits.)
in /config/custom_components/hacs/manifest.json
replace the line containing hacs_frontend with "hacs_frontend==20200426112021", then restart
that might also not work..
I don't have to download HACS again ? thanks π
Actually, just do that to be safe
your backend is old, so not sure which frontend it would work with
@vapid field
@vapid field
@vapid field
Why did you tag me?
@vapid field It's annoying as hell
It's rude too
To demand I help you
So, kindly don't
And, just in case I'll block you anyway π
That looks more like the "old" one, good job @errant grail π
Only if the dev submits it does it get added
@vapid field To be blunt, it's pretty arrogant to assume that I owe anybody help. If you were to have asked nicely, I'd have considered it, but now you're doubling down... The bot's welcome message even reminds you not to do exactly what you did. Today you got unlucky enough to be the third/fourth/whateverth person to ignore that and demand help.
So, wind your neck in.
Do you recommand a panel view or just a card concerning floorplan ? π
I use panel view for Floorplan
π
But
If i create a floorplan card on a "panel mode", is permit the same avantages than a panel ?
(i would like to gather all my controls on the "preview" panel)
Well, you have one card in panel mode
You could probably cheat it with a combo of vertical and horizontal stack cards, but it'll take some experimenting
Yes, so, if i just want to display 1 map (with my 5 rooms), it's equivalent ?
i wonder if enable a floorplan panel allows to do more than enable a simple floorplan card π
if this is not the case, you might as well create a card, because everything will be grouped in the "preview" section
Hi! Quick question, trying to put a thermostat in an entities card together with some other stuff, but for whatever reason the thermostat is not recognized as a valid type when placed within an entities card? Minimal example: https://pastebin.com/GA0aFxn5, error is: "Unknown type encountered: thermostat." Am I missing something?
Side note: Not specifying the type gives a valid card, but that only gives me a small preview of the entity's state and not the control interface
@low summit thermostat is a separate card. Itβs not meant to be used in another one.
Dang I thought it was just a bug. Thanks!
@polar kelp Oh, I see. Dont happen to know of a way around this? The real problem is that the thermostat card doesnt have an on/off button which I really need for my portable AC. Figured I'd just put a button directly underneath the thermostat card
vertical stack could work i guess
The easiest way is to use a vertical stack.
But if you really want to do it βyour wayβ, this will help: https://github.com/thomasloven/lovelace-hui-element
Beautiful, I'll have a look! Thanks! π
When I do frontend.set_theme, I get an error
It says Failed to call service frontend/set_theme. required key not provided @blazing atlas['name']
Is there any possible way I can have a cross-fade effect when swiping from one view to another?
@low summit an alternative to vertical stack is stack-in-card does the same thing but looses the borders so it all looks like one card. Or vertical stack and card-mod to remove borders. Sticking it in an entities card with hui-element should work too. There's lots of ways to get a 'compound card' from several others.
@limpid apex you try swipe-card?
@steady sluice did you include name: theme-name?
In the service call π
Go to developer tools -> services to pick out the service and see what it requires. Then go to automations to trigger the service call. Then restart home assistant
No need to restart
Ah. Well there ya go!
In the service data?
Yeah
What do you mean by go to automations? Cant you call the service from the developer tools>services tab?
Oh. Yeah. I meant automations to call it when home assistant starts.
But no error. So thatβs good. Thatβs what mine does when I do it in dev tools. But it should have done its thing.
So when i click it the top should automaticcaly change colors to match the background?
Should. Just kill and restart your app in iOS.
I tried it with a different theme and it worked
The theme im using doesnt have a static color background. Does that matter?
Donβt know about that one.
https://i.imgur.com/OXimIuP.png how to get rid of this shadow behind buttons?
it's picture elements issue
Hi π
I have some difficultes to display a floorplan card
It's OK with adding a floorplan panel
in my configuration.yaml i added :
@errant grail posted a code wall, it is moved here --> https://paste.ubuntu.com/p/R9qMCbm9N6/
~codewall @errant grail
@errant grail Rule #6: Please do not post codewalls (longer than 15 lines) - use sites such as https://hasteb.in/, https://paste.ubuntu.com/, or others.
Please take the time now to review all of the rules and references in #rules.
oups sorry :-p
@errant grail posted a code wall, it is moved here --> https://paste.ubuntu.com/p/YXsV5vd24T/
OK no worries π
anyway
I added in my configuration.yaml a fictive sensor
like :
but on my front, when i add the card, i have :
Oooh, the very old floorplan?
I haven't seen anybody use that in forever
https://github.com/pkozul/lovelace-floorplan allows you to use it in Lovelace
My floorplan is not up to date ?
ok oh π
After the old HACS, the old floorplan
π
I took this one :
and i did'nt see the date π
π
If you're using the UI Editor, in your UI editor π
Put what in configuration.yaml though
The Lovelace docs (see the topic) can tell you how to configure it
Yes
But i don't understand the section #3
"Add the following to the resources: section of your Lovelace config."
If you're using the UI editor,
-> Lovelace -> Resources
You may need to enable advanced mode in your user profile to see Resources
yes it's done
Now go there, and add the resource
Assuming of course you're on any vaguely recent version of HA
https://i.imgur.com/OXimIuP.png how to get rid of this shadow behind buttons?
@vapid field what Card are you using there?
Don't go playing with the files @errant grail - you mess with anything in that folder you can break things π
Use the UI
you need to enable andvanced mode
Now look in
-> Lovelace
Exactly where I said to look ... 
yes but i'm stupid π
You can then start adding floorplan cards to your Lovelace config. Under entities:, make sure to add the entity IDs which you want to use in the floorplan:
it means i have to add the card directly in the configuration editor on lovelace ?
Yes
@wide reef yes, It doesn't cross-fade between views
- type: picture-entity
entity: media_player.mibox
image: 'https://xxx.xxx.xxx:8123/{{ states.media_player.mibox.attributes.entity_picture }}'
i'm trying to show entity_picture in a picture-entity card
but it's not working rfor
what doing worng?
You can't use templates there
so any solution?
Develop a custom card?
The message tells you all you need to know
type: 'custom:floorplan-card'
Not in the card definition it's not
I have to reference it somewhere ?
You've copied the view definition too
I have a custom Ecobee card that I really like, but its not totally working under .109. I am not sure who wrote it or where I found it (a little embarrassed). Any way to find this other than googling until I find the right one? Its just called ecobee-card.js so its not very definitive. The author did not take credit and comment it within the code.
@split granite You think it will be fine if i can convert my png plan into a svg file ?
Try it...
so... even if i just move the example .svg
image: /local/floorplan/perso/simple.svg?v=1.1.14
The map becomes empty
You need to make sure that's where the file is (config/www/floorplan/perso/)
@barren bolt picture elements
Has anyone got any truly good looking home assistant setups I can copy? π mines default and I need some inspiration.. cos I am not keen on how it looks.
See the forum π
Ignore it, build automations instead
Hi Ludeeus, yeah I'm working on that too .. just got my HA dimming my lights when I play a movie on the Nvidia Shield!
pretty pleased with that, and goes back up again afterwards/when paused.
Hi. How do i change the cards in lovelace so i can get 3 cards in a row and not 2.?
Collapse the sidebar
Oki, No other way to edit the "homepage" with more columns?
You can use horizontal and vertical stack cards to force the issue
But, then you get exactly what you asked for
How do I get out of edit mode for my dashboard
Can't for the life of me figure it out
Use the X icon
Is there a way to fill the white space
Or will I have to edit the . jpg to remove that
Is it possible to use an entity_picture as an image: source in Lovelace frontend without needing to go via a generic camera component?
Kinda want to evaluate a template in Lovelace for a picture URL, like "{{ state_attr('media_player.playstation_4','entity_picture') }}"
The card docs would say if that's possible
It just says "the image to use". The Jinja template evaluates to an image URL, but just shows a broken image.
If it doesn't say it supports a template you can't use a template
Hmmk, thanks. Will have to stick to the generic camera workaround then.
I've read about a way to hide a lovelace card based on a condition.
Was that a appdeamon?
Stock?
Discussion regarding the Lovelace UI and configuration (https://www.home-assistant.io/lovelace). The Resources section of the UI is hidden unless you have Advanced Mode enabled in your user profile.
Please use https://www.hastebin.com/ or https://paste.ubuntu.com/ to share code or logs
βοΈ The ones built in
π
Your my hero β€οΈ
I just RTFM for those too lazy to do so π
If a bot could be trained to snark, it'd be dangerous, but fun π
oh god
there was some functions for it, folks got offended, we had to disable that
Oh, I remember that now... that was funny as hell
it really was :/
Easiest way to create a quarantine timer for the UI?
There's possibly some custom cards for timers, but I don't really use them
I was looking at that but couldn't figure out how to set the timer start on a specific date
That'd be an automation
I'm thinking a template sensor with some value_template-fu, but that's above my paygrade
One of those?
Somehow i added shadows to my cards
but no lcue how
the white stuff
Anyone knows how?
nvm
found it
hey guys, anyone have any recommendations on a tablet? I had a Fire 7 Amazon tablet but due to issues with WebView not able to update on the device, FullyKiosk or any other browser won't display my custom components properly π¦ Have you guys had any success with more recent Fire tablets and compatibility with Lovelace? Is there another tablet you can recommend that's inexpensive but works well?
hey guys, i'm trying to add a theme for the first time.
I added:
frontend:
themes: !include_dir_merge_named themes
And installed a theme from HACS, but the theme isn't showing up on the frontend
Any ideas on what I can do?
Figured out... was missing the last step lol
Is there way for a Lovelace card to generate the new style Home Assistant alerts? https://i.imgur.com/IUMubA2.png
At the moment I am stuck with the standard alert() https://i.imgur.com/cjaepgb.png
hey, how can I delete badges on Lovelace ? just the top-right 3 dots and "configuration editor" and I delete the lines ?
@white fiber posted a code wall, it is moved here --> https://paste.ubuntu.com/p/tkDSyktgVB/
I'm driving myself a little crazy, but does anyone know how I can set color of a state-icon in lovelace picture element? I have the below, however the icon stays gray on 'off' and blue on 'on'. The icons are also the default icons, not the mdi icons as specified. The full entity section is in the link from hassbot above
- entity: light.pete_s_room_zha_group_0x0002
state:
- '--paper-item-icon-color': yellow
icon: mdi-lightbulb-on-outline
value: 'On'
- icon: mdi-lightbulb-outline
value: 'Off'
'--paper-item-icon-color': black
Rule #6: Please do not post codewalls (longer than 15 lines) - use sites such as https://hasteb.in/, https://paste.ubuntu.com/, or others.
Please take the time now to review all of the rules and references in #rules.
@white fiber that looks like the custom button card but with incorrect format. What card are you using?
- entity: light.pete_s_room_zha_group_0x0002
state:
- value: 'on'
styles:
icon:
color: yellow
- value: 'off'
styles:
icon:
color: black
one second, I restarted my hassio but it never actually started.
@white fiber icons for mdi are not icon: mdi-lightbulb-on-outline instead use icon: mdi:lightbulb-on-outline
@tacit cave I am using the picture-elements card.
Here is the full card:
I went ahead and corrected some of what you guys suggested, but no dice. It's bulbs arent changing color or icons
The materialdesignicon website has the name as mdi-lightbulb-on-outline, so I tried mdi:mdi-lightbulb-on-outline and mdi:lightbulb-on-outline but neither worked.
Also, for some reason after reboot my icons are darkblue on 'off' and yellow on 'on'.
See the pinned messages for the MDI names that HA uses
The MDI site lists the latest version, which isn't what's in HA π
Ah I see
@white fiber not sure where you're getting that formatting from. That is wildy different than what is documented.
@split granite the link from the pin says the icon is "mdi-lightbulb-on-outline". Looks like I accidentally got the right name
I did change the mdi icon name back to 'mdi-lightbulb-on-outline' but no dice.
This is the card:
state-icons don't have a state_filter: field so you can't adjust the color based on state.
The link from the pin says the icon is called mdi-lightbulb-on-outline, so HA expects you to change the prefix to mdi:lightbulb-on-outline, as previously mentioned.
@tacit cave ahh, thats unfortunate. Is the same thing true for changing icon based on state?
@karmic tiger yeah, currently its set to 'mdi:lightbulb-on-outline' but its not switching.
yes, because you don't have a state-filter: attribute
You can have the colour change when it's active, you just can't choose the colours. https://www.home-assistant.io/lovelace/picture-elements/#state_color
Note that it defaults to true anyway, which is why you're seeing it go between yellow and blue - you can't override that choice of colours.
get HACS & the custom:button-card and you can do whatever you want with picture-elements.
requires more yaml though. Way more yaml.
@karmic tiger I see. I did notice the icon colors changing based on what color I set the lightbulbs to. I was hoping I could choose colors for just a simple 'on' and 'off' state.
I will try out the button-card that @tacit cave suggested
it's overwhelming but you can make it do anything. I've yet to hit a problem that I can't solve
oh man, that is a lot of options lol
I saw somebody using that card on Reddit for https://www.reddit.com/r/homeassistant/comments/gm1x5b/my_mobile_friendly_lovelace_ui/
I'm now going to have to investigate it, 'cos that's incredible
yah, it's super nice. Those are all button cards on top of picture-entities (for the sensor graph)
all that crap in the upper left corner is SVGs created on the fly. It's extremely flexible.
I don't suppose you could share your config for those buttons? Looking at the docs for button-card, there's a lot to digest.
Ah, sweet. So the SVG is generated directly in the JS of the card?
There may be some css oddities in there, but trust me, they are needed. iOS does things differently than chrome
CSS itself is an oddity. π
Yes, the SVGs are created in a custom field
I've only skimmed it but that's really impressive. Going to come back to that once I'm ready to customise my UI beyond the built-in cards. Thanks! π
np.
can i swap the order of lovelace dashboards?
Hi all, hope this is the right place to ask. I am trying to call a service from the button card in lovelace, but I am stumbling over service_data syntax. I am trying to insert the value from an input_number integration into the service call. This works:
action: call-service
service: esphome.pluggie_1_start_interval
service_data:
duration_minutes: 4
but I was the duration_minutes parameter to contain the value of the state of input_number.ontime_home_assistant
I tried {{states(input_number.ontime_home_assistant)}} and a few variations, but i think its just being interpreted as a string? What would be the right syntax here?
can i swap the order of lovelace dashboards?
@inland grail I believe you can have them in any order you want, with two exceptions. Firstly, the default dashboard always comes first. Secondly, you'll have to name the rest of them alphabetically π
@inland grail I believe you can have them in any order you want, with two exceptions. Firstly, the default dashboard always comes first. Secondly, you'll have to name the rest of them alphabetically π
@karmic tiger When i select 'Configure UI' on love lace, I do get <- and -> arrows on the tab header to reorder the views.. (I am running 0.109.3)
Oh, nice. I missed that π Wasn't sure if the automatic alphabetical ordering was the only option... now I feel bad for being sarcastic.
Or are they different things? One's a view, the other's a dashboard? I guess it depends what Knuf wants to do.
@karmic tiger When i select 'Configure UI' on love lace, I do get <- and -> arrows on the tab header to reorder the views.. (I am running 0.109.3)
@vale edge yes, tabs can be moved, i was asking for dashboards
@inland grail I believe you can have them in any order you want, with two exceptions. Firstly, the default dashboard always comes first. Secondly, you'll have to name the rest of them alphabetically π
@karmic tiger lol... my wife doesn't like 1. 2. 3. prefixes π
Have you considered renaming your wife?
Have you considered renaming your wife?
@karmic tiger π
@vale edge templates aren't available in native lovelace cards
can someone help me with https://github.com/RodBr/miflora-card I've installed it using HACS, but when I try to add a custom card of type 'custom:miflora-card', i get no card type configured
Did you use the option to add it to the Resources?
yes
@tacit cave thanks! I've set it up now with a script that contains the template and call that script from love lace, that seems to work nice
And you see it in
-> Lovelace -> Resources?
yes
Then it's likely a problem with your card config
That's your problem then π
The example is for the underlying YAML, not the UI editor
Remove - from the first line, and the first two spaces of every other line
got it, thx
do you happen to know if you have to set the plant parameters or is there a way for it to pull those from the plant database somehow?
I have no idea
k, thx
one last question
if i wanted to break the plant configs into external configs with !include_dir_merge_list, would the first line in the external file be flower1: for example?
Unlikely, but it depends entirely on the #integrations-archived you're using
when in configuration.yaml its plant: flower1: sensors:...
i'm trying to replace that with plant: !include_dir_merge_list ./flowers/
include_dir_merge_named ?
yea...been on that page, but the documentation assumes a lot of existing knowledge by the user....
Yeah, knowing what's a list, and what isn't, is tricky
blah:
``` that's a "named" type setup
- blah: this
Evening Guys and Gals, How do i go about a tracker's sub information onto an entity card? I'd like the battery voltage of my motrcycle shown on entity picture. thank you.
https://www.home-assistant.io/integrations/template is one option
I've never used a template, So i'll do some reading up. I've managed to setup a flow in nodered that send me a notification on my phone and tells the voltage is if it drops 12v, and if it drops below 11.7 it will make an annoucement on my echos at home.
I'm not sure this is correct:
- platform: template
sensors:
thundercat_battery:
friendly_name: "Thundercat Voltage Sensor"
value_template: >-
{{ states.device_tracker.thundercat.power }}
Here I use template to get an attribute of another entity:
- platform: template sensors: weather_temperature: friendly_name: "Outdoors Temperature" device_class: temperature value_template: "{{ state_attr('weather.home', 'temperature') }}" unit_of_measurement: 'Β°C'
After lots of searching, I can't find how to delete a device. I've already removed all it's entities..
Is this the right channel to ask about customize_global.yaml and icons?
When changing icons in customize_global... Will it be sufficient to do a "Reload Locations & Customization" to update the changes?
ItΒ΄s not based on templates or states, though; "sensor.*_energy": icon: mdi:flash device_class: sensor
and it does not seem to change using the GUI function.
OK. I was looking for a way to standarize icons like above
Sure, you can
But any existing icons will still show until the state of the entity changes
So my method is the one preferred, but it will no change until a state change, and maybe a restart of ha core?
@chilly drift https://discordapp.com/channels/330944238910963714/460846676358332417/712216057758089227 as he said, Configuration
> Server Controls > Reload Location and Customizations. No need to restart HA
ha, ha. I was hoping I could set the new icons by trigging something...
--- other than a change of state
If you're bored you could manually update every entity's state
Morning all, is there something like a lovelace showcase? I need some inspiration since I've decided to start from scratch and want to go down a different path than a dark themed card fest.
The forum...
Hi guys, I'm looking for a way to display a card which holds all the devices for which there is an update available (zigbee2mqtt integration/devices) with a button that publishes an update message to mqtt per device. Any ideas?
Where can I find the option to force an update on my frontend?
The usual button on the frontend is gone/removed
Are you sure it's a yaml mode dashboard?
I don't understand the requirements for adding a iframe/webpage card. For example, https://www.fbi.gov/investigate/terrorism/news will not display. Anyone know why? I am running on a VM, through duckDNS.
No all websites allow you to show it in a iframe
Hi, yea. It is in YAML mode
Good morning. I am trying to fix an issue I have. By default HA is trying to make too many columns and it is cutting things off, so I would like to limit the amount of columns to a max of say 3. My understanding is that I would use the custom layout-card, which I have installed. What I am not understanding is where to put it exactly in the existing YAML. I have it as below, but seems to be ignored. 100% sure I'm doing it wrong.
@worldly tree posted a code wall, it is moved here --> https://paste.ubuntu.com/p/jywzHYTRfY/
~codewall @worldly tree
@worldly tree Rule #6: Please do not post codewalls (longer than 15 lines) - use sites such as https://hasteb.in/, https://paste.ubuntu.com/, or others.
Please take the time now to review all of the rules and references in #rules.
Got it, thanks. My fault.
- badges: null
type: custom:layout-card
layout: vertical
max_columns: 3
cards:
- type: vertical-stack
cards:
- type: weather-forecast
entity: weather.home
- type: 'custom:simple-thermostat'
entity: climate.living_room
- entities:
- entity: switch.master_fan
- entity: switch.master_lamp ... ```
You also don't need to repoost things that the bot moved, we can see them you now π
Are you using the UI editor?
Yes
Are you using the raw editor, or pasting that into a card config?
raw
see https://github.com/thomasloven/lovelace-layout-card#layouts for formatting
It's the first card, and panel mode is set
Did that and when I did, I get the first card at full width of the screen
Oh, i get it.
I'm trying to have a sensor be presented in my lovelace when its value is not 0..
I have the following code
- type: entities
show_header_toggle: false
entities:
- type: conditional
conditions:
- entity: sensor.saj_current_power
state_not: "0"
row:
type: entity
entity: sensor.saj_current_power```
but for some reason I get this error
type: entity
entity: sensor.saj_current_power```
anyone who can see what I'm missing here ?
i don't know where to ask so here it is trying to link the alexa actionable notifications skill to HA and i get
Logger: homeassistant.components.http.ban
Source: components/http/ban.py:73
Integration: HTTP (documentation, issues)
First occurred: 4:03:58 PM (1 occurrences)
Last logged: 4:03:58 PM
Login attempt or request with invalid authentication from 127.0.0.1
It looks like it's been banned how do i fix this?
@errant birch Try this:
`type: conditional
conditions:
- entity: sensor.saj_current_power
state_not: "0"
card:
type: entities
entities:- sensor.saj_current_power
show_header_toggle: false`
- sensor.saj_current_power
OK.. try this then:
`type: entities
show_header_toggle: false
entities:
- type: conditional
conditions:- entity: sensor.saj_current_power
state_not: "0"
row:
entity: sensor.saj_current_power`
- entity: sensor.saj_current_power
@royal spear that did it .. thanks π
π
My searches has turned up https://github.com/custom-cards/button-entity-row but it seems like it's exclusive to these button elements. Is there something similar to state_icons as used there that I can use for standard Lovelace elements? Effectively, rather than just showing different colors of a single icon, show something like mdi:door-open and mdi:door-closed for a door sensor based on its on/off state?
I use the card-mod hacs integration (https://github.com/thomasloven/lovelace-card-mod). You can change almost anything on the interface changing the styles, per card or per entity.
Make it a binary sensor, and set the device_class to door
@wheat current where would I do that? Somehow set that in the entity itself, or in the Lovelace card display for it?
(I've been reading docs nonstop but am about 5 days in to HASS, so still working on the end to end grok of what to configure through the GUI vs what to put into .yaml files manually)
But if that takes care of it it would be a lot nicer than what I was just attempting, which was templating if-else icons based on states in a lovelace card
The device already has a binary_sensor entity, just not sure where to define its device_class
ah, I see the issue, customize.yaml not included
and if I wanted to use something other than the default device_class: door icons, I would still use the customizations but define a custom icon_template for the binary sensor entity?
I think you'd need a template binary sensor
https://www.home-assistant.io/integrations/binary_sensor.template/ like at the very bottom of this page
Hello, little question about custom button card, I want to toggle the state of an input_boolean (my heater) but display the numeric value of another entity (my temperature sensor)
- type: 'custom:button-card'
entity: input_boolean.heaterpower
show_name: false
show_state: true
show_icon: true
state_display: {{ states.sensor.bedroomtemperature.state }}
state:
- styles:
icon:
- color: 'rgb(0,254,0)'
value: 'on'
Obviously, the line "state_display: [...]" isn't correct, any idea ?
Hi π
@edgy canopy it doesn't use jinja templates. I'm not sure that you can pull the state from a different entity https://github.com/custom-cards/button-card/blob/master/README.md#javascript-templates
oh wait, you can. It says it in that section π€¦
As i explained few days ago, i would be interested by display my appartment in 3D, but i'm still hesitate between the floorplan-card and the picture-elements
Waits for actual question
Try [[[ states.sensor.bedroomtemperature.state ]]] I guess
oh wait, you can. It says it in that section π€¦
@elder pendant In the doc it's mentioned JavaScript template, but even with [[[ ]]] it doesn't change anything
And i have the impression, since the picture-elements has been integrated (recently), there isn't a interest to use the addon "floorplan_card" anymore
Try
[[[ states.sensor.bedroomtemperature.state ]]]I guess
@elder pendant It's exactly what I tried but doesn't work π
[[[ return states.sensor.bedroomtemperature.state ]]]
@errant grail I use picture-elements to map the buttons on a remote-control image.. it's pretty simple to do, and works just fine. Tedious work, but works perfect.
Well, picture-elements pre-dates the custom floorplan card ...
So, your theory is "a bit" wrong π
The answer is - use the one you want to use
There's no right or wrong here
It's only pleasure and pain... πΆ
Yes, but, if one is a little bit complete... π for example, i would like to display an "halo" to represent my lightstrips, and display it with the color of the lightstrip
The floorplan card can do anything you want with CSS and SVGs
The picture-elements card probably can too
I do halos for lights in Floorplan
Yes i'm drawing my appartment with SweetHome 3D
Yes it's exactly that i whant to do
@edgy canopy did the updated template work?
But, maybe one solution is easier ?
Probably
But that's about you
So, pick one, try it. If you're not happy, try the other
For example, can i move some elements with JS (e.g. modify the opacity of a propeller) or not at all ?
In which?
In any case I will finish the plan of my house beforeIn any case I will finish the plan of my house before
With picture-elements π
No idea there, somebody else will have to answer that
From what I've seen of picture-elements, you have a lot of freedom because it allows you to add your own JS. I don't see why you couldn't animate/move things if you want... but that's well into the realms of customisation, and you're probably going to have to figure it out yourself rather than copy someone else's examples.
Ah, am I thinking of the wrong card type? Might've been that custom button one π¦
Yes, that's what I said to myself
Maybe a solution allows JS or other freedom
But if not, i think i will begin with an picture-elements
Well the example you gave of modifying opacity is CSS, not JS
Here is an example of changing the opacity on state
- entity: binary_sensor.washer_running
image: /local/layout_assets/clothes_dryer.png
state_filter:
'on': brightness(100%)
'off': brightness(100%) opacity(10%)
style:
left: 28%
top: 57.5%
width: 6.5%
type: image
And I'm sure I had a reason to have brightness(100%) in both...
talking about brightness... anyone out there using light-popup-card??
hello
[[[ return states.sensor.bedroomtemperature.state ]]]
@elder pendant sadly doesn't work better
quick question: I cannot use spaces when entering YAML in the developer:services tab
Am I crazy?
The card show "return [...]" as it was plain text
Even with {{ ... }} into the [[[ ones
quick question: I cannot use spaces when entering YAML in the developer:services tab
@jade sable mine works just fine
ctr f5?
im on 109.4
i'm losing it
i haven't read all the breaking changes in 109 so i'm scared to upgrade
snapshot that B
yeah
if u paste text with spaces, does it strip them>
@edgy canopy try "[[[ return states['sensor.bedroomtemperature'].state ]]]"
It's using the hass object states object, not the jinja states object
i can use the 'fill example data' to put in spaces, but my spacebar does nothing
Do you see anything interesting in the browser console log when you try to add a space?
@edgy canopy try
"[[[ return states['sensor.bedroomtemperature'].state ]]]"
@elder pendant It works perfectly, thanks a lot!
hey folks, rather than replicate an entire dashboard view for different users, is there the ability to show a conditional card base on the user logged in?
and maybe even the device
i'm using browser_mod (but that only shows a value of connections)
answering for anyone else who had the question: https://github.com/thomasloven/lovelace-state-switch#user
does anyone know if it's possible to create a horizontally scrollable panel in lovelace? I'm looking to have 1 vertical stack per room and scroll the page to the right but I can't seem to get it working.
@smoky depot did you find which version of bar-card is functional? POS is broken and i dont' have time to fix it right now
? I just been updating it
i get an error when it tries to load
2020-05-19 19:33:55 ERROR (MainThread) [frontend.js.latest.202004272] http:/blah/hacsfiles/bar-card/bar-card.js:5332:1 Uncaught SyntaxError: Unexpected token 'export'
@real swan there is a swipe'able' card but not aware of a scroll. with swipe card you can create stacks and swipe across them
Thanks @dim jolt. I've been trying to find something to scroll at the panel level rather than the card-level
i'm not as good as most on the coding side, but i'm willing to bet if you set the width of the screen wider than it is the browser will show a scroll when you fill the space with cards. I imagine there is a fair amount of dynamic resizing going on to prevent that.
yeah.. I see what you're saying. I can probably play around with some css... So like expand the width of the body beyond the resolution of the browser and set it to use a horizontal scrollbar. Also skeptical that the dynamic magic will cooperate on mobile/desktop but worth a shot
Long-shot, but anyone know the best way to handle display of images of different aspect ratios in the frontend using the picture-elements card?
Use-case is showing currently playing title in Plex, PS4, and Spotify where applicable, in a single "entertainment" interface.
Aspect of PS4 and Spotify are both 1x1 Square, but Plex is DVD-scale aspect.
hmmm I think @green raft you want aspect_ratio: 25% or maybe 75% im not sure test it out. default is 50%.
https://www.home-assistant.io/lovelace/picture-elements/#aspect_ratio
Ahh interesting, didn't think to check that. It works if I use the mini-media-player custom plugin, because you can specify "full-cover" as the background type, but then the background has black bars.
Will see if specifying the aspect allows the background behind to show through.
hey guys how would one combined multiple media entities into one card
i have ruko alexa media player and my firestick
https://www.home-assistant.io/lovelace/conditional/ would be what you're after.
Or if you want them all displayed, just a horizontal/vertical stack card.
any example of a vertical stack card?
my cards are already customized
so how to i join them together
the stack seem to just offer presets
You can put cards within cards using some Lovelace cards (like the stack and elements cards).
So you just grab the code ("SHOW CODE EDITOR" button) for your finished media player entities then add them to the stacks.
thank you
i was able to put them as one
but the size shrink everything
is there a work around?
@green raft
The point of Lovelace is that it's a responsive design, so it scales to your current UI. If you want a tab with a single, full-size card you might want to toggle "Panel mode" (https://www.home-assistant.io/lovelace/dashboards-and-views/#panel).
Panel mode will render the first card at full size, then not render any other cards after it.
Can be toggled in the UI too by clicking the edit button in the view (right up the top/tabs).
thanks
Hello :)! Do any of you have any good lovelace card for cover that I can use? Or wanna share what card you have for MQTT cover?
My MQTT cover has Open, Closing and Stop
how does one activate the new calendar panel? the docs located here https://www.home-assistant.io/integrations/calendar/ are completely blank
Hey guys, did custom header broke for you as well after updating to 0.110?
Thanks!
would a "disable" integration/plugin option would be useful for hacs? like in this case.. where you want to know when it's updated but you need to get rid of it so that you can use the system.
wow.. it really is a lot snappier
did I imagine that when you added a new integration with a bunch of entities it would somehow let you add them all to lovelace almost automatically? I'm sure there was something like that.. can't see it now
now I just see enable/disable/remove
HA isn't my must cooperative thing this week. I updated from .109.6 to 0.110 beta 4 and my toolbar (with tabs etc) disappeared. Now I've updated to .110.0 - but it is still not showing?
uninstall remove custom header
disable the integration for it
I think you a word
@wheat current omg.. that was it.. Thanks!
@viral sorrel the βAdd to Lovelaceβ button is under Configuration > Devices page after you click on a device. I donβt think that was ever shown when you first add an integration, although that would be a cool idea.
is it possible to change thr url of a lovelace dashboard afterwards?
Hello guys! Who now make lovelace for i pad
like buttons for turn on light or control temperature
Are you asking if people use an ipad to display Lovelace?
Pretty sure many do
I did
I currently do
Which app you using?
I'm guessing a web browser
The Home Assistant app
Can i send link from youtube?
You can link to anything you want - whether people look at it ... that's different
https://youtu.be/IEMTio-dOIc like this
Can you show how?
No
What you're after requires some theming, potentially some custom cards, and basically a bunch of reading and experimenting
Or, possibly, using HA Dashboard in AppDaemon
AppDaemon is a loosely coupled, multithreaded, sandboxed python execution environment for writing automation apps. It uses the Home Assistant API (or MQTT) to communicate with HA. You can get help at their Discord server.
Ok, thank you ;D
Having a hard time finding this. When doing a theme, how can I change the color of the main bar at the top without changing the color of the main text? They seem to be linked by default.
Is anybody else seeing this issue after today's updated
https://share.ramsay.cc/BSTeqQgg/2020-05-20 15_34_00-_Untitled - Notepad.png
Hi all, a quick question - anyone upgraded to 110 already? What is the measurement of the UPnP sensor KiB/s??? It used to be KB/s - which could be easily translated to MB/s , but what about this unit? KiB/s????
I searched - and it seems that 1KiB/s = 0.008192 MB/s -> 1 divided by 122.0703
so, my router now - downloading at 4MB/s - reported by router - is actually transferring 0.0053MB/s ???
it does not add up in my head π
sensor.tp_link_router_kib_s_received 0.5 unit_of_measurement: KiB/s friendly_name: TP-LINK router KiB/s received icon: mdi:server-network
this is what HA UPnP is reporting right now
All of my icons in HA docker disappeared when I upgraded this morning π¦
Are you using custom cards and have you cleared your cache and reloaded the page?
No custom cards as far as I'm aware. Cleared browser cache, did a docker compose down -v && docker-compose up -d
the icons in the lovelace tabs across the top are missing, the ... icon to open menus, the pen icon to configure the ui
a new implementation method occurred for icons. Might be worth writing up an issue explaining what you did.
against the frontend
all I did was a docker pull && docker up
if this isn't a known issue, I don't have the time at the moment to write up a bug report. I'll hope someone else runs into it, and if not by the time I have a chance to look deeper, I'll open a ticket.
I know this was a big update, not surprised there are a few bumps along the way π
You're the first i've seen with this issue
Then again, I'm not versed well in docker so I don't know if those are the correct commands.
I just ran into the same issue
Possibly related to the Custom Header plugin... yup.. looks like it was that plugin for me
@vapid field app-header-background-color should be what u're looking for
ok. I'lll give that a go.
Anyone's gauges broke after updating HASS? I'm getting "Entity is non-numeric" where before hand, it was working fine.
Same issue with CCH. Updated and initially some icons weren't loading. now they do. CCH won't work. I had to disable
Ah, some gauges are working again... not all though
@sage shoal that happen everytime you restart HA. Let it load the values and then it will come back
OK, I'll leave it for a while π
Hello :)! Do any of you have any good lovelace card for cover that I can use? Or wanna share what card you have for MQTT cover?
My MQTT cover has Open, Closing and Stop
@soft stump Bumping here again π
What's wrong with using an entities card?
Can someone explain the difference between -iron-icon-xyz and -paper-item-icon-xyz. Perhaps you could point me to the right documentation page. Thanks
@proper mesa That worked, thanks. But now I'm trying to figure out how to change the active tab indicator.
ugh! Why did I upgrade to .110? My views got all messed up
Define "all messed up"
wheres my views gone?
Using Custom Header?
yeah
I used to have cards side by side, not they are a long vertical strip
ok but how do i disable it or do i just uninstall it for now?
if I go to "configure UI" and exit, everyt renders back to normal till I refresh
I had to edit the custom-header.js.gz file to get custom header to work again
replace "paper-icon-button" with "ha-icon-button"
I have pictures to show of what my views looked like before and what happens now
@dawn cobalt Your message has been deleted as it contains a link or a domain name 'pasteboard_dot_co' that is on the blocked list because of: 'Virus detected!'.
Please re-post by removing/changing the domain name/link. Your original message has been DM'ed to you.
Please use imgur or other image sharing web sites, and share the link here.
Here's what my one view looked like before: https://imgur.com/a/A4PngTF
and here's what happens now with .110: https://imgur.com/ShrX1ra
@elder pendant nothing wrong with it. Was wondering if there are any cool ways to make the card look more awesome
Go faster stripes
@vapid field
Using the custom header, this is how you do it ;)
custom_header:
active_tab_color: var(--state-icon-active-color)
tab_indicator_color: var(--state-icon-active-color)
how does one activate the new calendar panel? the docs located here
https://www.home-assistant.io/integrations/calendar/are completely blank
@granite prawn Did you figure it out? I can't find anything on this either.
You add a calendar integration, like caldav or goolge calendar
@granite prawn Did you figure it out? I can't find anything on this either.
@errant bone yes I did. It appears on its own once you add a calendar to HA
ah ok. Thank you.
Custom Header card is broken. Is that due to HA update or their end? thank you
If I have an entity card, and I link a sensor to be called something specific in that card, how do I do that? Earlier I'm think I could just add "name: "blabla" under -sensor.nameofthesensor
@proper mesa Thank you! That was driving me batty.
Is there a posting anywhere that points out what each color is in what element?
with the new theming options in https://www.home-assistant.io/lovelace/weather-forecast/ how do i change sizes of the images in the theme.yaml
Since updating to Core 0.110 I have this annoying "HACS" Store Symbol in the background of my UI is there any way to remove it?
Upgrade HACS and clear browse cache
in HACS
/hacs/installed
thanks π
next question: When I add Cards via HACS and I click "add to lovelace Resources" I still can't find them in Lovelace
Lazy devs
just for clarification, that'll add the .js file to your resources, not a card to your lovelace front end
(as ludeeus pointed out... if the dev did it correctly)
https://developers.home-assistant.io/docs/frontend/custom-ui/lovelace-custom-card#graphical-card-configuration
If they implement it, they can show it in the card picker
Is there a way to set a theme for a user without having to go into the profile page
you'll have to check the specific documentation associated with each addon you're trying to use. that's a pretty general question with specific answers for each implimentation.
@radiant bear select manual card and add configuration
"Manual / Custom Card" in the card-picker
@radiant bear select manual card and add configuration
@mild veldt So I writetype: custom "filepath to card" ?
did version HA version 0.11.0 broke (not compatible) with custom header add-on? Upgraded my production system to 0.11 (should have known better), and custom header is not showing the header at all (works if I disable it).
there is a beta (pre-release) of CH, try that
hopefully not a stupid question, but I don't see anything specific in the custom-header github page
https://github.com/maykar/custom-header/tree/master/src
Hey gents. I seem to have broken my lovelace navigation bar at the top
Anyone have any ideas?
Disable Custom Header