Skip to content

Commit

Permalink
Commited directly from HA server
Browse files Browse the repository at this point in the history
  • Loading branch information
conorsham authored and root committed Jun 29, 2024
1 parent 1fcbfba commit cdd7c63
Show file tree
Hide file tree
Showing 46 changed files with 2,973 additions and 3,039 deletions.
2 changes: 1 addition & 1 deletion .HA_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2023.4.6
2024.6.4
24 changes: 12 additions & 12 deletions .github/workflows/yamllint.yml
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
30 changes: 15 additions & 15 deletions .github/yamllint-config.yml
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
112 changes: 56 additions & 56 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,56 +1,56 @@
.storage
.cloud
.google
.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
.google
.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
80 changes: 40 additions & 40 deletions README.md
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)
15 changes: 0 additions & 15 deletions appdaemon/appdaemon.yaml

This file was deleted.

37 changes: 0 additions & 37 deletions appdaemon/apps/apps.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions appdaemon/dashboards/Hello.dash

This file was deleted.

Loading

0 comments on commit cdd7c63

Please sign in to comment.