remove duplicated HA components
This commit is contained in:
23
README.md
23
README.md
@@ -2,29 +2,6 @@
|
||||
# Home‑Assistant Sunrise Alarm
|
||||
_Turn your smart lights into a natural alarm clock_
|
||||
|
||||
<div align="center">
|
||||
<table>
|
||||
<tr>
|
||||
<td align="center">
|
||||
<strong>Script</strong><br>
|
||||
<div>
|
||||
<a href="https://my.home-assistant.io/redirect/blueprint_import/?blueprint_url=https://git.jaroszew.ski/patrick/ha-sunrise-alarm/raw/branch/main/sunrise-simulation.yaml">
|
||||
<img src="https://my.home-assistant.io/badges/blueprint_import.svg" alt="Import sunrise‑simulation">
|
||||
</a>
|
||||
</div>
|
||||
</td>
|
||||
<td align="center">
|
||||
<strong>Automation</strong><br>
|
||||
<div>
|
||||
<a href="https://my.home-assistant.io/redirect/blueprint_import/?blueprint_url=https://git.jaroszew.ski/patrick/ha-sunrise-alarm/raw/branch/main/sunrise-alarm.yaml">
|
||||
<img src="https://my.home-assistant.io/badges/blueprint_import.svg" alt="Import sunrise‑alarm">
|
||||
</a>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
This project is made up of two blueprints
|
||||
- `sunrise-simulation.yaml`: This script turns any compatible light (or group of lights) into a soft‑sunrise / sunset alarm. It gradually ramps the brightness and the colour temperature over a user‑defined period.
|
||||
- `sunrise-alarm.yaml`: Thin wrapper that calls the simulation script when the alarm occurs (or some configured time before/after).
|
||||
|
||||
Reference in New Issue
Block a user