Giter Site home page Giter Site logo

home-assistant-archive's People

Contributors

gerard33 avatar

Stargazers

 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  avatar  avatar  avatar  avatar  avatar

home-assistant-archive's Issues

Request: "startedApp" as additional attribute

Thanks for all of your work!
Some of my automations already rely on the attibutes from your component.

When I switch to a different channel, I let google home tell me which show is currently running, when it started and when it ends.
For this I had to split the three information from the "media_series_title" attribute into three different sensors.

sensor:
  - platform: template
    sensors:
      sony_tv_sendung:
        value_template: "{{ states.media_player.sonyfernseher.attributes['media_series_title'].split('[')[0] | default('gerade nichts') }}"
        friendly_name: "Sendung"
      sony_tv_beginn:
        value_template: "{{ states.media_player.sonyfernseher.attributes['media_series_title'].split('[')[1].split(' - ')[0] | default('gerade nichts') }}"
        friendly_name: "Anfang"
      sony_tv_sendeschluss:
        value_template: "{{ states.media_player.sonyfernseher.attributes['media_series_title'].split('[')[1].split(' - ')[1].split(']')[0] | default('gerade nichts') }}"
        friendly_name: "Ende"

Not elegant, but functional. Since you want to work on a progress bar for the current show anyway, I also hope for improvements for my purposes.
But what I miss completely is the information which app is currently active. Prime Video, Youtube, Kodi.

Do you have any idea how we can use also this information in Home Assistant?

latest commit won't run in hass 0.88. (hassio in docker)

2019-02-25 22:04:25 ERROR (MainThread) [homeassistant.loader] Error loading custom_components.media_player.braviatv_psk. Make sure all dependencies are installed
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/homeassistant/loader.py", line 147, in _load_file
    module = importlib.import_module(path)
  File "/usr/local/lib/python3.7/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 728, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/config/custom_components/media_player/braviatv_psk.py", line 10, in <module>
    from homeassistant.components.media_player import (
ImportError: cannot import name 'SUPPORT_TURN_ON' from 'homeassistant.components.media_player' (/usr/local/lib/python3.7/site-packages/homeassistant/components/media_player/__init__.py)
2019-02-25 22:04:25 ERROR (MainThread) [homeassistant.loader] Unable to find platform braviatv_psk

Platform not found: climate.e_thermostaat

I have run this great component for months but now it saying:
Platform not found: climate.e_thermostaat

I have made the folder and named the files like the readme. I have also paid for a year :) the app and website are still working.

what can I do?

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.