Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 106772

I cannot use a newly added file with filenotify

$
0
0

I have just added a file to which I want to write some data periodically called “PDC.csv”


notify:
  - platform: file
    name: filenotify
    filename: /config/data/file.csv
    timestamp: true
  - platform: file
    name: filenotify2
    filename: /config/data/file2.csv
    timestamp: true
  - platform: file
    name: filenotify3
    filename: /config/data/F1F2F3.csv
    timestamp: true
  - platform: file
    name: filenotify_Leam
    filename: /config/data/Leam.csv
    timestamp: true
  - platform: file
    name: filenotify_Leam_daily
    filename: /config/data/Leam_daily.csv
    timestamp: true
  - platform: file
    name: filenotify_Leam_daily_inverter
    filename: /config/data/Leam_daily_inverter.csv
    timestamp: true
  - platform: file
    name: filenotify_BMS
    filename: /config/data/BMS.csv
    timestamp: true
  - platform: file
    name: filenotify_Leam_daily_solar
    filename: /config/data/Solar.csv
    timestamp: true
  - platform: file
    name: filenotify_CPDC
    filename: /config/data/PDC.csv
    timestamp: true
    

I’ve restarted Home Assistant, however, while I can see the previously created notifyfile services, I cannot see the new one under “developer tools”/“actions” when I start typing notify…

It’s also not visible here

If I try and add it through the UI…
image

it appears as “file” and not “filenotify”

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 106772

Trending Articles