I have an input_boolean wired up to a button card which allows people to request a beer. These buttons are on most panels in the house.
Use case is if you are in the garage working and come to a stopping point and would like to have a beer on the front porch. Since likely you are covered in sawdust after working in the garage you can’t come in yourself and get the beer. Once turned on the panels in the house say “A beer has been requested on the front porch”. The person inside can turn off the button and the panels say “Your beer is on the way!”. They bring out the beer and of course one for themselves as well!
This is all working. My question is around styling of the button itself.
When “on” I would like the button to have the color of a german pilsner instead of the usual white like it is now.
I have not modified the configuration in this repo. I have the following
HDMI-CEC. I let apple tvs to turn on my tvs. I use this automation, that way it’s still a tv in homekit, but when I turn it on it also send a apple tv remote command to wake up.
I am looking to create different background images to use in my project. I’m currently using the background that comes with this excellent repo. I would like to lighten up a few of my panels with a light grey / white / light blue background.
I’m on a Mac and currently have the app called Logoist. I would buy the Pixelmator app if required. Can anyone help me with how to create a new background image. I like how the colors blend together in the current background image. I have no idea how to create this by myself.
Another question. In this repo everything is laid out with percentages, left / top etc. How are they determined? Trial and error or using a graphics package? I ask as I recently did a 7" portrait panel and that was trial and error to get the button placement.
Illustrator has a gradient mesh tool. The easiest way, if you don’t want to create on from scratch, is to pick a background gradient blur background - Google Search and I bet you can change hue/color/contrast with free apps like gimp.
Yes, trial and error. Initially created the layout in photoshop as background and placed sliced out images on top to get a rough position. Then It’s bascially trial and error and measuring in photoshop from screenshots.
Hi, I have look on your Repo and go your way with the Include Folder. I have also update the Themes yaml in it.
Now, I have two things I don’t find why.
All my buttons show the icon blue when they are off and yellow when on.
And, my font color on the Information Popup is turned to a dark color so I don’t see it.
I searched for hours now , but I can not see what I have wrong. It’s also when I use your complete Lovelace-UI.yaml.
In your Repo you say you have „splitt“ the theme.ymal?
Thanks for your reply.
Let me know if I got this correct, your apple tvs are connected over HDMI inputs to your TVs (yout TVs support HDMI-CEC protocol) commands are sent over the homekit integration to your apple tvs.
If so, this is accept just for apple products (like apple tv) or can be replicated to a fire tv stick?
No. Commands are sent from HA to apple tv. The automation is only to retain the tv device class in homekit. Ignore if you don’t use that.
If both tv and fire stick supports hdmi-cec then sure. HA turns on fire stick, fire stick turns on tv. But like I said. there’s also the smartthings integration which can turn on your tv with samsungs api.
I know my configuration is yaml but what language am I in? I’m almost sure that yaml is just the formatting (like xml) right???
For example,
icon: >
[[[ if (states['group.window_sensor_group'].state === 'on') {
return '<f
what language is the [[[ and then the { }?
I want to learn a good background on this language as I up until now have just been copying code from other places and implementing it. I would like to be able to write my own from scratch. I’m not sure what resources everyone have used to learn.
Another example of “I don’t know what this is doing” is