From a6bad2b39874d2db86564543a99476e930053bb6 Mon Sep 17 00:00:00 2001 From: Jesse Wisener <38670315+th3jesta@users.noreply.github.com> Date: Fri, 20 Jan 2023 16:07:06 -0500 Subject: [PATCH] Update for new capped button types. --- README.md | 37 ++++++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bf271c..0367576 100644 --- a/README.md +++ b/README.md @@ -335,7 +335,42 @@ card_mod: -9. `bar` `bar-right` `bar-large` `bar-large-right` - standalone header-type bar; only intended for and tested with Markdown cards +9. `button-capped` `button-capped-right` - similar to the bullet, but capped on the round side; same column restrictions apply + + + + + + + + +
YAML Result
+ +```yaml +show_name: true +show_icon: true +type: button +tap_action: + action: toggle +entity: light.bathroom +card_mod: + class: button-capped + +show_name: true +show_icon: true +type: button +tap_action: + action: toggle +entity: switch.built_in +card_mod: + class: button-capped-right +``` + + +image +
+ +10. `bar` `bar-right` `bar-large` `bar-large-right` - standalone header-type bar; only intended for and tested with Markdown cards
YAML Result