matisaul
(Matias Saul)
September 28, 2018, 8:17pm
1
Hi all,
This is my first contribution on HA. Vertical Style is a custom Lovelace card for Home Assistant who let you group diferent cards in one vertical-stack card, with diferent style options, like title, card color, to have a border or not. This is very useful for cards like custom:button-card
or picture-entity
, giving the option for add a title and grouping in a column.
This is my github project:
Vertical Style is a custom Lovelace card for Home Assistant who let you group diferent cards in one card, with diferent style options, like title, card color, to have a border or not. - matisaul/ve...
Enjoy!
9 Likes
sti0
(Sti0)
September 28, 2018, 10:08pm
2
Great card. Thank you so much. This is what I needed. Now I can give my button cards a header.
I’ve got one suggestion: could you maybe make the header showing like the standard lovelace headings if no customization was done?
1 Like
kljord
September 29, 2018, 1:12am
3
Also exactly what I’ve been looking for, and works great! Thanks so much for making this!
1 Like
Klagio
(Klagio)
September 29, 2018, 10:03am
4
Fantastic, can you please make it part of the custom updater cards?
Having now so many custom components it is difficult to track manually updates all of them
1 Like
gerard33
(Gerard 🇳🇱)
September 29, 2018, 11:10am
5
Awesome stuff! Works great indeed to group the custom:button-card
nicely.
1 Like
matisaul
(Matias Saul)
September 29, 2018, 11:48am
6
Thanks for your suggestion! I release a new version, now you can just add a title, style is optional.
matisaul
(Matias Saul)
September 29, 2018, 11:55am
7
Now you can add this card to custom_updater. The json file is in my repo.
1 Like
sti0
(Sti0)
September 29, 2018, 1:49pm
8
Thanks you! Works perfect
Klagio
(Klagio)
September 30, 2018, 11:48am
9
Is it done automatically updating your component, or do I need to do something on my side
matisaul
(Matias Saul)
September 30, 2018, 12:24pm
10
You need to add the json url in your custom_updater component. In the github project you can see the steps for this.
Klagio
(Klagio)
September 30, 2018, 4:29pm
12
matisaul
(Matias Saul)
September 30, 2018, 5:34pm
13
You need to put the tracker.json
url, not the card js file. It was my bad, sorry. Now I put the correct url.
Klagio
(Klagio)
September 30, 2018, 5:56pm
15
It still gives error… Not sure it’s me or the json format is not correct
matisaul
(Matias Saul)
October 1, 2018, 12:49pm
16
That’s strange, It works for me. Could you show me the error log?
Klagio
(Klagio)
October 1, 2018, 1:14pm
17
Not sure where the error is.
This is all my config
custom_updater:
track:
- components
- cards
- python_scripts
card_urls:
- https://raw.githubusercontent.com/matisaul/vertical-style-card/master/tracker.json
- https://raw.githubusercontent.com/kuuji/button-card/0.0.2/tracker.json
# - https://raw.githubusercontent.com/custom-cards/information/master/repos.json
resources:
- url: /local/gauge-card.js?v=0.2.0
type: js
- url: /local/monster-card.js
type: js
- url: /local/custom_ui/weather-card.js
type: js
- url: /local/entity-attributes-card.js?v=0.1.1
type: js
- url: /local/bignumber-card.js?v=0.0.1
type: js
- url: /local/plan-coordinates.js?v=0.1.0
type: js
- url: /local/alarm_control_panel-card.js?v=0.4.0
type: js
- url: /local/thermostat-card.js
type: module
- url: /local/dual-gauge-card.js
type: js
- url: /local/light-card.js
type: js
- url: /local/custom-lovelace/button-card.js?v=0.0.2
type: module
- url: /local/tracker-card.js?v=0.1.5
type: js
- url: /local/mini-media-player.js?v=0.0.2
type: module
- url: /local/lovelace-fullykiosk.js
type: js
- url: /local/kiosk-config.js
type: js
matisaul
(Matias Saul)
October 1, 2018, 1:36pm
18
Custom_updater looks ok, but you don’t have the vertical-style-card in your resources.
Klagio
(Klagio)
October 1, 2018, 2:17pm
19
Ops, it was there, I may have not saved the file. Thanks for noting it.
SO this is solved, although I do get ?? Update as title, and clicking on upfdate does not update (but it shows the updates available, it seems)
matisaul
(Matias Saul)
October 1, 2018, 2:54pm
20
That It’s a custom updater problem. Do you update to the lastest version of py file ?
Klagio
(Klagio)
October 1, 2018, 4:08pm
21
yes I did today as well, just to make sure. Very strange
sendorm
(Sendorm)
October 2, 2018, 7:05am
22
The custom_updater itself is in the process of debugging. We have a issue about this matter on github.
https://github.com/custom-cards/tracker-card/issues/21