Hey everyone. Looking to get some help on a the last few items for my setup. Iāve typically been able to get things working through trial and error, but I canāt seem to figure these out. Any help would be appreciated.
The first are these circular buttons in the Frigate card. Iām trying to change the background circle color, as well as the icon color:
For the background circle color, the card-mod helper output is "body>home-assistant$home-assistant-main$ha-drawer>partial-panel-resolver>ha-panel-lovelace$hui-root$#view>hui-view>hui-masonry-view$#columns>div>hui-vertical-stack-card$#root>frigate-card$#ha-card>frigate-card-menu$div.matching>ha-icon-button:nth-child(1)"
with the property to change being background-color within ha-icon-button.button.
The icon color for it is within the same card-mod helper output, and the property is color, but this is not within ha-icon-button.button.
The last thing is the selected icon color within the controls in a tile card:
The card-mod helper output is: "body>home-assistant$home-assistant-main$ha-drawer>partial-panel-resolver>ha-panel-lovelace$hui-root$#view>hui-view>hui-masonry-view$#columns>div>hui-vertical-stack-card$#root>hui-tile-card$ha-card>hui-card-features$hui-fan-speed-card-feature$div>ha-control-select$#option-off"
with the property being color within .option.selected
For all of these, Iām able to get the property I want changed when inspecting, but canāt figure out how to format it properly for card-mod.
I am monitoring a fire-alarm panel, which used to work.
Log says: Template error: int got invalid input āNoneā when rendering template ā{{ state_attr(āsensor.sensor_thingspeakā, āfield1ā) | int}}ā but no default was specified.
field1: "0"
Nothing has been changed lately, canāt see any errors
I have the hover over icons working but it doesnāt seem to work when hovering over labels. I tried a few things but couldnāt quite get it. Is there a way to do this with the label: attribute? Thanks.
Hi, I have a custom button card with a entity picture image ( the currently playing cover). It is possible to fade in the image every time that change? Now load without any transition. Is possible with card-mod?
this was the last code.
i also tried without card-mod at the beginning, because i read about a breaking change not to use this anymore.
i used --paper-item-icon-color instead
inserted the color without template
and tried to use a kind of this
I apologize @Mariusthvdb, I should have explained myself better. Currently when hovering over the active tab the icon, label text, and underline are all highlighted. However, when hovering over an inactive tab only the icon is highlighted. Since I donāt use icons on the tabs and only the label text is displayed, when I hover Iād like the label text to highlight.
I have a bunch of temperature sensors that show āHotā, āColdā or āOKā based on the room temperature.
I want to diplay these in a history graph with the bar color being red for āHotā, blue for āColdā and green for āOKā. How would I go about doing this?