-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/v1.4-rc1'
* origin/v1.4-rc1: (474 commits) Blockly: Disabled tests (they are deprecated) Blockly: Disabled tests (they are deprecated) Blockly: Fix for changes made to Backend plugin Backend: Bugfix Backend: updated more icons to fontawesome Backend: updated spinner to fontawesome 5 Backend: moved fill_logicdict call after enable / disable to be aware of these properties Backend: fixed item refresh after font awesome migration Backend: one more icon fixed Backend: fixed icons in item view Backend: migrated font awesome to 5.0.1 Free # init.py - remove 6 x return None. Was forgotten to remove # eep_parser.py - only send logger.info for Eltako FAH60 when Brigthness > 0 - add header for RORG = D2 - small improvements of comments - add empty line between two methods. - Add Example for Eltako FAH60 - optimize logger format - introduce headings for differrent RORGs - optimize comments - add parser for Eltako brigthness sensor - correction of logger (logger --> self.logger) - add device # also in the info log text - improve error message - add exlamation mark in error message! - add device into error message ... # Conflicts: # hue/__init__.py
- Loading branch information
Showing
4,543 changed files
with
468,794 additions
and
4,161 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Metadata for the Smart-Plugin | ||
plugin: | ||
# Global plugin attributes | ||
type: web # plugin type (gateway, interface, protocol, system, web) | ||
description: | ||
de: 'Plugin zur Ansteuerung von SmartHomeNG via Amazon Echo / Alexa, **seit SmartHomeNG v1.3**' | ||
en: '' | ||
maintainer: hotzen | ||
tester: psilo909 | ||
# keywords: iot xyz | ||
# documentation: https://github.com/smarthomeNG/smarthome/wiki/CLI-Plugin # url of documentation (wiki) page | ||
support: https://knx-user-forum.de/forum/supportforen/smarthome-py/1021150-amazon-alexa-plugin | ||
|
||
version: 1.3.0.9.0 # Plugin version | ||
sh_minversion: 1.3 # minimum shNG version to use this plugin | ||
# sh_maxversion: # maximum shNG version to use this plugin (leave empty if latest) | ||
multi_instance: False # plugin supports multi instance | ||
classname: Alexa # class containing the plugin | ||
|
||
parameters: | ||
# Definition of parameters to be configured in etc/plugin.yaml | ||
|
||
item_attributes: | ||
# Definition of item attributes defined by this plugin | ||
|
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Metadata for the Smart-Plugin | ||
plugin: | ||
# Global plugin attributes | ||
type: interface # plugin type (gateway, interface, protocol, system, web) | ||
description: | ||
de: 'Unterstützung für smartUPS Geräte der Firma APC' | ||
en: '' | ||
maintainer: cmalo | ||
tester: Sandman60 | ||
# keywords: iot xyz | ||
# documentation: https://github.com/smarthomeNG/smarthome/wiki/CLI-Plugin # url of documentation (wiki) page | ||
# support: https://knx-user-forum.de/forum/supportforen/smarthome-py | ||
|
||
version: 1.3.1 # Plugin version | ||
sh_minversion: 1.3 # minimum shNG version to use this plugin | ||
# sh_maxversion: # maximum shNG version to use this plugin (leave empty if latest) | ||
multi_instance: True # plugin supports multi instance | ||
classname: APCUPS # class containing the plugin | ||
|
||
parameters: | ||
# Definition of parameters to be configured in etc/plugin.yaml | ||
|
||
item_attributes: | ||
# Definition of item attributes defined by this plugin | ||
|
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
Oops, something went wrong.