Hello,
I’m a new comer to this community
started fiddling with HA lately
I’m in the process of connecting ESP8266 based sensors to HA and been looking for a way to get some parameters (configurations) to the ESP sensor
the idea is the have a base code for several sensors but functionality would change based on configuration that is set in the HA side
Is there a way to have a REST get call to HA that will return a response based on a custom configuration file (or any other way of storing data on HA) ?
The code here should give you an idea how to call information from a Hass install over the Rest API. You can use it to pull values from input_sliders, the state of a sensor etc. and build and config that way perhaps.