Integrating with HomeAssistant

Ah, I didnt realise I couldnt define a sensor twice, the YAML passes the check on the Developer Tools page. Ive deleted one of the them now and restarted HA. My yaml now looks like this, I presume I will need to wait a while before I know if its done the trick. Thanks Brian:

# Loads default set of integrations. Do not remove.
default_config:

# Load frontend themes from the themes folder
frontend:
  themes: !include_dir_merge_named themes

# Text to speech
tts:
  - platform: google_translate

automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml

sensor:
  - platform: emoncms
    api_key: MYAPI???
    url: http://192.168.1.214/emoncms
    id: 1

logger:
  default: warning
  logs:
    custom_components.hildebrandglow_dcc: debug

# Email
notify:
  - name: email notification
    platform: smtp
    server: smtp.gmail.com
    port: 587
    sender: [email protected]
    recipient: [email protected]
    startls: true
    username: [email protected]
    password: ?????

bluetooth:

Thats done the trick. thanks Brian

1 Like

Good evening I am French, I just speak a little English, can someone help me configure Emoncms on Home Assistant?