This is a minimum implementation of an integration providing a sensor measurement.
Install is available using HACS or you can install manually.
- Using the tool of choice open the directory (folder) for your HA configuration (where you find
configuration.yaml
). - If you do not have a
custom_components
directory (folder) there, you need to create it. - In the
custom_components
directory (folder) create a new folder calledmeetjestad_sensor
. - Download all the files from the
custom_components/metejestad_sensor/
directory (folder) in this repository. - Place the files you downloaded in the new directory (folder) you created.
@All the parameters are required
Add the following to your
configuration.yaml
file:
# Example configuration.yaml entry
- platform: meetjestad_sensor
name: meetjestad
station_id: [ YOUR_STATION_ID ]
monitored_conditions:
- temperature
- humidity