All Projects → Deejayfool → hass-shutter-card

Deejayfool / hass-shutter-card

Licence: Apache-2.0 License
Shutter card for Home Assistant Lovelace UI

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to hass-shutter-card

uptime-card
Minimalistic uptime card for Home Assistant Lovelace UI
Stars: ✭ 152 (+0.66%)
Mutual labels:  home-assistant, hacs, hassio, lovelace
purifier-card
Air Purifier card for Home Assistant Lovelace UI
Stars: ✭ 155 (+2.65%)
Mutual labels:  home-assistant, hacs, lovelace, custom-cards
Home-Assistant-custom-components-DPC-Alert
Italy Meteo-hydro alert and hydrogeological phenomena Civil Protection (Protezione Civile). In this custom component you can find the vigilance Bulletin and the Bulletin of national hydrogeological and hydraulic criticalities. They allow to check whether in your current location there will be criticalities/warnings related to weather-hydrogeolog…
Stars: ✭ 31 (-79.47%)
Mutual labels:  home-assistant, hacs, hassio
tv-card
📺 TV Remote Card
Stars: ✭ 139 (-7.95%)
Mutual labels:  hassio, lovelace, custom-cards
lovelace-valetudo-map-card
Draws the map available from a Xiaomi Vacuum cleaner flashed with Valetudo in a Home Assistant Lovelace card
Stars: ✭ 149 (-1.32%)
Mutual labels:  home-assistant, hacs, lovelace
entur-card
Home Assistant Lovelace card card for the Entur public transport component.
Stars: ✭ 38 (-74.83%)
Mutual labels:  home-assistant, hacs, lovelace
decluttering-card
🧹 Declutter your lovelace configuration with the help of this card
Stars: ✭ 186 (+23.18%)
Mutual labels:  home-assistant, lovelace, custom-cards
numberbox-card
Replace input_number sliders with plus and minus buttons
Stars: ✭ 61 (-59.6%)
Mutual labels:  home-assistant, hacs, lovelace
ha-zoom-automation
Custom Home Assistant component for Zoom. Tracks when you are connected to a Zoom call by default but may allow you to track more.
Stars: ✭ 47 (-68.87%)
Mutual labels:  home-assistant, hacs, hassio
Home-Assistant-Sensor-Afvalbeheer
Provides Home Assistant sensors for multiple Dutch and Belgium waste collectors
Stars: ✭ 157 (+3.97%)
Mutual labels:  home-assistant, hacs, hassio
hifiberry
This is a custom component to allow control of HifiberryOS devices in Home Assistant using the audiocontrol2 REST API.
Stars: ✭ 26 (-82.78%)
Mutual labels:  home-assistant, hacs, hassio
bom-radar-card
A rain radar card using the new tiled images from the Australian BOM
Stars: ✭ 52 (-65.56%)
Mutual labels:  home-assistant, hacs, lovelace
MeteoalarmCard
Meteoalarm, Météo-France and DWD severe weather warnings card for Home Assistant Lovelace UI ⛈️
Stars: ✭ 48 (-68.21%)
Mutual labels:  hacs, lovelace, custom-cards
lovelace-battery-entity-row
Show battery states or attributes with dynamic icon on entity rows in Home Assistant's Lovelace UI
Stars: ✭ 49 (-67.55%)
Mutual labels:  home-assistant, hacs, lovelace
linak-desk-card
Home Assistant Lovelace Card for controlling desks based on linak bluetooth controller.
Stars: ✭ 26 (-82.78%)
Mutual labels:  home-assistant, hacs, lovelace
pymusiccast
Group MusicCast Speakers with Home Assistant
Stars: ✭ 34 (-77.48%)
Mutual labels:  home-assistant, hassio, lovelace
air-visual-card
A Lovelace card showing air quality data from airvisual.com. Requires the AirVisual component.
Stars: ✭ 70 (-53.64%)
Mutual labels:  home-assistant, lovelace
works-with-home-assistant
Equipment and software that works with Home Assistant
Stars: ✭ 32 (-78.81%)
Mutual labels:  home-assistant, hassio
lovelace-soft-ui
💫 Simple and clean Lovelace configuration
Stars: ✭ 807 (+434.44%)
Mutual labels:  home-assistant, lovelace
content-card-linky
cardLinky comptatible with sensor apiEnedis
Stars: ✭ 48 (-68.21%)
Mutual labels:  hacs, lovelace

Shutter card

hacs_badge buymeacoffee_badge

Note : Be careful, since version 2021.11.0 of Home Assistant, there is a breaking change in the icon buttons. So install v1.3.0 of this card only if you have at least the version 2021.11.0 of Home Assistant

This card allows to open, close or set a shutter to the opening rate you want.

Shutter card

Configuration

General

Name Type Required Default Description
type string True - Must be "custom:shutter-card"
title string False - Title of the card

Entities

Name Type Required Default Description
entity string True - The shutter entity ID
name string False Friendly name of the entity Name to display for the shutter
buttons_position string False left Set buttons on left or on right of the shutter
title_position string False top Set title on top or on bottom of the shutter
invert_percentage boolean False false Set it to true if your shutter is 100% when it is closed, and 0% when it is opened

Remark : you can also just give the entity ID (without to specify entity:) if you don't need to specify the other configurations.

Sample

type: 'custom:shutter-card'
title: My shutters
entities:
  - entity: cover.left_living_shutter
    name: Left shutter
    buttons_position: left
    title_position: bottom
  - cover.bedroom_shutter

Install

If you use HACS, the resources will automatically be configured with the needed file.

If you don't use HACS, you can download js file from latest releases. Drop it then in www folder in your config directory. Next add the following entry in lovelace configuration:

resources:
  - url: /local/hass-shutter-card.js
    type: module
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].