File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 3434 - Displays the date of the next payday.
3535 - Icon: ` mdi:calendar-clock ` . <sup ><sup >([ See icon] ( https://pictogrammers.com/library/mdi/icon/calendar-clock/ ) )</sup ></sup >
3636
37+ - ** Sensor:** ` senspr.<instance_name>_days_to `
38+ - Displays how many days until next payday.
39+ - Icon: ` mdi:calendar-end ` . <sup ><sup >([ See icon] ( https://pictogrammers.com/library/mdi/icon/calendar-end/ ) )</sup ></sup >
40+
3741- ** Custom Payday Calculation:**
3842 - Supports various pay frequencies:
3943 - ** Weekly**
129133
130134## 📡 Sensors
131135
132- | Entity ID | Name | Description |
133- | --------------------------------------------| - ----------------------| ----------------------------------------------|
136+ | Entity ID | Name | Description |
137+ | ---------------------------------------------- | ----------------------| ----------------------------------------------|
134138| ` binary_sensor.<instance_name>_is_it_payday ` | Is It Payday? | Indicates if today is a payday (` on ` /` off ` ). |
135- | ` sensor.<instance_name>_next_payday ` | Next Payday | Displays the date of the next payday. |
139+ | ` sensor.<instance_name>_next_payday ` | Next Payday | Displays the date of the next payday. |
140+ | ` sensor.<instance_name>_days_to ` | Days until | Displays how many days until next payday. |
136141
137142- All entities are grouped under a single device, named after your chosen ** Instance Name** during setup.
138143
@@ -157,6 +162,8 @@ entities:
157162 name : Is It Payday Today?
158163 - entity : sensor.my_payday_instance_next_payday
159164 name : Next Payday Date
165+ - entity : sensor.my_payday_instance_days_to
166+ name : Days Until Payday
160167` ` `
161168
162169---
You can’t perform that action at this time.
0 commit comments