Closed bcutter closed 1 year ago
Hey there @tkdrob, mind taking a look at this issue as it has been labeled with an integration (nfandroidtv
) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)
nfandroidtv documentation nfandroidtv source (message by IssueLinks)
The docs show another data:
with duration underneath while your yaml example does not. Please add it to fix.
Update: error found. Syntax error.
Correct one:
service: notify.fire_tv
data:
message: "Nachricht. Text. Hier."
title: "Titel HIER"
data:
duration: 10
fontsize: "large"
position: "top-right"
color: "grey"
transparency: "25%"
timeout: 10
interrupt: 1
This should be stated clearly in the docs.
It actually is in the example:
service: notify.living_room_tv
data:
title: "Thanks for the water!"
message: "Nigel is {{ states('sensor.nigel_moisture') }}% moisture"
data:
duration: 4
position: "bottom-left"
fontsize: "medium"
transparency: "75%"
color: "teal"
interrupt: 0
OK. It's not right below the configuration section https://www.home-assistant.io/integrations/nfandroidtv#interrupt
In my opinion the docs should make this more clearly. In detail: provide a full working example instead of the current misleading This is a fully customized YAML you can use inside data to test how the final notification will look like:
sentence.
It's solved for me, but I think the docs could do better.
That mention of Data
is for when people are using UI Mode as we encourage others to do. As this is an open source project, please open a PR in the docs repo with the exact changes you think need to be made so a discussion can be made there.
@home-assistant close
The problem
Using additional config options is not allowed.
Freshly installed integration.
Using this works:
While this is not:
Instead this error is presented:
Full message:
This is strictly following the configuration options @ https://www.home-assistant.io/integrations/nfandroidtv#configuration-variables
What version of Home Assistant Core has the issue?
core-2022.9.7
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
Notifications for Android TV / Fire TV
Link to integration documentation on our website
https://www.home-assistant.io/integrations/nfandroidtv
Diagnostics information
No response
Example YAML snippet