0.115: B-Day release! Media browser, tags, automations & WTH

Yes you can!
You have to make an Automation and select Device as trigger,
It should give you a drop down with turning on or off.

And as action select service wake_on_lan.send_magic_packet, just like you did before.

Works fine here!

Only thing I canā€™t figure out is how to make a correct automation for turning off my kodi instance.

1 Like

I did, not solving the issue.

The real_ip stuff has been removed in this release indeed, are you using emulated_hue as a custom component? As the code that is reference that error, does not existing in the Home Assistant code base.

:seven:
is a lucky number :slight_smile: from the whole :heart: I wish the entire HA / Nabucasa team to quickly, turn this project into a beautiful Unicornā€¦ like on the card :wink: you have potential for this!

What this project has achieved is incredible! Thank you, guys!!!

4 Likes

iā€™ve this warning in the log:

Logger: homeassistant.components.template.sensor
Source: helpers/config_validation.py:752
Integration: template (documentation, issues)
First occurred: 11:58:11 (2 occurrences)
Last logged: 12:14:00

The ā€˜entity_idā€™ option is deprecated, please remove it from your configuration

could be related to this template switch?

  - platform: template
    switches:
      camera_citofono:
        value_template: "false"
        turn_on:
          - service: media_player.play_media
            data_template:
              entity_id: media_player.nesthub0150
              media_content_id: http://192.168.1.12:8081
              media_content_type: "image/jpg" 
        turn_off:
          - service: media_player.turn_off
            entity_id: media_player.nesthub0150

Seems to be an issue with a python module.

Not sure how to fix

ItĀ“s true. I tried automation for turning off and nothing Working. Log is without error and the same in Development tools (turn_off not working). This is my automations:

- id: '1600429708808'
  alias: Vypnout Kodi
  description: ''
  trigger:
  - platform: device
    device_id: a357f157f92111ea9fa40********
    domain: kodi
    entity_id: media_player.coreelec
    type: turn_off
  condition: []
  action:
  - service: kodi.call_method
    data:
      method: System.Shutdown
    entity_id: media_player.coreelec
  mode: single

I have the same issue and it seems it breaks google cloud tts. Are you using the docker image, because it look likes itā€™s missing a library on the OS.

First of all: Happy birthday and thanks a lot for another awesome release. Great work by everyone involved indeed!

And now for a quick question: Is the ā€œstreamā€ integration now a part of the default_config?

The reason I ask is that I see it is loaded on my test instance, which is fairly stock/default.
However I cannot see it listed here: https://www.home-assistant.io/integrations/default_config/

I dont use default_config as it includes some element I donā€™t want to enable, so I try to keep track of what it contains so I can manually add what I need. Perhaps the new Media Player Browser use it or something like that?

Thanks.

The dev of the custom integration needs to update it to work with 0.115, although the last update was a few months back so hopefully still active
Suggest logging an issue on its github repository

1 Like

Im using HA container with the google cloud tts without issues

It does look that way. Looking at the python library it uses, it seems to accept either the website, or the website plus your API key. However the integration seems to only support the first method, without allowing you to add your API key.

Seems https://github.com/AlexxIT/SonoffLAN works so I switched to that.

3 Likes

You must to change old settings by the new ones?:
remote.send_command, remote.broadlink_rm_pro_remote, etcā€¦
imagen

Hi Thanks for reply!

Finallyā€¦

sudo apt-get install libjpeg-dev zlib1g-dev

Restart HA and after a few minutes it came upā€¦ :slight_smile:

Thanks!

1 Like

First of allā€¦ AWESOME RELEASE!!! Great work guys!!

Second thingā€¦ Have somebody problems with sonoff custom component??:

imagen

And in to de log:
imagen

Any ideas???

Thnks!!

see 3 posts up

1 Like

Thnks!!! I didnā€™t see itā€¦ lets try it :wink:

If I activate miflora platform in this release I received an error when check the config with ā€œhass --script check_configā€:
Testing configuration at /home/homeassistant/.homeassistant
Fatal error while loading config: expected string or bytes-like object
Failed config
General Errors:
- expected string or bytes-like object

Successful config (partial)

If I comment the platform the error dissapeared. The sensor template is:

  - platform: miflora
    mac: 'xx:xx:xx:xx:xx:xx'
    name: Name
    force_update: false
    median: 3
    monitored_conditions:
      - moisture
      - light
      - temperature
      - conductivity
      - battery

Please post a py-spy with the instructions posted above.