All Projects → ofekashery → Vertical Stack In Card

ofekashery / Vertical Stack In Card

Licence: mit
📐 Home Assistant Card: Similar to vertical/horizontal-stack, but removes card borders

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Vertical Stack In Card

Hassio Addons
The repository for my Home Assistant Supervisor Add-ons.
Stars: ✭ 71 (-86%)
Mutual labels:  homeassistant, hacktoberfest
Awesome Home Assistant
A curated list of amazingly awesome Home Assistant resources.
Stars: ✭ 3,487 (+587.77%)
Mutual labels:  homeassistant, hacktoberfest
Home Assistantconfig
🏠 Home Assistant configuration & Documentation for my Smart House. Write-ups, videos, part lists, and links throughout. Be sure to ⭐ it. Updated FREQUENTLY!
Stars: ✭ 3,687 (+627.22%)
Mutual labels:  homeassistant, hacktoberfest
Gameserver
League Sandbox's Game Server
Stars: ✭ 497 (-1.97%)
Mutual labels:  hacktoberfest
Pdm
A modern Python package manager with PEP 582 support.
Stars: ✭ 492 (-2.96%)
Mutual labels:  hacktoberfest
Sqlfluff
A SQL linter and auto-formatter for Humans
Stars: ✭ 497 (-1.97%)
Mutual labels:  hacktoberfest
React Native Background Upload
Upload files in your React Native app even while it's backgrounded. Supports Android and iOS, including camera roll assets.
Stars: ✭ 504 (-0.59%)
Mutual labels:  hacktoberfest
Awesome Plotters
A curated list of code and resources for computer-controlled drawing machines and other visual art robots.
Stars: ✭ 495 (-2.37%)
Mutual labels:  hacktoberfest
Miminium
DISCONTINUED - Miminium Admin Template
Stars: ✭ 502 (-0.99%)
Mutual labels:  hacktoberfest
Asciidoctor.js
A JavaScript port of Asciidoctor, a modern implementation of AsciiDoc
Stars: ✭ 500 (-1.38%)
Mutual labels:  hacktoberfest
Lapin
AMQP client library in Rust, with a clean, futures based API
Stars: ✭ 497 (-1.97%)
Mutual labels:  hacktoberfest
Pangeo
Pangeo website + discussion of general issues related to the project.
Stars: ✭ 500 (-1.38%)
Mutual labels:  hacktoberfest
Alembic
⚗️ A Jekyll boilerplate theme designed to be a starting point for any Jekyll website
Stars: ✭ 501 (-1.18%)
Mutual labels:  hacktoberfest
Carbonate
Utilities for managing graphite clusters
Stars: ✭ 498 (-1.78%)
Mutual labels:  hacktoberfest
Facebook Scraper
Scrape Facebook public pages without an API key
Stars: ✭ 499 (-1.58%)
Mutual labels:  hacktoberfest
Po Angular
Biblioteca de componentes Angular.
Stars: ✭ 497 (-1.97%)
Mutual labels:  hacktoberfest
Circleci Docs
Documentation for CircleCI.
Stars: ✭ 501 (-1.18%)
Mutual labels:  hacktoberfest
Imgui Go
Go wrapper library for "Dear ImGui" (https://github.com/ocornut/imgui)
Stars: ✭ 499 (-1.58%)
Mutual labels:  hacktoberfest
Simd Json
Rust port of simdjson
Stars: ✭ 499 (-1.58%)
Mutual labels:  hacktoberfest
Node Maxmind
Maxmind GEO Lookup
Stars: ✭ 501 (-1.18%)
Mutual labels:  hacktoberfest

Vertical Stack In Card

Version Downloads Version Stars Discord

Vertical Stack In Card allows you to group multiple cards in one card.

Please ⭐️ this repo if you find it useful

Example

Options

Name Type Default Description
type string Required custom:vertical-stack-in-card
cards list Required List of cards
title string Optional Card title
horizontal boolean Optional Default: false

Installation

  1. Install the vertical-stack-in-card card by copying vertical-stack-in-card.js to <config directory>/www/vertical-stack-in-card.js

Bash:

wget https://raw.githubusercontent.com/ofekashery/vertical-stack-in-card/master/vertical-stack-in-card.js
mv vertical-stack-in-card.js /config/www/
  1. Link vertical-stack-in-card inside your ui-lovelace.yaml
resources:
  - url: /local/vertical-stack-in-card.js?v=0.4.0
    type: js
  1. Add a custom card in your ui-lovelace.yaml

Example

type: 'custom:vertical-stack-in-card'
title: My Card
cards:
  - type: glance
    entities:
      - sensor.temperature_sensor
      - sensor.humidity_sensor
      - sensor.motion_sensor
  - type: entities
    entities:
     - switch.livingroom_tv
     - entity: script.livingroom_receiver
       name: Receiver
     - switch.livingroom_ac

Credits

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].