This is a Custom Card to show information from your O365 sensors into the home assistant dashboard. The intent is to create a simple and easy-to-use card to show the sensor's information in the dashboard.
Once installed can be added from the Dashboard Panel, just search for O365 Card, works with the Lovelace Config Editor.
alias:Create new task office 365 listdescription:""trigger:-platform:stateentity_id:-input_text.o365_card_task_input#Change this to your input_textcondition:-condition:templatevalue_template:'{{ (states.input_text.o365_card_task_input.state | length) > 0 }}'#Change this to your input_textenabled:trueaction:-service:o365.new_taskdata:
type:vertical-stackcards:-type:custom:o365-cardentity:sensor.create_office365_card_fixt#Change this to your tasks sensormax_items:0only_overdue:false-type:entitiesentities:-entity:input_text.o365_card_task_input#Change this to your input_text
alias:Send Teams Chat Messagedescription:""trigger:-platform:stateentity_id:-input_text.o365_card_chat_input#Change this to your input_textcondition:-condition:templatevalue_template:'{{ (states.input_text.o365_card_chat_input.state | length) > 0 }}'#Change this to your input_textenabled:trueaction:-service:o365.send_chat_messagedata:
type:vertical-stackcards:-type:custom:o365-cardentity:sensor.fixt_chat#Change this to your chat sensormax_items:0only_overdue:false-type:entitiesentities:-entity:input_text.o365_card_chat_input#Change this to your input_text