Skip to content

devang2/home-assistant-moon

This branch is 3 commits ahead of jeremyhamm/home-assistant-moon:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f06a056 · Mar 20, 2023

History

42 Commits
Oct 5, 2020
Nov 10, 2020
Mar 20, 2023
Sep 12, 2020
Sep 11, 2020
Mar 20, 2023
Mar 20, 2023

Repository files navigation

1,原库:https://github.com/jeremyhamm/home-assistant-moon

2,网友修改:https://bbs.hassbian.com/thread-14450-1-1.html

3,本人只是修改成适合自己观感

--------------------以下原说明---------------------------

Home Assistant Moon 🌙

License: MIT

Custom card for displaying the current phase of the moon in Home Assistant using the moon integration. This card also (optionally) uses the Sun Entity to determine the background color of the card.

When sun is above horizon

Day example

When sun is below horizon

Night example

Installation

Step 1

Enable the moon integration by adding the following to configuration.yaml:

sensor:
- platform: moon

Step 2

Install moon-card by copying moon.js and images from this repo to <config directory>/www/moon-phases on your Home Assistant instance.

Step 3

Link moon-card inside your ui-lovelace.yaml.

resources:
- url: /local/moon-phases/moon.js
  type: module

Config

Name Type Default Reference Description
type string Required custom:moon-phases Card reference
entity string Required sensor.moon Moon entity
entity string Optional sun.sun Include if you would like the card to use light mode while sun is up

Example

type: 'custom:moon-phases'
entities: 
- sensor.moon
- sun.sun

About

Phases of the moon for home assistant

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%