Skip to content

Home Assistant screenshot capture web server suitable for e-ink displays

License

Notifications You must be signed in to change notification settings

jroimartin/hass-shooter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hass-shooter

Go Reference

hass-shooter is a Home Assistant screenshot capture web server suitable for e-ink displays.

Docs

Please, see the command docs.

Dependencies

Installation

Native

Install the hass-shooter command:

go install github.com/jroimartin/hass-shooter@latest

Home Assistant add-on

hass-shooter is available as a Home Assistant add-on. Its installation and configuration is similar to any other add-on. From your Home Assistant server:

  1. Add this add-ons repository: https://github.com/jroimartin/hass-addons
  2. Install the add-on "HASS Shooter".
  3. Configure the add-on parameters from its Configuration tab.

Docker

Build the hass-shooter Docker image:

docker build -t hass-shooter .

Run it:

docker run -ti --rm -p 8000:8000 -v /config/path:/data \
    hass-shooter -c /data/options.json

About

Home Assistant screenshot capture web server suitable for e-ink displays

Resources

License

Stars

Watchers

Forks

Packages

No packages published