diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..a689b1e --- /dev/null +++ b/.github/dependabot.yml @@ -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: + - "*" \ No newline at end of file diff --git a/Integrations/ESPHome/Core.yaml b/Integrations/ESPHome/Core.yaml index 950bf85..141dec0 100644 --- a/Integrations/ESPHome/Core.yaml +++ b/Integrations/ESPHome/Core.yaml @@ -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 @@ -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