This is a minimum implementation of an integration providing a sensor measurement.
Install is available using HACS or you can install manually.
configuration.yaml
).custom_components
directory (folder) there, you need to create it.custom_components
directory (folder) create a new folder called meetjestad_sensor
.custom_components/metejestad_sensor/
directory (folder) in this repository.configuration.yaml
file:# Example configuration.yaml entry
- platform: meetjestad_sensor
name: meetjestad
station_id: [ YOUR_STATION_ID ]
monitored_conditions:
- temperature
- humidity