-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HACS Repo #21
Comments
sorry but my cards can not be added via HACS, as UI-Minimalist does not support GitHub for maintaining custom cards, the only way is to manually add my cards to the correct folder. |
I have re-worked the templates to be a stand-alone button-card template, that can be used in any yaml mode dashboard, if you are still interested in this please reply to this. |
@andyblac Yes I am interested in the cards. Can you please share ? |
here's a copy of my dashboard, add like the following: lovelace:
mode: storage
dashboards:
lovelace-andyblac:
mode: yaml
title: Main
icon: phu:imac
show_in_sidebar: true
filename: dashboard/AndyBlac/main.yaml |
the main dashboard file is |
I went through these but couldn't get it to work for me |
it has all my entities in It, so you have to just look at how I did it and create your own version. YAML dashboards are not for the novice as they take a lot of work and time. |
Andy, I fully understand what you are saying, and I have done already some work related to YAML dashboards, but I hoped I could easier copy and paste what you have done. |
start by commenting out all rooms and sidebar from my ie line 45 and lines 81 to 455 then in this block # Front Garden
- type: custom:button-card
view_layout:
grid-area: room1
template:
- andyblac_card_room
tap_action:
action: navigate
navigation_path: front-garden
variables:
andyblac_card_room_area_id: front_garden
andyblac_card_room_color: green
sensor_label_1: sensor.front_garden_motion_sensor_temperature
sensor_label_2: sensor.front_garden_soil_sensor_humidity
sensor_label_3: sensor.front_garden_motion_sensor_illuminance_lux
# custom_1:
# entity_id: camera.front_garden_video_doorbell_poe_clear
sensor_1:
entity_id: binary_sensor.front_door
sensor_2:
entity_id: binary_sensor.front_garden_motion_sensor_occupancy
templates:
- motion_animation
sensor_3:
entity_id: valve.front_garden_water_control
templates:
- sprinkler_animation
entity_3:
entity_id: light.front_garden_light
andyblac_card_room_use_light_color: true
# templates:
# - outdoor-light
change my entity id to your own ones, or comment out the block ie line 66 to 69 to disable |
@andyblac I went into this direction. The problem arises directly with the following variable Resulting in the following error |
post your cards yaml, I'll take a look at where your going wrong, also what version of Home Assistant are you running ? |
I am running the latest version of home assistant Core 2024.8.2 Here is the first part of the code lab.yaml which allows for the templates to be loaded - tested it and it works.
Here is part of the master_remote.yaml which is related to your code. The problem I am facing is related to the andyblac_card_room_area_id. What should this be as I see in the template you have put some jinga code related to this variable.
Thank you for your help by the way |
here's my theme in case it missing colours etc |
oh btw, don't forget to refresh the dashboard every time you make a change, by clicking on the 3 dots top right of the dashboard and then clicking refresh. |
strange, I'm on Mac as well, but sure here you go. |
In your opinion, do you think we cannot your project to the bubble card project ? |
I have yet to work out how to get the font size to increase/decrease dynamically with the card size. |
I have not yet tried bubble card, but what did you have in mind ? |
I'll have a play, see if I can add a template that can use a bubble card yaml to import like I did for auto-entities |
It's a nice project. Other project I'm examining is Rouded https://community.home-assistant.io/t/rounded-dashboard-guide/543043/2 |
By the way, the reason why you went full control via grid is because you wanted the same for iphone - ipad - mac ? |
do you have an example of where or what you wanted to popup usage bubble card in my room card ? |
I'm trying to understand the sidebar code... I am not sure what's going on with the weather cards...
|
it's used to hide certain bits etc that I do not need on iPhone / iPad screens. |
Currently, it doesn't make a distinction btw the different environments. I am getting everything |
have a play with the min / max values. |
What is the purpose of the scenes ? |
activate a scene. |
Of course, it is to activate scenes. However, can you explain the use case ? Never went into that direction as I didn't really saw the value |
Good Morning scene, good night, away, tv time, etc, etc ..... |
Hi Andy, went through the rest of the code looking for a solution how to visualise my motion- and door sensors. Still struggle with this... Any clever ideas ? (I see you did a count... but rather thinking to include it in the rooms somehow. Thoughts ? |
The problem arises when you have more then 1 door or motion sensor in the room... |
have different shades of colour for each?, or create a sensor group and use that as entity, so if any motion in the room the 1 icon indicates it. |
In some case, I probably will use a group helper because the ESP Presence sensor has 3 entities |
I'll try, but the ones I did took me ages, lol, as I'm not great at SVG code :) what are you wanting ? |
You probably better then me... I would say, if you lay in the bed, you see a bed, person, and some zzzzz moving |
exactly what i am looking for |
HI Andy, hope you are doing well. I am cracking on with the dashboard, but I'm having trouble with the colour of the main room cards. |
you can also use or you can edit the theme and add the colours you want. here are the full docs to the room card |
Thank Andy for your quick reply. Sorry to ask, any progress on the bed animation. |
not had chance yet, maybe look in the ha forum for svg animations, I could then try to adapt them to fit my card. |
Hi Andy, It looks for the TV and the Vent, we could use the following |
yes we can use those, not directly but could be adapted. |
Thank you in advance. Here is another project that has a set of animations. https://github.com/studioIngrid/studio-icons_beta |
Hi Andy, I hope you are doing well. Any chance you had some time to work on the animations ? |
@andyblac I hope you are doing well. I've finally finished the first part of the new UI with your cards and bubble cards. I would like to tweak my ipad view. Basically, the 4 rows with each 3 cards, is a bit too big for the ipad 9 that I've installed. What is possible to tweak this ?
I changed the fit-content value, but this doesn't change a thing. Can you please advise ? |
@andyblac @ddewar
Your cards look amazing. I’ve been trying to figure out how to get them installed in hacs. As if I add them manually, i need to maintain the updates. The link at the bottom of your github, opens up the my-cards in hacs from GitHub - AnthonMS/my-cards: Bundle of my custom Lovelace cards for Home Assistant. Includes: my-slider, my-slider-v2, my-button 2.
I’m getting the follow error <Plugin andyblac/UI-Minimalist-Custom-Cards> Repository structure for v2.1 is not compliant when trying to add the custom repo
GitHub - andyblac/UI-Minimalist-Custom-Cards: A modified version of Minimalist Room Card. and category lovelace
Can you please have a look ?
The text was updated successfully, but these errors were encountered: