diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..97fedd9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,8 @@ +As a **actor**, I want **something** so that I can **goal**. + +### Acceptance criteria +1. It's done when . +1. It's done when . + +### Additional details +- diff --git a/.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md b/.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md new file mode 100644 index 0000000..39ccd7d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md @@ -0,0 +1,11 @@ +### Description + + +### Scenario +1. +1. + +### Expected result + + +### Actual result diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..4484178 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,7 @@ +### Short description of what this resolves + + +### Changes proposed in this pull request + + +### Fixes issue number diff --git a/.gitignore b/.gitignore index ac42539..bc6dd84 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,7 @@ OZW_Log.txt plex.conf secrets.yaml +!.github !.gitignore !.gitkeep !/.travis.yml diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..d064ac7 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "custom_components/display"] + path = custom_components/display + url = https://github.com/daemondazz/homeassistant-displays.git diff --git a/.travis.yml b/.travis.yml index d3aeada..fc86e69 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,10 +5,12 @@ # language: python python: - - "3.5" + - "3.6" before_install: - cp secrets-dummy.yaml secrets.yaml + - touch home-assistant_v2.db + - touch home-assistant.log install: - pip3 install homeassistant script: - - hass -c . --script check_config + - hass --script check_config -c . -f diff --git a/README.md b/README.md index 0fd7775..354f1ec 100644 --- a/README.md +++ b/README.md @@ -2,218 +2,363 @@ [![Build Status][img-travis-ci]][link-travis-ci] [![GitHub Release][img-github-release]][link-repo] -[![Repo Size][img-repo-size]][link-repo] -[![Code Size][img-code-size]][link-repo] [![Hass.io][img-hassio]][link-hassio] +[![Home Assistant version][img-ha-version]][link-ha-version] [![License][img-license]][link-license] + + Configuration for [Home Assistant](https://home-assistant.io/) running [Hass.io](https://home-assistant.io/hassio/) on a Raspberry Pi for a one bedroom apartment, offering convenience automations over lights and climate while providing multiple intuitive user controls. +
- - -
+States and automation overrides. -### Status [`status.yaml`](status.yaml) +- -
- They were first setup with the manufaturer's [Kasa app](https://www.tp-link.com/us/home-networking/smart-home/kasa.html). Then they were assigned static IP addresses in my router to avoid occasional drops due to DHCP renewal limbo. Still, some of them tend to drop off randomly if placed behind furniture or close to other wi-fi outlets/devices. I am considering moving to Zwave outlets or smart plugs to increase the reliabilty. diff --git a/themes/README.md b/themes/README.md index b2ac3fb..d0e6020 100644 --- a/themes/README.md +++ b/themes/README.md @@ -2,27 +2,93 @@ These CSS configurations serve to bonify the frontend's user interface and improve the user experience. +## Whole themes -## [`normal.yaml`](normal.yaml) theme +These full themes change the whole look of Home Assistant. + + +### [`🌞 ./normal.yaml`](normal.yaml) Contains minor improvements over Home Assistant's [default theme](https://github.com/home-assistant/home-assistant-polymer/blob/master/src/resources/ha-style.html). +- -
+- -
+- -
+