-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbalena.yml
51 lines (41 loc) · 2.07 KB
/
balena.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
name: HuewizPi
description: >-
A home access point to figure out how to manage lights -Hue-ZigBee- and bridging internet of things
(IoT) over home network (wifi-box)
version: 1.0.0
type: sw.application
assets:
repository:
type: blob.asset
data:
url: 'https://github.com/b23prodtm/HuewizPi'
logo:
type: blob.asset
data:
url: https://github.com/b23prodtm/HuewizPi/blob/master/Home_Assistant_Logo.svg.png?raw=true
data:
applicationEnvironmentVariables:
- EMAIL_DEFAULT_FROM_NAME: 'Passbolt'
- EMAIL_DEFAULT_FROM: 'me@mailersend.net'
- EMAIL_TRANSPORT_DEFAULT_HOST: 'smtp.mailersend.net'
- EMAIL_TRANSPORT_DEFAULT_PORT: 587
- EMAIL_TRANSPORT_DEFAULT_USERNAME: 'me@mailersend.net'
- EMAIL_TRANSPORT_DEFAULT_PASSWORD: 'password'
- EMAIL_TRANSPORT_DEFAULT_TLS: 'true'
defaultDeviceType: raspberrypi3
supportedDeviceTypes:
- raspberrypi3
post-provisioning: >-
First time release of a home access point to figure out how to manage lights -Hue-ZigBee- and bridging internet of things (IoT) over home network (wifi-box)
It's full Docker composition (docker-compose.template) deployments setup's compatible with [NodeJS balena-cloud-apps](https://socket.dev/npm/package/balena-cloud-apps)
# At the core: Home Assistant
Open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server.
## Fleet configuration
- In devices fleet configuration dashboard, *Define DT overlays "pi3-miniuart-bt"*
## The most important features
- [Home Assistant Client](https://www.home-assistant.io)
- [Read dconz community README](https://github.com/deconz-community/deconz-docker#readme) Serial BT UART must be swapped to GPIO.
- Host access Point (alpha)
- Licensed under the Apache License, Version 2.0
### How to run this app
Simple click on the Deploy button, and create or use an existing fleet. Once done you can download the video-surveillance Balena Cloud base image and flash it to your device.