2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "august",
|
|
|
|
"name": "August",
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/august",
|
2022-12-04 09:10:53 +00:00
|
|
|
"requirements": ["yalexs==1.2.6", "yalexs_ble==1.10.3"],
|
2020-04-05 15:27:16 +00:00
|
|
|
"codeowners": ["@bdraco"],
|
2021-01-14 08:09:08 +00:00
|
|
|
"dhcp": [
|
2021-04-15 08:21:38 +00:00
|
|
|
{
|
|
|
|
"hostname": "connect",
|
|
|
|
"macaddress": "D86162*"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"hostname": "connect",
|
|
|
|
"macaddress": "B8B7F1*"
|
|
|
|
},
|
2021-08-15 13:04:47 +00:00
|
|
|
{
|
|
|
|
"hostname": "connect",
|
|
|
|
"macaddress": "2C9FFB*"
|
|
|
|
},
|
2021-04-15 08:21:38 +00:00
|
|
|
{
|
|
|
|
"hostname": "august*",
|
|
|
|
"macaddress": "E076D0*"
|
|
|
|
}
|
2021-01-14 08:09:08 +00:00
|
|
|
],
|
2021-04-15 08:21:38 +00:00
|
|
|
"config_flow": true,
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "cloud_push",
|
2022-12-01 02:36:02 +00:00
|
|
|
"loggers": ["pubnub", "yalexs"]
|
2020-02-26 02:34:31 +00:00
|
|
|
}
|