remove duplicated HA components

This commit is contained in:
hiperman
2026-01-09 22:45:32 -05:00
parent 9258db2ea0
commit f0af39e60f

View File

@@ -2,29 +2,6 @@
# HomeAssistant SunriseAlarm # HomeAssistant SunriseAlarm
_Turn your smart lights into a natural alarm clock_ _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 sunrisesimulation">
</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 sunrisealarm">
</a>
</div>
</td>
</tr>
</table>
</div>
This project is made up of two blueprints This project is made up of two blueprints
- `sunrise-simulation.yaml`: This script turns any compatible light (or group of lights) into a softsunrise / sunset alarm. It gradually ramps the brightness and the colour temperature over a userdefined period. - `sunrise-simulation.yaml`: This script turns any compatible light (or group of lights) into a softsunrise / sunset alarm. It gradually ramps the brightness and the colour temperature over a userdefined period.
- `sunrise-alarm.yaml`: Thin wrapper that calls the simulation script when the alarm occurs (or some configured time before/after). - `sunrise-alarm.yaml`: Thin wrapper that calls the simulation script when the alarm occurs (or some configured time before/after).