Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jogibear9988 committed Aug 30, 2023
0 parents commit 3789650
Show file tree
Hide file tree
Showing 646 changed files with 42,531 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# These are supported funding model platforms

github: jogibear9988
patreon: jogibear9988
74 changes: 74 additions & 0 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
name: Test and Release

# Run this job on all pushes and pull requests
# as well as tags with a semantic version
on:
push:
branches:
- "main"
tags:
# normal versions
- "v[0-9]+.[0-9]+.[0-9]+"
# pre-releases
- "v[0-9]+.[0-9]+.[0-9]+-**"
pull_request: {}

# Cancel previous PR/branch runs when a new commit is pushed
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

jobs:
# Performs quick checks before the expensive test runs
check-and-lint:
if: contains(github.event.head_commit.message, '[skip ci]') == false

runs-on: ubuntu-latest

steps:
- uses: ioBroker/testing-action-check@v1
with:
node-version: '18.x'
# Uncomment the following line if your adapter cannot be installed using 'npm ci'
# install-command: 'npm install'


# TODO: To enable automatic npm releases, create a token on npmjs.org
# Enter this token as a GitHub secret (with name NPM_TOKEN) in the repository options
# Then uncomment the following block:

# # Deploys the final package to NPM
# deploy:
# needs: [check-and-lint]
#
# # Trigger this step only when a commit on any branch is tagged with a version number
# if: |
# contains(github.event.head_commit.message, '[skip ci]') == false &&
# github.event_name == 'push' &&
# startsWith(github.ref, 'refs/tags/v')
#
# runs-on: ubuntu-latest
#
# # Write permissions are required to create Github releases
# permissions:
# contents: write
#
# steps:
# - uses: ioBroker/testing-action-deploy@v1
# with:
# node-version: '18.x'
# # Uncomment the following line if your adapter cannot be installed using 'npm ci'
# # install-command: 'npm install'
# npm-token: ${{ secrets.NPM_TOKEN }}
# github-token: ${{ secrets.GITHUB_TOKEN }}
#
# # When using Sentry for error reporting, Sentry can be informed about new releases
# # To enable create a API-Token in Sentry (User settings, API keys)
# # Enter this token as a GitHub secret (with name SENTRY_AUTH_TOKEN) in the repository options
# # Then uncomment and customize the following block:
# sentry: true
# sentry-token: ${{ secrets.SENTRY_AUTH_TOKEN }}
# sentry-project: "iobroker-icons-eclipse-smarthome-classic"
# sentry-version-prefix: "iobroker.icons-eclipse-smarthome-classic"
# # If your sentry project is linked to a GitHub repository, you can enable the following option
# # sentry-github-integration: true
17 changes: 17 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# No dot-directories except github/vscode
.*/
!.vscode/
!.github/

*.code-workspace
node_modules
nbproject

# npm package files
iobroker.*.tgz

Thumbs.db

# i18n intermediate files
admin/i18n/flat.txt
admin/i18n/*/flat.txt
6 changes: 6 additions & 0 deletions .releaseconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"plugins": [
"iobroker",
"license"
]
}
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2023 jogibear9988 <jochen.kuehner@gmx.de>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
52 changes: 52 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
![Logo](admin/icons-freepic.png)
# ioBroker.icons-freepic

[![NPM version](https://img.shields.io/npm/v/iobroker.icons-freepic.svg)](https://www.npmjs.com/package/iobroker.icons-freepic)
[![Downloads](https://img.shields.io/npm/dm/iobroker.icons-freepic.svg)](https://www.npmjs.com/package/iobroker.icons-freepic)
![Number of Installations](https://iobroker.live/badges/icons-freepic-installed.svg)
![Current version in stable repository](https://iobroker.live/badges/icons-freepic-stable.svg)

[![NPM](https://nodei.co/npm/iobroker.icons-freepic.png?downloads=true)](https://nodei.co/npm/iobroker.icons-freepic/)

**Tests:** ![Test and Release](https://github.com/iobroker-community-adapters/ioBroker.icons-freepic/workflows/Test%20and%20Release/badge.svg)

## icons-freepic adapter for ioBroker

icons usable from ioBroker vizualizations like webui, vis, ...
extracted from ioBroker.habpanel

### DISCLAIMER

Please make sure that you consider copyrights and trademarks when you use names or logos of a company and add a disclaimer to your README.
You can check other adapters for examples or ask in the developer community. Using a name or logo of a company without permission may cause legal problems for you.

## Changelog
<!--
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
* (jogibear9988) initial release

## License
MIT License

Copyright (c) 2023 jogibear9988 <jochen.kuehner@gmx.de>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Binary file added admin/icons-eclipse-smarthome-classic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
85 changes: 85 additions & 0 deletions admin/words.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
/* eslint no-unused-vars: off */
/* eslint no-global-assign: off */
/* global systemDictionary */
'use strict';

systemDictionary = {
"myColor": {
"en": "myColor",
"de": "meineColor",
"ru": "Мой цвет",
"pt": "minhaCor",
"nl": "mijnKleur",
"fr": "maCouleur",
"it": "mioColore",
"es": "miColor",
"pl": "mójKolor",
"uk": "мійКолір",
"zh-cn": "我的颜色"
},
"myColor_tooltip": {
"en": "Description of\nmyColor",
"de": "Beschreibung von\nmyColor",
"ru": "Описание\nmyColor",
"pt": "Descrição de\nmyColor",
"nl": "Beschrijving van\nmyColor",
"fr": "Description de\nmyColor",
"it": "Descrizione di\nmyColor",
"es": "Descripción de\nmyColor",
"pl": "Opis\nmyColor",
"uk": "Опис\nmyColor",
"zh-cn": "\nmyColor的描述"
},
"htmlText": {
"en": "htmlText",
"de": "htmlText",
"ru": "htmlText",
"pt": "htmlText",
"nl": "htmlText",
"fr": "htmlText",
"it": "htmlText",
"es": "htmlText",
"pl": "htmlText",
"uk": "htmlText",
"zh-cn": "htmlText"
},
"group_extraMyset": {
"en": "extraMyset",
"de": "extraMyset",
"ru": "extraMyset",
"pt": "extraMyset",
"nl": "extraMyset",
"fr": "extraMyset",
"it": "extraMyset",
"es": "extraMyset",
"pl": "extraMyset",
"uk": "extraMyset",
"zh-cn": "extraMyset"
},
"extraAttr": {
"en": "extraAttr",
"de": "extraAttr",
"ru": "extraAttr",
"pt": "extraAttr",
"nl": "extraAttr",
"fr": "extraAttr",
"it": "extraAttr",
"es": "extraAttr",
"pl": "extraAttr",
"uk": "extraAttr",
"zh-cn": "extraAttr"
},
"Instance": {
"en": "Instance",
"de": "Instanz",
"ru": "Инстанция",
"pt": "Instância",
"nl": "Instantie",
"fr": "Instance",
"it": "Esempio",
"es": "Instancia",
"pl": "Instancja",
"uk": "Інстанція",
"zh-cn": "例"
}
};
71 changes: 71 additions & 0 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
{
"common": {
"name": "icons-freepic",
"version": "0.0.1",
"news": {
"0.0.1": {
"en": "initial release",
"de": "Erstveröffentlichung",
"ru": "Начальная версия",
"pt": "lançamento inicial",
"nl": "Eerste uitgave",
"fr": "Première version",
"it": "Versione iniziale",
"es": "Versión inicial",
"pl": "Pierwsze wydanie",
"uk": "Початкова версія",
"zh-cn": "首次出版"
}
},
"titleLang": {
"en": "icons freepic",
"de": "icons freepic",
"ru": "icons freepic",
"pt": "icons freepic",
"nl": "icons freepic",
"fr": "icons freepic",
"it": "icons freepic",
"es": "icons freepic",
"pl": "icons freepic",
"uk": "icons freepic",
"zh-cn": "icons freepic"
},
"desc": {
"en": "Icons from freepic",
"de": "Icons von freepic",
"ru": "Иконки от freepic",
"pt": "Ícones de freepic",
"nl": "Icons van freepic",
"fr": "Icons de freepic",
"it": "Icone di freepic",
"es": "Iconos de freepic",
"pl": "Icons from freepic (ang.)",
"uk": "Ікона від freepic",
"zh-cn": "freepic"
},
"authors": [
"jogibear9988 <jochen.kuehner@gmx.de>"
],
"keywords": [
"icons"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"icon": "icons-eclipse-smarthome-classic.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/iobroker-community-adapters/ioBroker.icons-freepic/main/admin/icons-eclipse-smarthome-classic.png",
"readme": "https://github.com/iobroker-community-adapters/ioBroker.icons-freepic/blob/main/README.md",
"loglevel": "info",
"onlyWWW": true,
"noConfig": true,
"singleton": true,
"type": "visualization-icons",
"mode": "none",
"adminUI": {
"config": "none"
}
},
"objects": [],
"instanceObjects": [],
"native": {}
}
Loading

0 comments on commit 3789650

Please sign in to comment.