jj
This commit is contained in:
@@ -75,3 +75,7 @@ For the weekdays, as you can easily understand, only the first two chars are use
|
|||||||
Every schedule (or row, if you prefer) is a JSON file stored in the [share/simplescheduler] folder under the SAMBA share.
|
Every schedule (or row, if you prefer) is a JSON file stored in the [share/simplescheduler] folder under the SAMBA share.
|
||||||
This way the data can "survive" to an addon upgrade or reinstallation.
|
This way the data can "survive" to an addon upgrade or reinstallation.
|
||||||
You can easily backup and restore them in case of failure. In the same way, you can (accidentally?) delete them. So be aware of that.
|
You can easily backup and restore them in case of failure. In the same way, you can (accidentally?) delete them. So be aware of that.
|
||||||
|
|
||||||
|
### Last but not least
|
||||||
|
If you want to convince me to stay up at night to work on this, just <a target="_blank" href="https://www.paypal.com/donate/?hosted_button_id=8FN58C8SM9LLW">buy me a beer 🍺</a> \
|
||||||
|
You may say that regular people needs coffee to do that. Well, I'm not a regular person.
|
||||||
|
|||||||
@@ -6,5 +6,5 @@ build_from:
|
|||||||
armv7: ghcr.io/hassio-addons/debian-base/armv7:5.3.1
|
armv7: ghcr.io/hassio-addons/debian-base/armv7:5.3.1
|
||||||
i386: ghcr.io/hassio-addons/debian-base/i386:5.3.1
|
i386: ghcr.io/hassio-addons/debian-base/i386:5.3.1
|
||||||
codenotary:
|
codenotary:
|
||||||
base_image: smarthome-simpleschedule
|
base_image: notary@home-assistant.io
|
||||||
signer: tekdara@me.com
|
signer: notary@home-assistant.io
|
||||||
|
|||||||
@@ -3,8 +3,8 @@ version: "2.11"
|
|||||||
name: Simple Scheduler
|
name: Simple Scheduler
|
||||||
description: Simple timer on weekly base
|
description: Simple timer on weekly base
|
||||||
slug: simplescheduler
|
slug: simplescheduler
|
||||||
url: https://github.com/smarthomekh/hasaddon/tree/main/SimpleScheduler
|
url: https://github.com/arthurdent75/SimpleScheduler
|
||||||
codenotary: smarthome-simpleschedule
|
codenotary: notary@home-assistant.io
|
||||||
arch:
|
arch:
|
||||||
- aarch64
|
- aarch64
|
||||||
- amd64
|
- amd64
|
||||||
|
|||||||
@@ -173,7 +173,6 @@
|
|||||||
<span class="statusbar_span"><span class="mdi mdi-map-clock-outline" ></span> {{ statusbarinfo.timezone }}</span>
|
<span class="statusbar_span"><span class="mdi mdi-map-clock-outline" ></span> {{ statusbarinfo.timezone }}</span>
|
||||||
<span class="statusbar_span"><span class="mdi mdi-calendar-clock" ></span> {{ statusbarinfo.scheduler }}</span>
|
<span class="statusbar_span"><span class="mdi mdi-calendar-clock" ></span> {{ statusbarinfo.scheduler }}</span>
|
||||||
<span class="statusbar_span">MQTT: {{ statusbarinfo.mqtt }}</span>
|
<span class="statusbar_span">MQTT: {{ statusbarinfo.mqtt }}</span>
|
||||||
<span class="statusbar_span"><a href="http://www.smarthomecambodia.com" title="www.smarthomecambodia.com" target="new">www.smarthomecambodia.com</a></span>
|
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user