example-custom-config/custom_components/example_sensor/README.md

16 lines
329 B
Markdown

# Example Sensor
This is a minimum implementation of an integration providing a sensor measurement.
### Installation
Copy this folder to `<config_dir>/custom_components/example_sensor/`.
Add the following to your `configuration.yaml` file:
```yaml
# Example configuration.yaml entry
sensor:
- platform: example_sensor
```