Skip to content

ESPHome syntax has changed. #20

@chriskinal

Description

@chriskinal

ESPhome has deprecated the "dallas" platform in favor of one_wire. esphome\generator.yamle needs to be updated .

New section below.

one_wire:

  • platform: gpio
    pin: GPIO4 # GPIO4 (pin 24)

sensor:

  • platform: dallas_temp
    address: 0x65000006a8115937
    name: "Generator Ambient Temperature"

  • platform: dallas_temp
    address: 0x080000056e145237
    name: "Generator Engine Temperature"

  • platform: wifi_signal
    name: "$name WiFi Signal Sensor"
    update_interval: 60s

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions