GithubHelp home page GithubHelp logo

sharethelove.io's People

Contributors

arsaboo avatar b-kramer avatar bokub avatar codeclinic avatar crimsonsunset avatar daviddesloovere avatar fortepc avatar gitbook-bot avatar iantrich avatar imgbot[bot] avatar isabellaalstrom avatar jackjohnsonuk avatar jardiamj avatar jshridha avatar ludeeus avatar piotrmachowski avatar pmazz avatar sellerone avatar sibbl avatar skalavala avatar swetoast avatar thomasloven avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

sharethelove.io's Issues

Tautulli card

Cant get this to work. I've got a bland Plex-image with the text "Now Playing" as of right now, the Tautulli sensor i have today is working but this card will not display any information at all.

Can you please link any updated tautulli.py you may be using?

How do I use the attributes in the example?

The tautulli sensors that work for me are all sensor.tautulli__username . The one sensor names sensor.tautulli never populates with data it's always the same and when I try to reference it in Lovelace it does not show up. Any idea how I can get the server specific sensors working for me? Like last added, bandwidth used, etc. Thank you

Sensor naming incorrect

Hi,

i just added this configuration to my HA instance.

Please correct the naming of the neato battery sensor - it is incorrect, resulting in not showing values.

ui-lovelace.yaml / configuration.yaml:
entity: sensor.neato_battery

sensors.yaml:
battery_neato:

Another problem was the unit_of_measurement: 'm²'.
On my installation this results in an UTF-8 decoding error.
Correcting this to unit_of_measurement: 'm2' worked for me.

Thanks for this code snippet, it´s really a nice one!

regards
Mario

could not find expected ':'

I´m getting this error, any idea what I´m doing wrong?

while scanning a simple key in "/config/ui-lovelace.yaml", line 85, column 1 could not find expected ':' in "/config/ui-lovelace.yaml",

  - type: picture-elements
    image: /local/vacuum_card.jpg
    elements:
    - type: icon
      icon: mdi:bell-ring
      tap_action: call-service
      entity: vacuum.xiaomi_vacuum_cleaner
      service: vacuum.locate
      style:
        top: 80%
        left: 80%
        "--paper-item-icon-color": rgb(115, 122, 130)
    - type: icon
      tap_action: call-service
      icon: mdi:home
      entity: vacuum.xiaomi_vacuum_cleaner
      service: vacuum.return_to_base
      style:
        top: 80%
        left: 60%
        "--paper-item-icon-color": rgb(115, 122, 130)
    - type: icon
      icon: mdi:play-pause
      tap_action: call-service
      entity: vacuum.xiaomi_vacuum_cleaner
      service: vacuum.start_pause
      style:
        top: 80%
        left: 40%
        "--paper-item-icon-color": rgb(115, 122, 130)
    - type: icon
      icon: mdi:stop
      tap_action: call-service
      entity: vacuum.xiaomi_vacuum_cleaner
      service: vacuum.stop
      style:
        top: 80%
        left: 20%
        "--paper-item-icon-color": rgb(115, 122, 130)
    - type: state-label
      entity: sensor.vacuum_status
      style:
        top: 10%
        left: 5%
        color: rgb(255, 255, 255)
        transform: translate(0%,-50%)
        pointer-events: none
        text-shadow: 1px 1px black
        font-family: Trebuchet MS
        font-size: 90%
        font-weight: bold
        border-left-style: solid
        border-color: rgb(34, 154, 210)
        background-color: rgb(54, 65, 78)
        opacity: 0.8
    - type: state-label
      entity: sensor.vacuum_battery
      style:
        top: 10%
        right: 5%
        color: rgb(255, 255, 255)
        transform: translate(0%,-50%)
        pointer-events: none
        text-shadow: 1px 1px black
        font-family: Trebuchet MS
        font-size: 90%
        font-weight: bold
        border-right-style: solid
        border-color: rgb(34, 154, 210)
        background-color: rgb(54, 65, 78)
        opacity: 0.8

Question: Greeter Card Setup Needs Clarification

Okay, making a repeat issue report of #48 since it was closed and locked to prevent me from adding any more comments before I had any chance to respond to it before I was able to respond with clarification of what I'm having trouble with.

I'm getting hung up on "Please change the states on the following sensors" and understanding how I'm supposed to be changing the states, and what I'm supposed to be changing the states to. The only way I know to change states is the /dev-states page in hassio, and in that context the instructions don't make sense.

The page says I need to change these two sensors, greeter_card_info and time_of_day and then has a code block, implying I need to change those two sensors to the code block, but that doesn't work or make any sense really, so I'm sure I'm misunderstanding it.

I'd be happy to help contribute something to the page to make these instructions more clear for others, but I have a couple questions

{% hint style="warning" %}
Please change the following states on the follwing sensors

  • greeter_card_info

  • time_of_day

    states('yourawesome_device_tracker')
    as_timestamp(states.calendar.your_awesome_mail.attributes.start_time)
    states.calendar.your_awesome_mail.attributes.message
    change User to wanted name

{% endhint %}

This here doesn't make sense of what I'm actually supposed to do.

Kodi Remote Card Installation

It is not clear to me what I should do with the shell commands and the shell script.

Also, I placed a blank background image place holder, but it is not working. Only the Kodi icon is visible.

How to use

Hi, I found your card templates some time ago and found them very interesting. But I am failing on a more basic level to use them. Could you please tell my, where/how I have to put the snippet? In the configuration.yaml? An other file? Which tag should I use? Thank you!

Question: Greeter Card Setup Needs Clarification

I'm getting hung up on "Please change the states on the following sensors" and understanding how I'm supposed to be changing the states, and what I'm supposed to be changing the states to. The only way I know to change states is the /dev-states page in hassio, and in that context the

  states('yourawesome_device_tracker')
  as_timestamp(states.calendar.your_awesome_mail.attributes.start_time)
  states.calendar.your_awesome_mail.attributes.message
  change User to wanted name

doesn't make any sense.

Glance av-remote

I have followed the instruction for setup this glance card.. but I have a blank area when I reload the Lovelace UI.

Can you help me to troubleshoot this issue?

Neato Vaccum Card cleaning map image not loading

I'm probably doing something wrong, because the cleaning map image in the Neato Vacuum Card is not loading.
I have a feeling that in the url where there is token=*, I should fill in my own token, but I'm not sure where to get that from, because as far as I know the Neato integration for HA is via user & pass not via token.

Any idea if that's the issue or something else ?

missing background image for kodi remote

The background image "/local/banners/empty_long_placeholder.png" for kodi remote is missing from the icon pack, when i tried with another image it wont look right...

Does not work

hello
i have tried to use this card...i copied all exactly has in the example...but it does now switch the lights

tautulli-card doesn't have enough config info

tautulli-card page needs more specific info. For example, which attributes the Tautulli component should be configured to report isn't specified, and default settings (only the magic_title attribute) makes the card render incorrectly. The page also needs to be a bit more specific of which sensor[s] need swapped out in the ui-lovelace.yaml example.

If someone could help me understand what it should be here, I can write it up for the page and make a PR if need be.

Missing images

Hi, love the fitbit card, but as I don't have any of the images in the card it's a bit hard to set it up. Would be nice if you could include or link to them.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.