Skip to content

Commit

Permalink
Hassfest corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerSelwyn committed Sep 6, 2021
1 parent b532021 commit 7a3afd8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
3 changes: 2 additions & 1 deletion custom_components/o365/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"dependencies": ["configurator", "http"],
"codeowners": ["@PTST"],
"requirements": ["O365==2.0.9", "BeautifulSoup4==4.8.2", "tzlocal==2.1"],
"version": "2.2.0"
"version": "2.2.0",
"iot_class": "cloud_polling"
}
Expand Down
13 changes: 7 additions & 6 deletions custom_components/o365/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,10 @@ modify_calendar_event:

remove_calendar_event:
description: Delete calendar event
event_id:
description: ID for the event, can be found as an attribute on you calendar entity's events
example: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
calendar_id:
description: ID for the calendar to create the event in, can be found as an attribute on you calendar entity
example: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
fields:
event_id:
description: ID for the event, can be found as an attribute on you calendar entity's events
example: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
calendar_id:
description: ID for the calendar to create the event in, can be found as an attribute on you calendar entity
example: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

0 comments on commit 7a3afd8

Please sign in to comment.