Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible-warpzone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
specki
ansible-warpzone
Commits
a537944a
Commit
a537944a
authored
2 years ago
by
jabertwo
Browse files
Options
Downloads
Patches
Plain Diff
Update warpsrvint/docker_esphome/templates/config/esphome_freckvens.yaml
parent
1222a39b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
warpsrvint/docker_esphome/templates/config/esphome_freckvens.yaml
+4
-56
4 additions, 56 deletions
...nt/docker_esphome/templates/config/esphome_freckvens.yaml
with
4 additions
and
56 deletions
warpsrvint/docker_esphome/templates/config/esphome_freckvens.yaml
+
4
−
56
View file @
a537944a
{
%
set devicename = "esphome_frekvens" %
}
{
%
include "/includes/ansible.inc.yaml" %
}
{
%
include "/includes/board.d1_mini.inc.yaml" %
}
{
%
include "/includes/common.inc.yaml" %
}
##############################################################################
## Wichtig:
## Diese Device-Konfiguration wird über Ansible verwaltet.
## Direkte Änderungen in ESPHome sind nur temporär und müssen anschließend
## in das Ansible Repo übernommen werden
## https://gitlab.warpzone.ms/infrastruktur/ansible-warpzone/-/tree/master/warpsrvint/docker_esphome/templates/config
##############################################################################
esphome
:
name
:
"
esphome_frekvens"
platform
:
ESP8266
board
:
d1_mini
platformio_options
:
upload_speed
:
115200
lib_deps
:
-
me-no-dev/ESPAsyncTCP
-
adafruit/Adafruit GFX Library
# Required for FrekvensPanel.
-
Adafruit BusIO
# Required by GFX Library.
-
Wire
# Also required by GFX.
-
SPI
# Also required by GFX.
# WiFi settings
wifi
:
ssid
:
"
Internet-of-Shit"
password
:
"
N0FGgaI5"
use_address
:
"
esphome_frekvens.warpzone"
# Enable fallback hotspot (captive portal) in case wifi connection fails
ap
:
ssid
:
"
esphome_frekvens_fallback"
# WLAN selection in fallback mode
captive_portal
:
# Enable OTA
ota
:
# Enable logging
logger
:
level
:
DEBUG
# Enable integrated WebServer
web_server
:
port
:
80
css_include
:
"
webserver-v1.min.css"
css_url
:
"
"
js_include
:
"
webserver-v1.min.js"
js_url
:
"
"
# Activates prometheus /metrics endpoint
prometheus
:
# MQTT config
mqtt
:
broker
:
192.168.0.201
discovery
:
false
topic_prefix
:
"
ESPHome/esphome_frekvens"
external_components
:
-
source
:
type
:
local
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment