Skip to content

Commit

Permalink
Updated instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
nothans committed Oct 31, 2024
1 parent 0fc8847 commit f2bb871
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,13 @@ To embed CheerLights widgets on a Home Assistant dashboard, follow these steps:
7. **Save the Card:**
Click on the "Save" button to save the new card to your dashboard.

![Home Assistant Dashboard](screenshots/home-assistant-snow.png)
![Home Assistant Dashboard](screenshots/home-assistant-snow.png)

## Embed CheerLights Widgets on a WordPress Site

To embed CheerLights widgets on a WordPress site, follow these steps:

1. Add a new block
2. Search for “Shortcode”
3. Copy iframe code and adjust the src, width, and height as needed

2 changes: 2 additions & 0 deletions snow.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
user-select: none;
cursor: default;
animation: fall linear forwards;
text-shadow: 0 0 3px rgba(0, 0, 0, 0.3),
2px 2px 5px rgba(0, 0, 0, 0.2);
}

@keyframes fall {
Expand Down

0 comments on commit f2bb871

Please sign in to comment.