Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.

mrand/matrix_reloaded

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo is ARCHIVED. Latest is now here:

https://github.com/home-assistant-community-themes/matrix-reloaded





Matrix Reloaded Theme

Build Status hacs_badge

This looks great with a Matrix "Code rain" motion background. If you place a motion gif in the following location, this theme will pick it up:

config_dir/www/backgrounds/matrix-code-rain.motion.gif

(Where "config_dir" is your Home Assistant config directory. Some installs this might be /config, and some others /usr/share/hassio/homeassistant)

The "themes" directory of this repo contains a matrix-code-rain.motion.gif that you can move to the above location.

Installation instructions are at the bottom of this page. NOT yet available in HACS

Screenshots

Overview

Theme - Overview

Pop-ups

Theme - Pop-ups

Logbook

Theme - Logbook

History

Theme - History

Developer Tools

Theme - Developer Tools

Add-on's

Theme - Configuration

Profile

Theme - Profile

Installation

Add the following code to your configuration.yaml file (reboot required).

frontend:
  ... # your configuration.
  themes: !include_dir_merge_named themes
  ... # your configuration.

Then get the theme into your themes directory using one of the following steps. After that, either call the reload themes service, or restart your HA system.

HACS

** NOT AVAILABLE YET **

  1. Go to the Community Store.
  2. Search for Matrix Reloaded.
  3. Navigate to the theme.
  4. Press Install.

Manual with github

Clone this repository in your existing (or create it) themes/ folder.

cd themes/
git clone https://github.com/mrand/matrix_reloaded.git

Or using submodules:

cd themes/
git submodule add https://github.com/mrand/matrix_reloaded.git

Manual without github

wget https://raw.githubusercontent.com/mrand/matrix_reloaded/master/themes/matrix_reloaded.yaml

-or-

Go to https://raw.githubusercontent.com/mrand/matrix_reloaded/master/themes/matrix_reloaded.yaml and copy and paste it to a file in your themes directory

About

Matrix theme for Home Assistant

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published