Skip to content

Commit

Permalink
✨ (ha): Add influxdb integration
Browse files Browse the repository at this point in the history
  • Loading branch information
thibmaek committed Feb 20, 2024
1 parent 68857fc commit bdf5fd3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ recorder:

# Integrations
cover: !include_dir_merge_list integrations/cover
influxdb: !include integrations/influxdb/influxdb.yaml
ios:
actions: !include integrations/ios/actions.yaml
mqtt:
Expand Down
15 changes: 15 additions & 0 deletions integrations/influxdb/influxdb.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
api_version: 2
ssl: false
host: !secret influxdb_host
organization: a9422888bde38f85
bucket: homeassisstant
token: !secret influxdb_token
include:
entity_globs:
- sensor.*_temperature
- sensor.*_humidity
- sensor.*_pressure
tags:
source: ha_integration
tags_attributes:
- friendly_name

0 comments on commit bdf5fd3

Please sign in to comment.