aruss / DIYRuZ_Flower_Card

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DIYRuZ_Flower_Card

A plant status card for DIYRuZ_Flower plant sensor.

[![GitHub Release][releases-shield]][releases] ![License][license-shield] hacs_badge

Options

Name Type Requirement Description Default
type string Required custom:flower-card
name string Optional Card name Flower
show_error boolean Optional Show what an error looks like for the card false
show_warning boolean Optional Show what a warning looks like for the card false
entity string Optional Home Assistant entity ID. none
tap_action object Optional Action to take on tap action: more-info
hold_action object Optional Action to take on hold none
double_tap_action object Optional Action to take on double tap none

Action Options

Name Type Requirement Description Default
action string Required Action to perform (more-info, toggle, call-service, navigate url, none) more-info
navigation_path string Optional Path to navigate to (e.g. /lovelace/0/) when action defined as navigate none
url string Optional URL to open on click when action is url. The URL will open in a new tab none
service string Optional Service to call (e.g. media_player.media_play_pause) when action defined as call-service none
service_data object Optional Service data to include (e.g. entity_id: media_player.bedroom) when action defined as call-service none
haptic string Optional Haptic feedback success, warning, failure, light, medium, heavy, selection none
repeat number Optional How often to repeat the hold_action in milliseconds. none

notes

binary_sensor:

  • platform: trend sensors: flower_palme_soil_moisture_state: entity_id: sensor.flower_palme_soil_moisture sample_duration: 7200 max_samples: 120 min_gradient: 0.0008 device_class: moisture

About

License:MIT License


Languages

Language:TypeScript 91.7%Language:JavaScript 8.3%