-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
46 changed files
with
2,973 additions
and
3,039 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2023.4.6 | ||
2024.6.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
--- | ||
name: Yaml Lint | ||
on: [push] | ||
jobs: | ||
lintAllTheThings: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v1 | ||
- name: yaml-lint | ||
uses: ibiqlik/action-yamllint@master | ||
with: | ||
config_file: .github/yamllint-config.yml | ||
--- | ||
name: Yaml Lint | ||
on: [push] | ||
jobs: | ||
lintAllTheThings: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v1 | ||
- name: yaml-lint | ||
uses: ibiqlik/action-yamllint@master | ||
with: | ||
config_file: .github/yamllint-config.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
--- | ||
extends: default | ||
|
||
rules: | ||
line-length: disable | ||
comments: disable | ||
comments-indentation: disable | ||
|
||
ignore: | | ||
ui-lovelace.yaml | ||
custom_components/ | ||
www/ | ||
.github/workflows/yamllint.yml | ||
.git | ||
.github | ||
--- | ||
extends: default | ||
|
||
rules: | ||
line-length: disable | ||
comments: disable | ||
comments-indentation: disable | ||
|
||
ignore: | | ||
ui-lovelace.yaml | ||
custom_components/ | ||
www/ | ||
.github/workflows/yamllint.yml | ||
.git | ||
.github |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,56 +1,56 @@ | ||
.storage | ||
.cloud | ||
.vscode | ||
image/ | ||
/archive | ||
|
||
__pycache__/ | ||
__init__* | ||
*.$py.class | ||
*.py[cod] | ||
*.pyc | ||
*.cypython-39.pyc | ||
*.py | ||
|
||
*.js | ||
*.json | ||
*.js.gz | ||
|
||
tts | ||
|
||
/automations/bedroom_chill.yaml | ||
/ip_bans.yaml | ||
|
||
*.repositories | ||
custom_components/***.md | ||
|
||
secrets.yaml | ||
automations.yaml | ||
zones.yaml | ||
|
||
*.db | ||
*.log | ||
*.log.* | ||
home-assistant.log.1 | ||
|
||
.db* | ||
*~* | ||
H2HBP0~N | ||
H4KEWR~L | ||
home-assistant_v2.db* | ||
home-assistant_v2.db-shm | ||
home-assistant_v2.db-wal | ||
*.db-shm | ||
*.db-wal | ||
|
||
HomeAssistant.code-workspace | ||
html5_push_registrations.conf | ||
|
||
*.backup | ||
ui-lovelace.backup | ||
/blueprints/automation/homeassistant/hidden*.yaml | ||
*backup* | ||
## You can whitelist files/folders with !, these will not be ignored. | ||
!.gitignore | ||
!*.md | ||
.storage | ||
.cloud | ||
.vscode | ||
image/ | ||
/archive | ||
|
||
__pycache__/ | ||
__init__* | ||
*.$py.class | ||
*.py[cod] | ||
*.pyc | ||
*.cypython-39.pyc | ||
*.py | ||
|
||
*.js | ||
*.json | ||
*.js.gz | ||
|
||
tts | ||
|
||
/automations/bedroom_chill.yaml | ||
/ip_bans.yaml | ||
|
||
*.repositories | ||
custom_components/***.md | ||
|
||
secrets.yaml | ||
automations.yaml | ||
zones.yaml | ||
|
||
*.db | ||
*.log | ||
*.log.* | ||
home-assistant.log.1 | ||
|
||
.db* | ||
*~* | ||
H2HBP0~N | ||
H4KEWR~L | ||
home-assistant_v2.db* | ||
home-assistant_v2.db-shm | ||
home-assistant_v2.db-wal | ||
*.db-shm | ||
*.db-wal | ||
|
||
HomeAssistant.code-workspace | ||
html5_push_registrations.conf | ||
|
||
*.backup | ||
ui-lovelace.backup | ||
/blueprints/automation/homeassistant/hidden*.yaml | ||
*backup* | ||
## You can whitelist files/folders with !, these will not be ignored. | ||
!.gitignore | ||
!*.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,40 @@ | ||
# Liam's Home Assistant Configuration | ||
|
||
[![GitHub stars](https://img.shields.io/github/stars/liamwh/home-assistant-config.svg?style=plasticr)](https://github.com/liamwh/home-assistant-config/stargazers) | ||
[![GitHub last commit](https://img.shields.io/github/last-commit/liamwh/home-assistant-config.svg?style=plasticr)](https://github.com/liamwh/home-assistant-config/commits/master) | ||
[![HA Version](https://img.shields.io/badge/Running%20Home%20Asssistant-2022.11.2%20-darkblue)](https://github.com/home-assistant/core/releases/tag/2022.11.2) | ||
[![HA Community](https://img.shields.io/badge/HA%20community-forum-orange)](https://community.home-assistant.io/u/liamwh/summary) | ||
[![Yaml Lint](https://github.com/liamwh/home-assistant-config/workflows/Yaml%20Lint/badge.svg)](https://github.com/liamwh/home-assistant-config/actions?query=workflow%3A%22Yaml+Lint%22) | ||
|
||
--- | ||
|
||
Hi, welcome to my Home Assistant Configuration repository containing the code I use to automate and control my home. | ||
|
||
## Main features I use of my smart home: | ||
|
||
- Bedroom lights fade on before my alarm goes off, helping circadian rhythm. | ||
- Interior lights adapt colour temperature to the time of day automatically (more orange as sun goes down). | ||
- Interior lights flash if I'm asleep and need to be woken up due to my blood sugar (I'm diabetic). | ||
- Trigger my robot vacuum to clean on certain days of the week whilst I'm not home. | ||
- Deliver notifications to my watch/phone of my blood sugar at certain times during the day if it's not in my target range. | ||
- Modify lights and automations with "TV mode" during couch time. | ||
- Modify lights and automations with "Night mode" whilst sleeping. | ||
- Temperature controls. | ||
- Music controls. | ||
- Everything controllable by my voice assistant. | ||
|
||
### Automations | ||
|
||
- In the [/automations](https://github.com/liamwh/home-assistant-config/tree/master/automations) folder you will find the yaml files containing my automations. | ||
|
||
### Configuration | ||
|
||
- In the [/includes](https://github.com/liamwh/home-assistant-config/tree/master/includes) folder you will find the yaml files containing my configurations. | ||
|
||
### Frontend | ||
|
||
- In the [ui-lovelace.yaml](https://github.com/liamwh/home-assistant-config/blob/master/ui-lovelace.yaml) you will find the yaml for my frontend. | ||
|
||
### My home page: | ||
|
||
![alt text](https://i.imgur.com/sSmynP4.png) | ||
# Liam's Home Assistant Configuration | ||
|
||
[![GitHub stars](https://img.shields.io/github/stars/liamwh/home-assistant-config.svg?style=plasticr)](https://github.com/liamwh/home-assistant-config/stargazers) | ||
[![GitHub last commit](https://img.shields.io/github/last-commit/liamwh/home-assistant-config.svg?style=plasticr)](https://github.com/liamwh/home-assistant-config/commits/master) | ||
[![HA Version](https://img.shields.io/badge/Running%20Home%20Asssistant-2022.11.2%20-darkblue)](https://github.com/home-assistant/core/releases/tag/2022.11.2) | ||
[![HA Community](https://img.shields.io/badge/HA%20community-forum-orange)](https://community.home-assistant.io/u/liamwh/summary) | ||
[![Yaml Lint](https://github.com/liamwh/home-assistant-config/workflows/Yaml%20Lint/badge.svg)](https://github.com/liamwh/home-assistant-config/actions?query=workflow%3A%22Yaml+Lint%22) | ||
|
||
--- | ||
|
||
Hi, welcome to my Home Assistant Configuration repository containing the code I use to automate and control my home. | ||
|
||
## Main features I use of my smart home: | ||
|
||
- Bedroom lights fade on before my alarm goes off, helping circadian rhythm. | ||
- Interior lights adapt colour temperature to the time of day automatically (more orange as sun goes down). | ||
- Interior lights flash if I'm asleep and need to be woken up due to my blood sugar (I'm diabetic). | ||
- Trigger my robot vacuum to clean on certain days of the week whilst I'm not home. | ||
- Deliver notifications to my watch/phone of my blood sugar at certain times during the day if it's not in my target range. | ||
- Modify lights and automations with "TV mode" during couch time. | ||
- Modify lights and automations with "Night mode" whilst sleeping. | ||
- Temperature controls. | ||
- Music controls. | ||
- Everything controllable by my voice assistant. | ||
|
||
### Automations | ||
|
||
- In the [/automations](https://github.com/liamwh/home-assistant-config/tree/master/automations) folder you will find the yaml files containing my automations. | ||
|
||
### Configuration | ||
|
||
- In the [/includes](https://github.com/liamwh/home-assistant-config/tree/master/includes) folder you will find the yaml files containing my configurations. | ||
|
||
### Frontend | ||
|
||
- In the [ui-lovelace.yaml](https://github.com/liamwh/home-assistant-config/blob/master/ui-lovelace.yaml) you will find the yaml for my frontend. | ||
|
||
### My home page: | ||
|
||
![alt text](https://i.imgur.com/sSmynP4.png) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.