forked from home-assistant/core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* use sane defaults for openzwave config Use sane default if libopenzwave is installed. In most cases this will mean that the zwave config path will not need to e manually specified. * Resuming work on onkyo component * Source control added to UI for onkyo receiver Source will now display in the UI. Source mappings can be defined in the config, and a rudimentary mapping is defined by default as a fallback. When the onkyo source is updated, it will resolve to a defined name if possible. This may break existing automations. * fix lint errors * Updated Onkyo receiver Now takes an optional ip/name in additional to atempting to discover deivces. Source select will now take a sources mapping in the config. It will provide default values if no source mapping is provided. example: - platform: onkyo host: 10.0.0.2 name: receiver sources: HTPC: 'pc' Chromecast: 'aux1' Bluray: 'bd' Wii U: 'game' * fix pylint error * Use HA's error log instead of stack trace * Flipped source mappings, code cleanup
- Loading branch information
1 parent
c9b5ea9
commit dee6355
Showing
1 changed file
with
52 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters