All Projects → DurgNomis-drol → google_home_timers_card

DurgNomis-drol / google_home_timers_card

Licence: MIT license
Card for Home Assistant Google Home integration.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to google home timers card

lovelace-roomba-vacuum-card
HA Lovelace Card for iRobot Roomba Vacuum Cleaner leveraging the rest980 Docker Image
Stars: ✭ 34 (+17.24%)
Mutual labels:  lovelace, home-assistant-frontend, lovelace-ui, lovelace-custom-card
numberbox-card
Replace input_number sliders with plus and minus buttons
Stars: ✭ 61 (+110.34%)
Mutual labels:  lovelace, lovelace-ui, lovelace-custom-card, lovelace-cards
Home-Assistant-Main
My Home Assistant Configuration Be sure to ⭐ my repo so you can keep up to date on the daily progress!
Stars: ✭ 54 (+86.21%)
Mutual labels:  home-automation, lovelace, home-assistant-frontend
lovelace-attribute-entity-row
Show attribute(s) on entity rows in Home Assistant's Lovelace UI
Stars: ✭ 21 (-27.59%)
Mutual labels:  lovelace, home-assistant-frontend, lovelace-ui
lovelace-battery-entity-row
Show battery states or attributes with dynamic icon on entity rows in Home Assistant's Lovelace UI
Stars: ✭ 49 (+68.97%)
Mutual labels:  lovelace, home-assistant-frontend, lovelace-ui
myconfig
My Home Assistant config
Stars: ✭ 143 (+393.1%)
Mutual labels:  home-automation, lovelace, lovelace-ui
light-card
Lovelace light-card for home assistant
Stars: ✭ 18 (-37.93%)
Mutual labels:  home-automation, lovelace, lovelace-ui
lovelace-collapsable-cards
A custom Lovelace card that hides other cards behind a dropdown toggle
Stars: ✭ 83 (+186.21%)
Mutual labels:  lovelace, lovelace-ui, lovelace-custom-card
tv-card
📺 TV Remote Card
Stars: ✭ 139 (+379.31%)
Mutual labels:  lovelace, home-assistant-frontend, lovelace-ui
MeteoalarmCard
Meteoalarm, Météo-France and DWD severe weather warnings card for Home Assistant Lovelace UI ⛈️
Stars: ✭ 48 (+65.52%)
Mutual labels:  lovelace, lovelace-ui
select-list-card
Select List Card displays an input_select entity as a list in lovelace
Stars: ✭ 51 (+75.86%)
Mutual labels:  lovelace, lovelace-custom-card
sun-card
Lovelace card for sun component - Home Assistant
Stars: ✭ 50 (+72.41%)
Mutual labels:  lovelace, lovelace-ui
slider-button-card
A button card with integrated slider
Stars: ✭ 319 (+1000%)
Mutual labels:  lovelace, lovelace-custom-card
mini-humidifier
Minimalistic humidifier card for Home Assistant Lovelace UI
Stars: ✭ 129 (+344.83%)
Mutual labels:  lovelace, lovelace-ui
flex-table-card
Highly Flexible Lovelace Card - arbitrary contents/columns/rows, regex matched, perfect to show appdaemon created content and anything breaking out of the entity_id + attributes concept
Stars: ✭ 122 (+320.69%)
Mutual labels:  home-automation, lovelace
bom-radar-card
A rain radar card using the new tiled images from the Australian BOM
Stars: ✭ 52 (+79.31%)
Mutual labels:  lovelace, lovelace-ui
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 (+12613.79%)
Mutual labels:  home-automation, lovelace
Node Red Contrib Home Assistant Websocket
Node-RED integration with Home Assistant Core
Stars: ✭ 222 (+665.52%)
Mutual labels:  home-automation
Hue Dashboard
A web interface for monitoring and controlling Philips Hue lights
Stars: ✭ 251 (+765.52%)
Mutual labels:  home-automation
Smart Home
⭐ (Almost) everything needed to run my smart home with Home Assistant and more!
Stars: ✭ 221 (+662.07%)
Mutual labels:  home-automation

DEPRECATED

As the main integration does not work for me anymore, i won't be updating this. Feel free to fork, copy or ask to be a collaborator here if you want to maintain this.


Original Readme

Card for Home Assistant Google Home integration

Important to know!

It will not be a smooth countdown (It will jump some seconds), but it will always be done at the right time.

Installation

Prerequisites

Make sure you have Home-Assistant Google home integration installed.

HACS

Since the integration is under active development, it is not yet added to HACS default repository, only manual installation is available for early testers

To install the integration follow HACS description to add custom repository. Provide https://github.com/DurgNomis-drol/google_home_timers_card as repository URL and select the "Lovelace" category. We recommend you select the latest release.

Manual installation

  1. Download googletimers-card.js and right click and save it.
  2. Copy it into the 'www' folder. If 'www' does not exists in your config folder, then just create it.
  3. Add it to lovelace by going to lovelace Dashboards and then Resources.
  4. and then input /local/googletimers-card.js and change resourcetype to javascript-module
  5. Restart Home Assistant or clear browser cache.

YAML installation - Not recommended

Follow step 1 -> 2 above and then add this to your ui-lovelace.yaml file.

lovelace:
  resources:
    - url: /local/googletimers-card.js
      type: module

Usage

The countdown is done client-side. This means that it will always fire at the correct time.

Options

Name Type Default Supported options Description
type string Required custom:googletimers-card Type of the card.
entity string Required sensor.kitchen_timers Has to be a timer sensor from google_home integration.
title string Optional Any string that you want Name displayed in the header. Defaults to the entity name.
icon string Optional mdi:kitchen Icon displayed in the header. Defaults to the entity icon.
hide_header boolean false true or false Whether to show the header or not.
show_fire_time boolean false true or false Whether to also show the time when it's done.
alarms_entity string Optional sensor.kitchen_alarms To show alarms as well.

Example

type: 'custom:googletimers-card'
entity: sensor.kitchen_timers
alarms_entity: sensor.kitchen_alarms
title: Kitchen

Bugs/Features

Please open a issue if you have found a bug or even better make a PR if you can fix it 😄

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