Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Support https#9

Open
andrefs wants to merge 2 commits into
home-assistant-ecosystem:masterfrom
andrefs:patch-1
Open

Support https#9
andrefs wants to merge 2 commits into
home-assistant-ecosystem:masterfrom
andrefs:patch-1

Conversation

@andrefs

@andrefs andrefs commented Apr 7, 2021

Copy link
Copy Markdown

I'm not familiar with HA code base. Would this be enough to allow support for HTTPS?

Configuration would be something like:

# Example configuration.yaml entry
sensor:
  - platform: netdata
    host: "192.168.1.2"
    scheme: "https"
    port: "19999"
    name: SomeHostName
    resources:
      system_load:
        data_group: system.load
        element: load15
      core0_freq:
        data_group: "cpu.cpufreq"
        element: "cpu0"
        icon: mdi:chip

@fabaff fabaff mentioned this pull request Oct 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants