Skip to content

Commit bff6543

Browse files
Edit Theme Style - Last Update ING Theme
1 parent cdbe38f commit bff6543

File tree

16 files changed

+195
-117
lines changed

16 files changed

+195
-117
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ ssh
1414
tts
1515
www/sound
1616
www/community
17+
zigbee2mqtt
1718

1819
# Ignore files
1920
.HA_VERSION

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ _More Screenshot down below._
7474
<br />Backup to a second HDD: `ln -s /home/backup-ha/ /usr/share/hassio/backup`
7575
- [Mosquitto broker](https://home-assistant.io/addons/mosquitto/)
7676
- [Node-RED](https://github.com/hassio-addons/addon-node-red)
77-
- node-red-contrib-mytimeout
78-
- node-red-contrib-alexa-remote2
77+
- a Pluginlist is above
7978
- [ESPHome](https://esphome.io/)
8079
- [MariaDB](https://home-assistant.io/addons/mariadb/)
8180
- [Z-Wave JS](https://www.home-assistant.io/integrations/zwave_js/) - Z-Stick Gen5+ or RaZberry 2
@@ -84,6 +83,7 @@ _More Screenshot down below._
8483
- [Speedtest.net](https://www.speedtest.net/)
8584
- [Samsung Smart TV](https://www.home-assistant.io/integrations/samsungtv/)
8685
- [MQTT](https://www.home-assistant.io/integrations/mqtt/)
86+
- [uptimerobot](https://uptimerobot.com/)
8787

8888
## Custom Components
8989

@@ -99,6 +99,7 @@ _More Screenshot down below._
9999
- [Skoda Connect](https://github.com/lendy007/homeassistant-skodaconnect) - ŠKODA OCTAVIA RS COMBI
100100
- [Gardena Smart System](https://github.com/py-smart-gardena/hass-gardena-smart-system)
101101
- [Lovelace Gen](https://github.com/thomasloven/hass-lovelace_gen)
102+
- HA Add-ons by alexbelgium [GitHub](https://github.com/alexbelgium/hassio-addons) - Manage add-on repositories
102103

103104
## Lovelace Plugins
104105

@@ -138,6 +139,9 @@ All of my automations are in Home Assistant - automations.yaml and with NODE-RED
138139
#### NODE-RED Plugins:
139140
- [node-red-contrib-alexa-remote2](https://flows.nodered.org/node/node-red-contrib-alexa-remote2)
140141
- [node-red-contrib-amazon-echo](https://flows.nodered.org/node/node-red-contrib-amazon-echo)
142+
- [node-red-contrib-shelly](https://flows.nodered.org/node/node-red-contrib-shelly)
143+
- node-red-contrib-stoptimer
144+
- node-red-contrib-sun-position
141145

142146
#### Automation / Features:
143147

@@ -155,13 +159,16 @@ All of my automations are in Home Assistant - automations.yaml and with NODE-RED
155159
- [x] Zones for different people
156160
- [ ] presence detection with different states like zone
157161
- [x] Motion Sensor, Edit Time, Lights Control
162+
- [ ] "Party" Light Modus with On/Off Control.
163+
- LED Strips Light Effect
158164
- [ ] Weather-Infos for one Week
159165
- [x] Show Planes over the house
160166
- [x] Turning the AEOTEC Plus Multisensor 6 - motion sensors off on demand.
161167
- [x] notification via telegram
162168
- Telegram Bot for the "Family Group" - _**Info:** Invite the "GetIDs Bot" in Group for Bot-ID -100XXXXX_
163169
- HA Info stop or restart
164170
- Monitor Sensor Crash with Notify
171+
- [ ] notification via whatsapp - https://www.callmebot.com/
165172
- [x] Vacuum Infos and Start/Stop Functions
166173
- [x] HA and Plugin Update Infos.
167174
- [x] Lovelace Restart, Frontend/Theme Reload, Restart HA and Server Restart.
@@ -208,7 +215,11 @@ Use this Guide to Check the migration from Pi to NUC. Dont use the Install part.
208215

209216
### Portainer CE - Docker Overview
210217

211-
![](https://raw.githubusercontent.com/ingeniumdesign/homeassistant/master/docs/portainer.JPG) Container list - [Docker Portainer CE](https://www.portainer.io/)
218+
![](https://raw.githubusercontent.com/ingeniumdesign/homeassistant/master/docs/portainer.JPG)
219+
Container CE: [Docker Portainer CE](https://www.portainer.io/)
220+
Local URL: [192.168.178.xx:9443](https://192.168.178.xx:9443/)
221+
Update & Backup: [Portainer Backup](https://docs.portainer.io/admin/settings#backup-portainer) / Update: [Portainer CE](https://docs.portainer.io/start/upgrade/docker)
222+
After Update - Reconnect Docker API: [Exposing docker.sock for monitor_docker](https://community.home-assistant.io/t/exposing-docker-sock-for-monitor-docker/265565/9)
212223

213224

214225
### HA on Raspbarry Pi 3B+

configuration.yaml

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,13 @@ homeassistant:
1010
elevation: 298
1111
# 'metric' for Metric, 'imperial' for Imperial
1212
unit_system: metric
13+
currency: EUR
14+
country: DE
15+
language: de
1316
# Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
1417
time_zone: Europe/Berlin
1518
external_url: !secret homeassistant_external_url
16-
internal_url: !secret homeassistant_internal_url
19+
internal_url: !secret homeassistant_external_url
1720
auth_providers:
1821
- type: homeassistant
1922
customize: !include_dir_merge_named customizations
@@ -43,8 +46,11 @@ api:
4346
http:
4447
ssl_certificate: /ssl/fullchain.pem
4548
ssl_key: /ssl/privkey.pem
46-
47-
updater:
49+
cors_allowed_origins:
50+
- https://google.com
51+
- https://www.home-assistant.io
52+
ip_ban_enabled: true
53+
login_attempts_threshold: 5
4854

4955
conversation:
5056

@@ -226,6 +232,8 @@ lovelace:
226232
# type: module
227233
- url: /hacsfiles/lovelace-slider-entity-row/slider-entity-row.js
228234
type: module
235+
- url: /hacsfiles/my-cards/my-cards.js
236+
type: module
229237
- url: /hacsfiles/swipe-card/swipe-card.js
230238
type: module
231239
- url: /hacsfiles/mini-media-player/mini-media-player-bundle.js
@@ -253,9 +261,9 @@ lovelace:
253261
require_admin: true
254262

255263
# https://github.com/thomasloven/hass-browser_mod
256-
browser_mod:
257-
disable:
258-
- all
264+
#browser_mod:
265+
# disable:
266+
# - all
259267

260268
input_boolean: !include_dir_merge_named input_boolean
261269
input_select: !include_dir_merge_named input_select

customizations/usability.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ sensor.version_current:
7171
friendly_name: Aktuell
7272
sensor.version_latest:
7373
friendly_name: Neueste
74+
input_boolean.party_mode_toggle:
75+
friendly_name: Party-Modus
76+
icon: mdi:party-popper
7477
input_boolean.notifications:
7578
friendly_name: Benachrichtungen
7679
input_boolean.notify_dooropen:

input_boolean/buttons.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ button_logbook:
22
name: Logbuch
33

44
button_battery:
5-
name: Batterien
5+
name: Batterien
6+
7+
party_mode_toggle:

logger.yaml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,21 @@
11
# Log Severities: notset, debug, info, warn, warning, error, fatal, critical
2-
default: debug
3-
#default: warning
2+
#default: debug
3+
default: warning
44
logs:
5-
aiohttp.access: critical
6-
aiohttp.server: critical
75
homeassistant.core: error
86
homeassistant.config_entries: error
97
homeassistant.components.automation: warn
108
homeassistant.components.binary_sensor: error
11-
homeassistant.components.climate.nest: warn
129
homeassistant.components.device_tracker: error
13-
homeassistant.components.discovery: warn
14-
homeassistant.components.feedreader: error
1510
homeassistant.components.http: warn
1611
homeassistant.components.ipp: critical
1712
homeassistant.components.media_player: warn
1813
homeassistant.components.rest.sensor: critical
1914
homeassistant.components.recorder: error
2015
homeassistant.components.sensor.rest: warn
21-
homeassistant.components.tplink.switch: error
2216
homeassistant.components.zwave: warn
2317
homeassistant.components.deconz: warn
18+
homeassistant.components.opensky: debug
2419
#homeassistant.components.synology_dsm: debug
2520
custom_components.gardena_smart_system: warn
2621
custom_components.gardena_smart_system.mower: warn
@@ -34,10 +29,7 @@ logs:
3429
homeassistant.helpers.script: info
3530
homeassistant.helpers.entity: critical
3631
homeassistant.loader: warn
37-
pubnub: critical
3832
py.warnings: error
3933
pyhap.hap_server: warn
40-
urllib3.connectionpool: error
41-
requests.packages.urllib3.connectionpool: critical
4234
root: warn
4335
skybellpy: warn

lovelace/popup/livingroom.yaml

Lines changed: 38 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,38 @@
1-
action: call-service
2-
service: browser_mod.popup
3-
service_data:
4-
deviceID: this
5-
title: Wohnzimmer Status
6-
card:
7-
type: custom:mod-card
8-
card:
9-
type: horizontal-stack
10-
cards:
11-
- type: entities
12-
state_color: true
13-
show_header_toggle: false
14-
entities:
15-
##- entity: media_player.samsung_tv_q9075
16-
## tap_action:
17-
## action: none
18-
- entity: media_player.denon_avr_x4200w
19-
tap_action:
20-
action: none
21-
- entity: media_player.vu_uno4k_se
22-
tap_action:
23-
action: none
24-
style:
25-
.: |
26-
ha-card {
27-
background: none !important;
28-
--ha-card-background: none;
29-
--card-background-color: transparent;
30-
}
31-
:host {
32-
--ha-card-background: none;
33-
--card-background-color: transparent;
34-
}
1+
#action: call-service
2+
#service: browser_mod.popup
3+
#service_data:
4+
action: fire-dom-event
5+
browser_mod:
6+
service: browser_mod.popup
7+
data:
8+
deviceID: this
9+
title: Wohnzimmer Status
10+
content:
11+
type: custom:mod-card
12+
card:
13+
type: horizontal-stack
14+
cards:
15+
- type: entities
16+
state_color: true
17+
show_header_toggle: false
18+
entities:
19+
##- entity: media_player.samsung_tv_q9075
20+
## tap_action:
21+
## action: none
22+
- entity: media_player.denon_avr_x4200w
23+
tap_action:
24+
action: none
25+
- entity: media_player.vu_uno4k_se
26+
tap_action:
27+
action: none
28+
style:
29+
.: |
30+
ha-card {
31+
background: none !important;
32+
--ha-card-background: none;
33+
--card-background-color: transparent;
34+
}
35+
:host {
36+
--ha-card-background: none;
37+
--card-background-color: transparent;
38+
}

lovelace/popup/mainhallway.yaml

Lines changed: 33 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,33 @@
1-
action: call-service
2-
service: browser_mod.popup
3-
service_data:
4-
deviceID: this
5-
title: Flur
6-
card:
7-
type: custom:mod-card
8-
card:
9-
type: horizontal-stack
10-
cards:
11-
- type: entities
12-
state_color: true
13-
show_header_toggle: false
14-
entities:
15-
- entity: person.sebastian_schmal
16-
name: Test
17-
secondary_info: last-changed
18-
style:
19-
.: |
20-
ha-card {
21-
background: none !important;
22-
--ha-card-background: none;
23-
--card-background-color: transparent;
24-
}
25-
:host {
26-
--ha-card-background: none;
27-
--card-background-color: transparent;
28-
}
1+
#action: call-service
2+
#action: fire-dom-event
3+
#service: browser_mod.popup
4+
# data:
5+
action: fire-dom-event
6+
browser_mod:
7+
service: browser_mod.popup
8+
data:
9+
deviceID: this
10+
title: Flur
11+
content:
12+
type: custom:mod-card
13+
card:
14+
type: horizontal-stack
15+
cards:
16+
- type: entities
17+
state_color: true
18+
show_header_toggle: false
19+
entities:
20+
- entity: person.sebastian_schmal
21+
name: Test
22+
secondary_info: last-changed
23+
style:
24+
.: |
25+
ha-card {
26+
background: none !important;
27+
--ha-card-background: none;
28+
--card-background-color: transparent;
29+
}
30+
:host {
31+
--ha-card-background: none;
32+
--card-background-color: transparent;
33+
}

0 commit comments

Comments
 (0)