Skip to content

Commit 6b5105e

Browse files
authored
Update README.md (#110)
2 parents 8e4d84a + cab396f commit 6b5105e

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
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**
@@ -129,10 +133,11 @@
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
---

0 commit comments

Comments
 (0)