Skip to content

Andrew504s/weyland-home-assistant-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weyland-Yutani CRT Theme for Home Assistant

A minimalist sci-fi CRT-inspired theme for Home Assistant, modeled after the MU/TH/UR terminal interface from Alien.

Weyland-Yutani Logo

"Building Better Worlds."
A retro-futuristic Home Assistant theme emulating the interface of the USCSS Nostromo.
Designed for fans of the Alien universe — monochrome phosphor glow, subtle scanlines, and Weyland-Yutani terminal typography.


Overview

The Weyland CRT Theme recreates the 1970s computer aesthetic of the Nostromo’s on-board computer, MU/TH/UR, while retaining full modern Home Assistant readability and performance.
It’s ideal for dashboards on wall-mounted tablets or dark ambient setups.


Installation

  1. Copy nostromo_crt.yaml into your /config/themes/ folder.

  2. Add this to your configuration.yaml file (if you haven’t already):

    frontend:
      themes: !include_dir_merge_named themes
  3. Restart Home Assistant.

  4. Go to your Profile → Theme and select Nostromo CRT.


Preview

Theme Preview


Weyland-Yutani Logo

The Weyland-Yutani Corp logo used in the preview is included in this repository (Weylandv2.png).

To use it in your own dashboard:

  1. Download Weylandv2.png.
  2. Copy it to your Home Assistant /config/www/ folder.
  3. Reference it in your Lovelace dashboard as /local/Weylandv2.png.

Example usage

type: picture
image: /local/Weylandv2.png
tap_action:
  action: none
card_mod:
  style: |
    ha-card {
      --g: var(--nostromo-green, #00ff7a);
      background: transparent;
      border: none;
      box-shadow: none;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0;
      filter: drop-shadow(0 0 10px rgba(0,255,122,0.35));
    }

This will render the Weyland-Yutani logo at the top of your dashboard with a subtle CRT phosphor glow effect, matching the Weyland CRT aesthetic.


Additional Resources

For advanced users looking to extend or modify the interface, additional card-mod and layout snippets are available:

These examples demonstrate optional enhancements such as transparent cards, glowing borders, and custom text layouts that complement the Weyland CRT design language.


Credits

Inspired by the design language of the Alien franchise and the industrial systems aesthetic of Weyland-Yutani Corporation.
Created and maintained by Andrew504s.


Disclaimer

This is an independent fan-made project inspired by the Alien film franchise.
Weyland-Yutani Corp, USCSS Nostromo, and related names, logos, and imagery are the property of 20th Century Studios (a subsidiary of The Walt Disney Company).
This project is not affiliated with, endorsed by, or associated with 20th Century Studios or Disney in any way.

About

A minimalist sci-fi CRT-inspired theme for Home Assistant

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published