1
mirror of https://github.com/home-assistant/supervisor synced 2024-09-30 00:40:19 +02:00
Commit Graph

1057 Commits

Author SHA1 Message Date
Phill (pssc)
069bed8815
Rasie limit on container shutdown for addons usecase tmpfs based mariadb for recorder taking over 2 mins for dump (#1595) 2020-03-23 09:15:35 +01:00
Pascal Vizeli
4a20344652
Log config check (#1583)
* Add more log for config check to debug

* Convert to ascii

* fix comment
2020-03-12 15:16:40 +01:00
Pascal Vizeli
98b969ef06
Bump version to 210 2020-03-06 12:43:11 +01:00
Pascal Vizeli
73e8875018
Fix Issue with pulse folder (#1573)
* Fix Issue with pulse folder

* Fix config check
2020-03-06 12:32:29 +01:00
Pascal Vizeli
02aed9c084
Enforce Pulse client (#1572) 2020-03-05 15:54:23 +01:00
Pascal Vizeli
6bde527f5c
Bump version to 209 2020-03-04 19:09:20 +01:00
Pascal Vizeli
82299a3799
Fix udev error without privileged (#1566)
* Fix udev error without privileged

* Fix udev

* Remove context

* Update supervisor/hwmon.py

Co-Authored-By: Paulus Schoutsen <balloob@gmail.com>

* Update supervisor/hwmon.py

Co-Authored-By: Paulus Schoutsen <balloob@gmail.com>

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-03-04 18:55:07 +01:00
Pascal Vizeli
c02f30dd7e
Enforce env check (#1565) 2020-03-04 18:15:10 +01:00
Pascal Vizeli
e91983adb4
Watchdog check in_progress for audio/dns (#1555) 2020-03-03 15:06:09 +01:00
Pascal Vizeli
ff88359429
Bump version to 208 2020-03-02 11:32:01 +01:00
Pascal Vizeli
2b41ffe019
Bump version to 207 2020-03-01 17:52:35 +01:00
Pascal Vizeli
1c23e26f93
Check if SND is loaded (#1552)
* Check if SND is loaded

* add warning
2020-02-29 23:45:37 +01:00
Pascal Vizeli
3d555f951d
Fix supervisor update flow with apparmor (#1551) 2020-02-29 23:07:34 +01:00
Bram Kragten
6d39b4d7cd
Update audio.py (#1548) 2020-02-29 19:28:52 +01:00
Pascal Vizeli
4fe5d09f01
Bump version to 206 2020-02-29 12:19:42 +01:00
Pascal Vizeli
0467b33cd5
Core support audio settings (#1546) 2020-02-29 12:14:03 +01:00
Pascal Vizeli
06fadbd70f fix lint 2020-02-28 19:25:15 +00:00
Pascal Vizeli
d4f486864f
Make audio socket RO and aware of restarts (#1545) 2020-02-29 11:23:36 +01:00
Pascal Vizeli
d3a21303d9
Bump version to 205 2020-02-29 00:31:21 +01:00
Pascal Vizeli
7a1aba6f81
Fix old alsa format settings (#1543) 2020-02-29 00:25:11 +01:00
Pascal Vizeli
920f7f2ece
Support for own init on image (#1542)
* Support for own init on image

* fix params
2020-02-28 23:15:46 +01:00
Pascal Vizeli
e1cbfdd84b
Support mute + applications from pulse (#1541)
* Support mute + applications from pulse

* Fix lint

* Fix application parser

* Fix type

* Add application endpoints

* error handling

* Fix
2020-02-28 17:52:12 +01:00
Pascal Vizeli
87170a4497
Restart add-ons attach to audio with update pulse (#1540) 2020-02-28 14:05:31 +01:00
Pascal Vizeli
ae6f8bd345
Bump version to 203 2020-02-28 10:57:05 +01:00
Pascal Vizeli
c36a6dcd65
Add default asound for pulse (#1538)
* Add default asound for pulse

* fix lint

* fix config
2020-02-28 01:14:43 +01:00
Pascal Vizeli
19ca836b78
Prevent using pulseaudio on event loop (#1536)
* Prevent using pulseaudio on event loop

* Fix name overwrite

* Fix value
2020-02-27 22:01:20 +01:00
Pascal Vizeli
8a6ea7ab50
Use shorter function for soundcard (#1535) 2020-02-27 17:22:12 +01:00
Pascal Vizeli
6721b8f265
Expose sound cards and profiles with endpoint (#1534)
* Expose sound cards and profiles with endpoint

* Fix naming

* Fix issue

* Update API
2020-02-27 16:25:04 +01:00
Pascal Vizeli
9393521f98
Update Panel for audio (#1533) 2020-02-27 13:47:46 +01:00
Pascal Vizeli
398b24e0ab
Fix homeassistant config check with overlay-s6 (#1532) 2020-02-27 13:29:42 +01:00
Pascal Vizeli
374bcf8073
Adjust sound reload (#1531)
* Adjust sound reload & remove quirk

* clean info message

* fix hack
2020-02-27 11:58:28 +01:00
Pascal Vizeli
7e3859e2f5
Observe host hardware for realtime actions (#1530)
* Observe host hardware for realtime actions

* Better logging

* fix testenv
2020-02-27 10:31:35 +01:00
Pascal Vizeli
490ec0d462
Bump version to 203 2020-02-26 14:47:38 +01:00
Pascal Vizeli
10230b0b4c
Support profiles on template (#1527) 2020-02-26 14:28:09 +01:00
Pascal Vizeli
2495cda5ec
Add Pulse audio control basics (#1525)
* Add Pulse audio control basics

* add functionality

* Fix handling

* Give access to all

* Fix latest issues

* revert docker

* Fix pipeline
2020-02-26 11:48:11 +01:00
Pascal Vizeli
0212d027fb
Add Audio layer / PulseAudio (#1523)
* Improve alsa handling

* use default from image

* create alsa folder

* Map config into addon

* Add Audio object

* Fix dbus

* add host group file

* Fix persistent file

* Use new template

* fix lint

* Fix lint

* add API

* Update new base image / build system

* Add audio container

* extend new audio settings

* provide pulse client config

* Adjust files

* Use without auth

* reset did not exists now

* cleanup old alsa layer

* fix tasks

* fix black

* fix lint

* Add dbus support

* add dbus adjustments

* Fixups
2020-02-25 18:37:06 +01:00
Pascal Vizeli
4ac7f7dcf0
Rename Hass.io -> Supervisor (#1522)
* Rename Hass.io -> Supervisor

* part 2

* fix lint

* fix auth name
2020-02-21 17:55:41 +01:00
pvizeli
2f47f9aa9b Split build stuff to new repo 2017-04-06 11:52:28 +02:00
Pascal Vizeli
44c17278b9 Update README.md 2017-03-28 21:13:44 +02:00
pvizeli
8094b6beb4 Work on HostControll 2017-03-28 17:48:26 +02:00
pvizeli
ae3e2888a9 Fix scripts 2017-03-28 15:38:07 +02:00
pvizeli
c54f9dc341 Add HassIO HostControll support 2017-03-28 12:25:49 +02:00
pvizeli
c9681f03c7 Move HassIO away from resinos 2017-03-28 09:34:59 +02:00
pvizeli
17eff21755 Simpify supervisor 2017-03-27 17:43:40 +02:00
pvizeli
941b7aceb0 Update dockerfile 2017-03-27 15:03:41 +02:00
pvizeli
9bb2800266 Fake supervisor 2017-03-23 10:15:27 +01:00
Pascal Vizeli
d9046ac0bc cleanup boot scripts 2017-03-22 21:19:59 +01:00
pvizeli
4a33487477 cleanup 2017-03-20 17:15:55 +01:00
pvizeli
23b0d11e57 add VERSION to supervisor 2017-03-20 16:31:54 +01:00
Pascal Vizeli
3ec832184c Update hassio api & init scripts 2017-03-20 00:19:37 +01:00
Pascal Vizeli
13f0a30fff Add homeassistant repository to build / init hassio python script 2017-03-19 01:17:13 +01:00
Pascal Vizeli
8e54c3911f remove docker from supervisor and use python docker api 2017-03-16 12:10:43 +01:00
Pascal Vizeli
1b75e982e6 Update build script 2017-03-15 22:57:10 +01:00
pvizeli
c8ba374424 Add resinos master build script 2017-03-15 16:01:30 +01:00
Pascal Vizeli
a3b0bf7e91 Use dockerfiles for supervisor 2017-03-15 01:32:13 +01:00
Pascal Vizeli
a1690e0c5d rename base image 2017-03-14 22:59:52 +01:00
pvizeli
cbaae1a46b initial supervisor 2017-03-14 17:38:38 +01:00