8000 GitHub - fixtse/o365-card at v1.0.0
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fixtse/o365-card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HACS Validate hacs_badge

Office 365 Card

Table of contents

Introduction

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

(back to top)

Default Config

type: custom:office365-card
entity: sensor.inbox
max_items: 4
only_overdue: false

Supported Types

Inbox

inbox sensor example img

  • 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

Options

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

(back to top)

To Do

task sensor example img

  • 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

Options

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

(back to top)

Teams

task sensor example img

  • The card shows the information from the teams chat sensor (doc)
  • Has a link that will open the conversation in teams.microsoft.com

Options

Name Requirement Description
type Required custom:office365-card
entity Required Home Assistant entity ID

(back to top)

Licence

office365-card is MIT licenced

About

A custom card for Home Assistant to show your Inbox, To Do and Teams Last Message from Office365

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0