Needs the Office 365 Integration to work
This is a Card to show information from your Office 365 sensors into your home assistant dashboard. The intend its to create a simple and easy to use card to integrate the sensors information in the dashboard.
I made a video about the Office 365 integration and on my research, I couldn't find any other card that allowed me to show the information from the sensors easily. So I made this card to simplify the process for everyone that needs it.
The Icon and the name of the card are taken from the sensor's configuration
Once installed can be added from the Dashboard Panel, just search for Office365 Card
type: custom:office365-card
entity: sensor.inbox
max_items: 4
only_overdue: false
- The card shows the email list from an email sensor (doc) or a query sensor (doc)
- State Color based on importance level of the email
- Info: Normal
- Alert: Important
Name | Requirement | Description |
---|---|---|
type | Required | custom:office365-card |
entity | Required | Home Assistant entity ID |
max_items | Optional | Maximum amount of items to show in the card The header counter will still show the real value Set to 0 to show all |
- The card Lists the items from a tasks sensor (doc)
- The sensor only retrieve not finished tasks, so there is no way to show the finished ones
- Each item has a link that will take you to the items page on todo.office.com
- The State Color is based on the Due Date:
- Warning : With Due Date, not overdue
- Alert: With Due Date, overdue
- Info: Without Due Date
Name | Requirement | Description |
---|---|---|
type | Required | custom:office365-card |
entity | Required | Home Assistant entity ID |
max_items | Optional | Maximum amount of items to show in the card The header counter will still show the real value Set to 0 to show all |
only_overdue | Optional | Only show overdue tasks Default: false |
- The card shows the information from the teams chat sensor (doc)
- Has a link that will open the conversation in teams.microsoft.com
Name | Requirement | Description |
---|---|---|
type | Required | custom:office365-card |
entity | Required | Home Assistant entity ID |
office365-card is MIT licenced