Skip to content

[Feature Request] A "title" value should be able to allow entities or calulated values #177

@mmattel

Description

@mmattel

Raised while using FTC trying to display a dynamic list count value in the title.

When using FTC displaying a list for found IP addresses from NetworkScanner, it would be great to be able to also show the quantity of found items.

When using the markdown card, you can do this:
## Devices: {{ state_attr('sensor.network_scanner','devices') | count }}
and this prints:
Devices 19

But when using the same in FTC:
title: Devices: {{ state_attr('sensor.network_scanner','devices') | count }}
it prints
Devices: {{ state_attr('sensor.network_scanner','devices') | count }}

It could also be that I am doing it wrong. In this case I appreciate a working tip which could be included in the FTC description.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions