Skip to content

A Home-Assistant Integration to make ha-draw persistance

Notifications You must be signed in to change notification settings

JFK20/ha_draw_persistence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HA-Draw-Persistence

What does it do?

This is a simple Home Assistant integration that allows you to send the generated json data from the tldraw Canvas to Home Assistant and save it in a file. It also allows you to load the saved json data from the file and display it on the tldraw Canvas.

When do I need it?

If you want to use the Persistence feature of ha-draw. So it's a direct dependency of ha-draw.

How to install

  1. Copy the Repository Url and add it as a custom repository in HACS.
  2. Install the integration from HACS.
  3. Add the following to your configuration.yaml file:
ha_draw_persistence:
  name: ha_draw_persistence
  upload_directory: path/to/your/upload/directory
  1. Restart Home Assistant.

The path to the upload directory is mandatory. The directory must be writable by Home Assistant. You can for Example use the following path: /config/www/ha-draw-persistence/

About

A Home-Assistant Integration to make ha-draw persistance

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages