mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-17 06:11:49 +02:00
MQTT Sensor
This commit is contained in:
@@ -26,9 +26,7 @@ Edit this section of config.yaml found in addon_configs/db21ed7f_birdnet-go/:
|
|||||||
```
|
```
|
||||||
## Birdnet-Go MQTT Sensors
|
## Birdnet-Go MQTT Sensors
|
||||||
|
|
||||||

|
Add the [MQTT sensor](https://www.home-assistant.io/integrations/sensor.mqtt/) yaml configuration below to your Home Assistant configuration.yaml file. Reload the configuration and once Birdnet-Go publishes a new finding to MQTT the new Birdnet-Go sensors should show that latest finding data.
|
||||||
|
|
||||||
Add the [MQTT sensor](https://www.home-assistant.io/integrations/sensor.mqtt/) yaml configuration below to your Home Assistant configuration.yaml
|
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
mqtt:
|
mqtt:
|
||||||
@@ -77,6 +75,8 @@ mqtt:
|
|||||||
state_topic: "birdnet"
|
state_topic: "birdnet"
|
||||||
value_template: "{{ today_at(value_json.Time) }}"
|
value_template: "{{ today_at(value_json.Time) }}"
|
||||||
```
|
```
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
## Birdnet-Go Events Sensor
|
## Birdnet-Go Events Sensor
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user