Skip to content

Commit 2e009a1

Browse files
author
Daniel Mason
committed
release test
1 parent 24ca708 commit 2e009a1

File tree

6 files changed

+17
-50
lines changed

6 files changed

+17
-50
lines changed

.github/workflows/validate.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Validate
2+
3+
on:
4+
push:
5+
6+
jobs:
7+
validate-hacs:
8+
runs-on: "ubuntu-latest"
9+
steps:
10+
- name: HACS validation
11+
uses: "hacs/action@main"
12+
with:
13+
category: "integration"

custom_components/mqtt_code/processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# E.g. RF codes, Bluetooth ids, etc.
66

77
# Documentation: https://github.com/danobot/mqtt_payload_processor
8-
# Version: v2.1.0
8+
# Version: v2.3.1
99

1010
import homeassistant.loader as loader
1111
import logging

custom_components/processor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import asyncio
1111
# from homeassistant.compoennts.alert import Alert
1212
_LOGGER = logging.getLogger(__name__)
13-
VERSION = '2.3.0'
13+
VERSION = '2.3.1'
1414

1515
DEPENDENCIES = ['mqtt']
1616
PLATFORMS = ['mqtt_code']

custom_components/processor/yaml_scheduler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from . import DOMAIN
66
_LOGGER = logging.getLogger(__name__)
77
from homeassistant.util import dt
8-
VERSION='2.3.0'
8+
VERSION='2.3.1'
99

1010
class Scheduler:
1111

hacs.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
{
22
"name": "Processor",
3-
"version": "1.0.0",
4-
"homeassistant": {
5-
"min_version": "2022.7.6"
6-
},
7-
"domains": ["processor"],
8-
"iot_class": "Local Push",
9-
"documentation": "https://github.com/danobot/mqtt_payload_processor",
10-
"issue_tracker": "https://github.com/danobot/mqtt_payload_processor/issues"
3+
"homeassistant": "2022.7.6"
114
}

info.md

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)