mirror of
https://github.com/home-assistant/core.git
synced 2025-04-27 10:47:51 +00:00

* Split august and yale integrations [part 1] (#122253) * merge with dev * Remove unused constant * Remove yale IPv6 workaround (#123409) * Convert yale to use oauth (#123806) Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * Update yale for switch from pubnub to websockets (#124675) --------- Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
36 lines
570 B
Python
36 lines
570 B
Python
"""Automatically generated file.
|
|
|
|
To update, run python3 -m script.hassfest
|
|
"""
|
|
|
|
APPLICATION_CREDENTIALS = [
|
|
"electric_kiwi",
|
|
"fitbit",
|
|
"geocaching",
|
|
"google",
|
|
"google_assistant_sdk",
|
|
"google_mail",
|
|
"google_sheets",
|
|
"google_tasks",
|
|
"home_connect",
|
|
"husqvarna_automower",
|
|
"iotty",
|
|
"lametric",
|
|
"lyric",
|
|
"microbees",
|
|
"monzo",
|
|
"myuplink",
|
|
"neato",
|
|
"nest",
|
|
"netatmo",
|
|
"senz",
|
|
"spotify",
|
|
"tesla_fleet",
|
|
"twitch",
|
|
"withings",
|
|
"xbox",
|
|
"yale",
|
|
"yolink",
|
|
"youtube",
|
|
]
|