1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2026-04-02 08:12:47 +01:00
Pascal Vizeli fc5d97562f Dns update (#1393)
* Improvements to DNS validator to include IPv6 (#1312)

* improvements to DNS validator to include IPv6

* fixed the DNS validators

* updated per suggestions

* Update const.py

* Update dns.py

* Update validate.py

* Update validate.py

* Update dns.py

* Update test_validate.py

* Update validate.py

* Cleanup

* Don't set default DNS server as default

* Remove update local resolver

* Fix lint
2019-12-05 21:52:55 +01:00
2019-10-30 23:18:04 +01:00
2019-04-16 11:05:26 +02:00
2019-08-14 10:47:11 +02:00
2019-12-05 21:52:55 +01:00
2018-01-10 22:27:47 +01:00
2019-08-14 10:37:39 +00:00
2019-12-05 21:52:55 +01:00
2019-08-14 10:37:39 +00:00
2019-04-10 01:31:42 +02:00
2019-04-14 01:06:21 +02:00
2019-09-02 11:28:49 +00:00
2019-10-30 23:18:04 +01:00
2019-10-23 16:06:48 +02:00
2017-07-23 12:11:44 -07:00
2017-05-08 00:44:07 +02:00
2019-04-05 12:13:44 +02:00
2019-05-03 12:02:32 +02:00
2019-04-05 12:13:44 +02:00
2019-10-30 23:18:04 +01:00

Build Status

Hass.io

First private cloud solution for home automation

Hass.io is a Docker-based system for managing your Home Assistant installation and related applications. The system is controlled via Home Assistant which communicates with the Supervisor. The Supervisor provides an API to manage the installation. This includes changing network settings or installing and updating software.

Installation

Installation instructions can be found at https://home-assistant.io/hassio.

Development

The development of the supervisor is a bit tricky. Not difficult but tricky.

  • You can use the builder to build your supervisor: https://github.com/home-assistant/hassio-builder
  • Go into a HassOS device or VM and pull your supervisor.
  • Set the developer modus with cli hassio supervisor options --channel=dev
  • Tag it as homeassistant/xy-hassio-supervisor:latest
  • Restart the service like systemctl restart hassos-supervisor | journalctl -fu hassos-supervisor
  • Test your changes

Small Bugfix or improvements, make a PR. Significant change makes first an RFC.

Languages
Python 95.5%
JavaScript 4.4%