question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support undefined title in service_data

See original GitHub issue

For example, this yaml should still work even when you don’t specify the title for the card:

type: entities
entities:
  - entity: light.kitchen_light
    tap_action:
      action: call-service
      service: browser_mod.popup
      service_data:
        card:
          type: entities
          entities:
            - light.kitchen_light
        deviceID:
          - this

You can display a blank string or fetch friendly_name or entity_id of the first specified entity in the card.

I’m not a developer and would love to help with little things like so I’m trying to set up a dev environment, learn github, home assistant development, etc. but it’s taking me a while.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
thomaslovencommented, Oct 21, 2020
service_data:
  ...
  hide_header: true
0reactions
thomaslovencommented, Oct 21, 2020

Thanks. Updated

Read more comments on GitHub >

github_iconTop Results From Across the Web

Why angular Service data is get undefined if I call from ...
I am getting the api data in service but if I call that service from my app component I am getting undefined why...
Read more >
ejs grid column dropdownlist values not showing - Syncfusion
service/data /ruleset.service'; import * as tableData from '. ... null || response != undefined) { let initialState = { title: 'Rule Set', ...
Read more >
Authorization error when using external service in value help ...
In continuation of using external service in SAP CAP, which was resolved in this answer , I am trying to consume the external...
Read more >
Widget option schema - Product Documentation | ServiceNow
Widget instances allow users to uniquely configure each widget they add to a page. Use the option schema to define the parameters for...
Read more >
FeatureLayer | API Reference - ArcGIS Developers
When loading a layer by service url, the title is derived from the service name. If the service has several layers, then the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found