mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
parent
c9dbb205dd
commit
80371a865e
@ -7,5 +7,5 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/google",
|
"documentation": "https://www.home-assistant.io/integrations/google",
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"loggers": ["googleapiclient"],
|
"loggers": ["googleapiclient"],
|
||||||
"requirements": ["gcal-sync==6.2.0", "oauth2client==4.1.3", "ical==8.2.0"]
|
"requirements": ["gcal-sync==6.2.0", "oauth2client==4.1.3", "ical==8.3.0"]
|
||||||
}
|
}
|
||||||
|
@ -7,5 +7,5 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/local_calendar",
|
"documentation": "https://www.home-assistant.io/integrations/local_calendar",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["ical"],
|
"loggers": ["ical"],
|
||||||
"requirements": ["ical==8.2.0"]
|
"requirements": ["ical==8.3.0"]
|
||||||
}
|
}
|
||||||
|
@ -5,5 +5,5 @@
|
|||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/local_todo",
|
"documentation": "https://www.home-assistant.io/integrations/local_todo",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"requirements": ["ical==8.2.0"]
|
"requirements": ["ical==8.3.0"]
|
||||||
}
|
}
|
||||||
|
@ -1181,7 +1181,7 @@ ibmiotf==0.3.4
|
|||||||
# homeassistant.components.google
|
# homeassistant.components.google
|
||||||
# homeassistant.components.local_calendar
|
# homeassistant.components.local_calendar
|
||||||
# homeassistant.components.local_todo
|
# homeassistant.components.local_todo
|
||||||
ical==8.2.0
|
ical==8.3.0
|
||||||
|
|
||||||
# homeassistant.components.caldav
|
# homeassistant.components.caldav
|
||||||
icalendar==6.1.0
|
icalendar==6.1.0
|
||||||
|
@ -1001,7 +1001,7 @@ ibeacon-ble==1.2.0
|
|||||||
# homeassistant.components.google
|
# homeassistant.components.google
|
||||||
# homeassistant.components.local_calendar
|
# homeassistant.components.local_calendar
|
||||||
# homeassistant.components.local_todo
|
# homeassistant.components.local_todo
|
||||||
ical==8.2.0
|
ical==8.3.0
|
||||||
|
|
||||||
# homeassistant.components.caldav
|
# homeassistant.components.caldav
|
||||||
icalendar==6.1.0
|
icalendar==6.1.0
|
||||||
|
@ -6,12 +6,12 @@
|
|||||||
PRODID:-//homeassistant.io//local_calendar 1.0//EN
|
PRODID:-//homeassistant.io//local_calendar 1.0//EN
|
||||||
VERSION:***
|
VERSION:***
|
||||||
BEGIN:VEVENT
|
BEGIN:VEVENT
|
||||||
DTSTAMP:20230313T190500
|
DTSTAMP:20230313T190500Z
|
||||||
UID:***
|
UID:***
|
||||||
DTSTART:19970714T110000
|
DTSTART:19970714T110000
|
||||||
DTEND:19970714T220000
|
DTEND:19970714T220000
|
||||||
SUMMARY:***
|
SUMMARY:***
|
||||||
CREATED:20230313T190500
|
CREATED:20230313T190500Z
|
||||||
RRULE:FREQ=DAILY
|
RRULE:FREQ=DAILY
|
||||||
SEQUENCE:***
|
SEQUENCE:***
|
||||||
END:VEVENT
|
END:VEVENT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user