Skip to content

A small widget for Home Assistant UI to control and monitor the switch with the PulseTime of a Tasmota device.

License

Notifications You must be signed in to change notification settings

Arun-R-S/tasmota-pulsetime-card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

HACS

TasmotaPulseTime is available in HACS (Home Assistant Community Store).

Use this link to directly go to the repository in HACS

Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.

or

  1. Install HACS if you don't have it already
  2. Open HACS in Home Assistant
  3. Search for "Mushroom"
  4. Click the download button. ⬇️

Dependancies

  1. To run this card seamlessly without issue you should include the below service and cusomt component to you home assistant
    • tasmota_dynamic_pulse: Actually this is a script which can be able to publich the specific switch PulseTime and Turn on it. You can find the repository and instruction here.
    • mycustomapi: This is a custom component actually to get the current PulseTime Status of a switch from tasmota. You can find the repository and the instruction here.

⚠️Note: Without these two dependancies this card won't work properly⚠️

Manual

  1. Download tasmota-pulsetime-card.js file from the latest release.
  2. Put tasmota-pulsetime-card.js file into your config/www folder.
  3. Add reference to tasmota-pulsetime-card.js in Dashboard. There's two way to do that:
    • Using UI: SettingsDashboardsMore Options iconResourcesAdd Resource → Set Url as /local/tasmota-pulsetime-card.js → Set Resource type as JavaScript Module. Note: If you do not see the Resources menu, you will need to enable Advanced Mode in your User Profile
    • Using YAML: Add following code to lovelace section.
      resources:
          - url: /local/tasmota-pulsetime-card.js
            type: module

Usage

All the TasmotaPulseTime cards can be configured using Dashboard UI editor.

  1. In Dashboard UI, click 3 dots in top right corner.
  2. Click Edit Dashboard.
  3. Click Plus button to add a new card.
  4. Find one of the _Custom: tasmota-pulsetime-card in the list.

Demo

tasmota-pulsetime-card-demo.gif

Theme customization

TasmotaPulseTime works without theme but you can add a theme for better experience by installing the Mushroom Themes. If you want more information about themes, check out the official Home Assistant documentation about themes.

Credits

The design is inspired by Arun’s work on Behance and Ui Lovelace Minimalist.

About

A small widget for Home Assistant UI to control and monitor the switch with the PulseTime of a Tasmota device.

Resources

License

Stars

Watchers

Forks

Packages

No packages published