Thank you! Yea I’m trying to figure out how to “nicely” integrate clouds and weather. Messing around with gifs and videos for rain etc. I think I will make custom animations.
At a certain point it seems easier just to make a 3D home in unity or three js
At first they were almost inverted, but after adding hue-rotate:
'on': opacity(100%) hue-rotate(-50deg)
It looks better. I’m still not able to get as correct and saturated colors as OP. The biggest problem right now is when my lamp IRL is white, the room is orange/closest color in the color wheel. Is there a solution?
Would be amazing to fix this color sync issue.
I’m not able to change the light settings from my phone. Do I have to do anything to enable touch?
Good evening, congratulations for the really nice project, I too started to create my configuration but I am having problems and I don’t really know where to put my hand … practically the card weather I can’t see it in its entirety. where can i change the position?
hello, I love your work it just looks really great! But I have the following two error messages:
0 is read-only
can’t define property “useTemperature”: Object is not extensible
unfortunately I do not know exactly where the error comes from, how would I get more detailed debug information? I have currently simply imported your complete lovelance.yaml. as well as uploaded all the dependencies.
I’ve managed to do everything except the vacuum part. I’ve integrated with HA, made the design and everything, but unfortunately the pics are not working as they should. I’ve looked a thousand times on your code and compared it to mine, and i don’t know what the problem is.
As you can see in the picture, as soon as i select a room to clean, the picture remains that way. Can you or somebody give me a suggestion ? (I’m fairly new to this HA )
Regards,
Seb
Later edit: I’ve managed to to get it working…in a way.
Hey Fabrizo! Sorry I really just put it online as some people requested it. I do my best to comment in the code but it is a more complicated lovelace UI given the manual positioning of stuff and the way I did it very custom. Let me know if you have any specific questions (feel free to discord me!) I can help you out.
Very cool! And thank you for your kind words. Looks really cool, nice work. Glad my config helped you and also very glad you are learning some new things. All this web code can be very helpful to know in ALOT of places. Well done!
Hey so this part of the code looks right. The following should adjust its position:
left: 11.4%;
top: 85.5%;
If it doesnt, it might be a syntax thing or something else in your Yaml file. Feel free to share it on discord with me if you are still having problems I can try to take a look.
Hey there! Do you mean the “Cleaning Kitchen” and green square bit? If so, the images respond to the input variable: input_text.room_cleaning
If the images are still there when your vacuum is done, check the status of input_text.room_cleaning in Developer Tools >> States. It should say “charging” or “none”. If not, then there is something wrong with this entity.
Make sure you have the following in your configuration.yaml:
input_text:
room_cleaning:
name: Currently Cleaning Room
initial: charging
So im going to guess somewhere in your lovelace is an entity that doesnt exist? useTemperature is not something in my code anywhere so im curious where in you have it. Try searching in lovelace.yaml for it and share the code where you find it?
Hey lukevink, i realized that i reached a code that was not finished but i figured out in the mean time what to do with it. Anyways, thank you for posting your code, i’ve learned a lot on how HA is working (i just started 2 weeks ago) and i’ve learned a bit of YAML and CSS
Right now i’m working on Media page, but what i realized that the integration with spotify is working really slowly, or maybe my configuration is wrong. Do you have some suggestion, or some updates for your code? I;m using the “official” integration of Spotify with HA and the 2 components you are using. Thanks
thank you so much for the reply … I would like to ask you something … is it possible to add the “alarm-panel” card as in the picture?
I am trying but with a negative result