Skip to content

Commit

Permalink
Edit Theme Style - Last Update ING Theme
Browse files Browse the repository at this point in the history
  • Loading branch information
ingeniumdesign committed Jan 3, 2023
1 parent cdbe38f commit bff6543
Show file tree
Hide file tree
Showing 16 changed files with 195 additions and 117 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ ssh
tts
www/sound
www/community
zigbee2mqtt

# Ignore files
.HA_VERSION
Expand Down
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ _More Screenshot down below._
<br />Backup to a second HDD: `ln -s /home/backup-ha/ /usr/share/hassio/backup`
- [Mosquitto broker](https://home-assistant.io/addons/mosquitto/)
- [Node-RED](https://github.com/hassio-addons/addon-node-red)
- node-red-contrib-mytimeout
- node-red-contrib-alexa-remote2
- a Pluginlist is above
- [ESPHome](https://esphome.io/)
- [MariaDB](https://home-assistant.io/addons/mariadb/)
- [Z-Wave JS](https://www.home-assistant.io/integrations/zwave_js/) - Z-Stick Gen5+ or RaZberry 2
Expand All @@ -84,6 +83,7 @@ _More Screenshot down below._
- [Speedtest.net](https://www.speedtest.net/)
- [Samsung Smart TV](https://www.home-assistant.io/integrations/samsungtv/)
- [MQTT](https://www.home-assistant.io/integrations/mqtt/)
- [uptimerobot](https://uptimerobot.com/)

## Custom Components

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

## Lovelace Plugins

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

#### Automation / Features:

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

### Portainer CE - Docker Overview

![](https://raw.githubusercontent.com/ingeniumdesign/homeassistant/master/docs/portainer.JPG) Container list - [Docker Portainer CE](https://www.portainer.io/)
![](https://raw.githubusercontent.com/ingeniumdesign/homeassistant/master/docs/portainer.JPG)
Container CE: [Docker Portainer CE](https://www.portainer.io/)
Local URL: [192.168.178.xx:9443](https://192.168.178.xx:9443/)
Update & Backup: [Portainer Backup](https://docs.portainer.io/admin/settings#backup-portainer) / Update: [Portainer CE](https://docs.portainer.io/start/upgrade/docker)
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)


### HA on Raspbarry Pi 3B+
Expand Down
20 changes: 14 additions & 6 deletions configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@ homeassistant:
elevation: 298
# 'metric' for Metric, 'imperial' for Imperial
unit_system: metric
currency: EUR
country: DE
language: de
# Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
time_zone: Europe/Berlin
external_url: !secret homeassistant_external_url
internal_url: !secret homeassistant_internal_url
internal_url: !secret homeassistant_external_url
auth_providers:
- type: homeassistant
customize: !include_dir_merge_named customizations
Expand Down Expand Up @@ -43,8 +46,11 @@ api:
http:
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem

updater:
cors_allowed_origins:
- https://google.com
- https://www.home-assistant.io
ip_ban_enabled: true
login_attempts_threshold: 5

conversation:

Expand Down Expand Up @@ -226,6 +232,8 @@ lovelace:
# type: module
- url: /hacsfiles/lovelace-slider-entity-row/slider-entity-row.js
type: module
- url: /hacsfiles/my-cards/my-cards.js
type: module
- url: /hacsfiles/swipe-card/swipe-card.js
type: module
- url: /hacsfiles/mini-media-player/mini-media-player-bundle.js
Expand Down Expand Up @@ -253,9 +261,9 @@ lovelace:
require_admin: true

# https://github.com/thomasloven/hass-browser_mod
browser_mod:
disable:
- all
#browser_mod:
# disable:
# - all

input_boolean: !include_dir_merge_named input_boolean
input_select: !include_dir_merge_named input_select
Expand Down
3 changes: 3 additions & 0 deletions customizations/usability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ sensor.version_current:
friendly_name: Aktuell
sensor.version_latest:
friendly_name: Neueste
input_boolean.party_mode_toggle:
friendly_name: Party-Modus
icon: mdi:party-popper
input_boolean.notifications:
friendly_name: Benachrichtungen
input_boolean.notify_dooropen:
Expand Down
4 changes: 3 additions & 1 deletion input_boolean/buttons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ button_logbook:
name: Logbuch

button_battery:
name: Batterien
name: Batterien

party_mode_toggle:
14 changes: 3 additions & 11 deletions logger.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +1,21 @@
# Log Severities: notset, debug, info, warn, warning, error, fatal, critical
default: debug
#default: warning
#default: debug
default: warning
logs:
aiohttp.access: critical
aiohttp.server: critical
homeassistant.core: error
homeassistant.config_entries: error
homeassistant.components.automation: warn
homeassistant.components.binary_sensor: error
homeassistant.components.climate.nest: warn
homeassistant.components.device_tracker: error
homeassistant.components.discovery: warn
homeassistant.components.feedreader: error
homeassistant.components.http: warn
homeassistant.components.ipp: critical
homeassistant.components.media_player: warn
homeassistant.components.rest.sensor: critical
homeassistant.components.recorder: error
homeassistant.components.sensor.rest: warn
homeassistant.components.tplink.switch: error
homeassistant.components.zwave: warn
homeassistant.components.deconz: warn
homeassistant.components.opensky: debug
#homeassistant.components.synology_dsm: debug
custom_components.gardena_smart_system: warn
custom_components.gardena_smart_system.mower: warn
Expand All @@ -34,10 +29,7 @@ logs:
homeassistant.helpers.script: info
homeassistant.helpers.entity: critical
homeassistant.loader: warn
pubnub: critical
py.warnings: error
pyhap.hap_server: warn
urllib3.connectionpool: error
requests.packages.urllib3.connectionpool: critical
root: warn
skybellpy: warn
72 changes: 38 additions & 34 deletions lovelace/popup/livingroom.yaml
Original file line number Diff line number Diff line change
@@ -1,34 +1,38 @@
action: call-service
service: browser_mod.popup
service_data:
deviceID: this
title: Wohnzimmer Status
card:
type: custom:mod-card
card:
type: horizontal-stack
cards:
- type: entities
state_color: true
show_header_toggle: false
entities:
##- entity: media_player.samsung_tv_q9075
## tap_action:
## action: none
- entity: media_player.denon_avr_x4200w
tap_action:
action: none
- entity: media_player.vu_uno4k_se
tap_action:
action: none
style:
.: |
ha-card {
background: none !important;
--ha-card-background: none;
--card-background-color: transparent;
}
:host {
--ha-card-background: none;
--card-background-color: transparent;
}
#action: call-service
#service: browser_mod.popup
#service_data:
action: fire-dom-event
browser_mod:
service: browser_mod.popup
data:
deviceID: this
title: Wohnzimmer Status
content:
type: custom:mod-card
card:
type: horizontal-stack
cards:
- type: entities
state_color: true
show_header_toggle: false
entities:
##- entity: media_player.samsung_tv_q9075
## tap_action:
## action: none
- entity: media_player.denon_avr_x4200w
tap_action:
action: none
- entity: media_player.vu_uno4k_se
tap_action:
action: none
style:
.: |
ha-card {
background: none !important;
--ha-card-background: none;
--card-background-color: transparent;
}
:host {
--ha-card-background: none;
--card-background-color: transparent;
}
61 changes: 33 additions & 28 deletions lovelace/popup/mainhallway.yaml
Original file line number Diff line number Diff line change
@@ -1,28 +1,33 @@
action: call-service
service: browser_mod.popup
service_data:
deviceID: this
title: Flur
card:
type: custom:mod-card
card:
type: horizontal-stack
cards:
- type: entities
state_color: true
show_header_toggle: false
entities:
- entity: person.sebastian_schmal
name: Test
secondary_info: last-changed
style:
.: |
ha-card {
background: none !important;
--ha-card-background: none;
--card-background-color: transparent;
}
:host {
--ha-card-background: none;
--card-background-color: transparent;
}
#action: call-service
#action: fire-dom-event
#service: browser_mod.popup
# data:
action: fire-dom-event
browser_mod:
service: browser_mod.popup
data:
deviceID: this
title: Flur
content:
type: custom:mod-card
card:
type: horizontal-stack
cards:
- type: entities
state_color: true
show_header_toggle: false
entities:
- entity: person.sebastian_schmal
name: Test
secondary_info: last-changed
style:
.: |
ha-card {
background: none !important;
--ha-card-background: none;
--card-background-color: transparent;
}
:host {
--ha-card-background: none;
--card-background-color: transparent;
}
Loading

0 comments on commit bff6543

Please sign in to comment.