Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "chore(ci): "
groups:
github-actions:
patterns:
- "*"
4 changes: 2 additions & 2 deletions Integrations/ESPHome/Core.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
substitutions:
version: "25.3.9.1"
version: "25.3.13.1"

esp32:
board: esp32-c3-devkitm-1
framework:
type: esp-idf


api:
services:
- service: play_buzzer
Expand Down Expand Up @@ -263,6 +262,7 @@ sensor:
id: soil_moisture
unit_of_measurement: "%"
device_class: moisture
state_class: measurement
icon: mdi:water
lambda: |-
// Get global calibration values
Expand Down