I think you are confusing some stuff with each other.
You should have the Minimalist integration installed for the minimalist room card to get the correct button_card_template and all of its nested templates.
Now you are using a different HACS plugin based on the YAML you’ve shared.
The correct code is also available on the link you posted, that code includes:
type: "custom:button-card"
Where you have tried it with a non minimalist plugin:
Also as mentioned by another user there is no Minimalist theme selected on your device based on the screenshot. That can give you some nasty effects even when you have setup the card correctly according the accompanied documentation
I thought he meant Frontend on the HACS, Okay I just installed the Minimalist Integration
Is there a way to select a Minimalist theme for a specific dashboard? because my other dashboard requires notics theme to be selected.
Glad it worked!
As for the picture, I assume you are referring to the button icon.
If so, you can enable the icon for it.
As for the state, it’s a bit tricky to explain given that I don’t know your current set-up.
This heater that you are controlling via Google Assistant SDK, is it in any way accessible in Home Assistant? If it’s a state only entity and can’t control it just add it to this button so you can see its state:
type: button
icon: "mdi:heat-wave" #or whatever icon you like
entity: switch.your_heater_entity #entity of the device you'd like to know the state
name: Heater ON
show_state: true
tap_action:
action: call-service
service: google_assistant_sdk.send_text_command
data:
command: "turn on bedroom heater"
New to the UI Minimalist project but already loving it!
I am wondering if I can change the decimal point into a comma for all the cards. I think some cards did display it like that but every card that uses a temperature (room card, graph card etc) use a point.
I have my profile settings set accordingly
My “normal” Lovelace dashboard displays all the values as shown.
I assume I can edit the Template Code of the cards to replace the decimal point but I am just wondering if there is a central place I can change this.
Specifically the radio_speaker variable. I get the following error: Failed to call service script/turn_on. extra keys not allowed @ data['radiospeaker']
What is the correct way to pass an extra variable with this card?
how can you change the images on the scene card in such a way that a full screen is taken over from the scenes?
I
would like to control hue scenes there and take over the images of the scenes. these should then be displayed there as a full circle.
Hey all,
I have followed up step by step the tuto to install and create the first buttons etc and it works nicely on my laptop. However when I visualize the outcome on my mobile (android) all icons are black… what am I missing ?