dmulcahey / zha-network-card

Custom Lovelace card that displays ZHA network and device information
GNU General Public License v3.0
95 stars 20 forks source link

card isn't rendering correctly #3

Closed finity69x2 closed 4 years ago

finity69x2 commented 4 years ago

Just added this card and it isn't rendering correctly.

here is the code for the view:

title: Zigbee
cards:
  - type: 'custom:zha-network-card'
    title: Zigbee Network Information
    columns:
      - prop: name
        name: Name
      - attr: manufacturer
        name: Manufacturer
      - attr: model
        name: Model
      - attr: ieee
        name: IEEE
      - prop: nwk
        name: NWK
      - attr: rssi
        name: RSSI
      - attr: lqi
        name: LQI
      - attr: last_seen
        name: Last Seen
      - attr: power_source
        name: Power Source
      - attr: quirk_class
        name: Quirk

here is the screen shot:

ex

As you can see the last four columns are completely cut off

As far as I know I've got nothing in my lovelace code that would cause that. none of my other views/cards show that behavior.

running non-hassio HA v96.3

dmulcahey commented 4 years ago

set the tab to panel mode in the editor for the tab in Lovelace. this is not an issue w/ the card itself.

image
finity69x2 commented 4 years ago

You might want to put that into the instructions somewhere.

I've never needed to do that for any other lovelace card that I've ever used so it's not inherently obvious what is needed to get it to render correctly.