Skip to content

Commit 8d677f6

Browse files
committed
fix: 🎨 fix back to top in section installation
1 parent 67f9743 commit 8d677f6

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ https://github.com/fixtse/office365-card
5252
3. Add a reference to `office365-card.js` in Lovelace.
5353
1. **Go to:** _Settings__Dashboards__Resources_ → Click Plus button → Set _Url_ as `/local/office365-card.js` → Set _Resource type_ as `JavaScript Module`.
5454
4. Add `custom:office365-card.js` to Lovelace UI as any other card (using either editor or YAML configuration).
55+
<p align="right">(<a href="#readme-top">back to top</a>)</p>
5556

5657
## Supported Types
5758

@@ -60,8 +61,8 @@ https://github.com/fixtse/office365-card
6061

6162
* The card shows the email list from an email sensor ([doc](https://rogerselwyn.github.io/O365-HomeAssistant/installation_and_configuration.html#email_sensors)) or a query sensor ([doc](https://rogerselwyn.github.io/O365-HomeAssistant/installation_and_configuration.html#query_sensors))
6263
* State Color based on importance level of the email
63-
* Info: Normal
64-
* Alert: High
64+
* :information_source: Info: Normal
65+
* :no_entry: Alert: High
6566

6667
#### Options
6768
| Name | Requirement | Description |
@@ -78,10 +79,10 @@ https://github.com/fixtse/office365-card
7879
* By default the sensor only retrieves incomplete tasks, if you want to show completed ones too, you need to configure it on the tasks configuration file ([doc](https://rogerselwyn.github.io/O365-HomeAssistant/tasks_configuration.html#tasks-configuration))
7980
* Each item has a link that will take you to the item's page on todo.office.com
8081
* The State Color is based on the Due Date:
81-
* Warning : With Due Date, not overdue
82-
* Alert: With Due Date, overdue
83-
* Info: Without Due Date
84-
* Success: Completed task
82+
* :warning: Warning : With Due Date, not overdue
83+
* :no_entry: Alert: With Due Date, overdue
84+
* :information_source: Info: Without Due Date
85+
* :white_check_mark: Success: Completed task
8586

8687
#### Options
8788
| Name | Requirement | Description |

0 commit comments

Comments
 (0)