All Projects → IhorSyerkov → linak-desk-card

IhorSyerkov / linak-desk-card

Licence: MIT license
Home Assistant Lovelace Card for controlling desks based on linak bluetooth controller.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to linak-desk-card

lovelace-fan-xiaomi
Xiaomi Smartmi Fan Lovelace card with CSS fan animation
Stars: ✭ 60 (+130.77%)
Mutual labels:  hacs, lovelace, custom-card
numberbox-card
Replace input_number sliders with plus and minus buttons
Stars: ✭ 61 (+134.62%)
Mutual labels:  home-assistant, hacs, lovelace
lovelace-battery-entity-row
Show battery states or attributes with dynamic icon on entity rows in Home Assistant's Lovelace UI
Stars: ✭ 49 (+88.46%)
Mutual labels:  home-assistant, hacs, lovelace
hass-shutter-card
Shutter card for Home Assistant Lovelace UI
Stars: ✭ 151 (+480.77%)
Mutual labels:  home-assistant, hacs, lovelace
purifier-card
Air Purifier card for Home Assistant Lovelace UI
Stars: ✭ 155 (+496.15%)
Mutual labels:  home-assistant, hacs, lovelace
uptime-card
Minimalistic uptime card for Home Assistant Lovelace UI
Stars: ✭ 152 (+484.62%)
Mutual labels:  home-assistant, hacs, lovelace
roku-card
📺 Roku Remote Card
Stars: ✭ 86 (+230.77%)
Mutual labels:  home-assistant, lovelace, custom-card
home-assistant-sun-card
Home assistant sun card based on Google weather design
Stars: ✭ 279 (+973.08%)
Mutual labels:  home-assistant, hacs, custom-card
bom-radar-card
A rain radar card using the new tiled images from the Australian BOM
Stars: ✭ 52 (+100%)
Mutual labels:  home-assistant, hacs, lovelace
entur-card
Home Assistant Lovelace card card for the Entur public transport component.
Stars: ✭ 38 (+46.15%)
Mutual labels:  home-assistant, hacs, lovelace
lovelace-valetudo-map-card
Draws the map available from a Xiaomi Vacuum cleaner flashed with Valetudo in a Home Assistant Lovelace card
Stars: ✭ 149 (+473.08%)
Mutual labels:  home-assistant, hacs, lovelace
charger-card
A lovelace card for electrical vehicle (EV) home chargers and charging robots.
Stars: ✭ 57 (+119.23%)
Mutual labels:  hacs, lovelace
fullscreen-card
Make your Home Assistant browser fullscreen with one tap.
Stars: ✭ 23 (-11.54%)
Mutual labels:  hacs, custom-card
Integration
HACS gives you a powerful UI to handle downloads of all your custom needs.
Stars: ✭ 2,114 (+8030.77%)
Mutual labels:  home-assistant, hacs
MeteoalarmCard
Meteoalarm, Météo-France and DWD severe weather warnings card for Home Assistant Lovelace UI ⛈️
Stars: ✭ 48 (+84.62%)
Mutual labels:  hacs, lovelace
atomic-calendar-revive
An advanced calendar card for Home Assistant Lovelace.
Stars: ✭ 218 (+738.46%)
Mutual labels:  hacs, lovelace
hass-pandora-cas
Home Assistant custom component for Pandora Car Alarm System
Stars: ✭ 15 (-42.31%)
Mutual labels:  home-assistant, hacs
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 (+14080.77%)
Mutual labels:  home-assistant, lovelace
home assistant tractive
Custom component for Tractive
Stars: ✭ 34 (+30.77%)
Mutual labels:  home-assistant, hacs
ha-iaquk
Indoor Air Quality Sensor Component for Home Assistant
Stars: ✭ 57 (+119.23%)
Mutual labels:  home-assistant, hacs

LinakDesk Card by @IhorSyerkov

hacs

Home Assistant Lovelace Card for controlling desks based on linak bluetooth controller.

linak-desk-card_preview

Designed to work with https://github.com/j5lien/esphome-idasen-desk-controller

HACS

This card is available in HACS (Home Assistant Community Store). Just search for Linak Desk Card in plugins tab.

Config

type: 'custom:linak-desk-card'
name: ''
desk: cover.desk
height_sensor: sensor.desk_height
moving_sensor: binary_sensor.desk_moving
connection_sensor: binary_sensor.desk_connection
min_height: 62
max_height: 127
presets:
  - label: Stay
    target: 108
  - label: Sit
    target: 76

Options

Name Type Requirement Description Default
type string Required custom:linak-desk-card
name string Optional Card name `` .
desk string Required Home Assistant entity ID (cover). none
moving_sensor string Required Home Assistant entity ID (sensor). none
connection_sensor string Required Home Assistant entity ID (binary_sensor). none
height_sensor string Required Home Assistant entity ID (binary_sensor). none
max_height number Required Desk height in min position. none
min_height number Required Desk height in max position. none
presets Array Optional Predefined presets []

preset object

Name Type Description
label string Preset label.
target number Absolute height in cm

Supported languages

This card supports translations. Please, help to add more translations and improve existing ones. Here's a list of supported languages:

  • English
  • Українська (Ukrainian)

Supported models

  • Ikea IDÅSEN

References

License

MIT ©

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].