Skip to content

Commit

Permalink
2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rautesamtr committed Dec 6, 2023
1 parent 0d5f415 commit 82a93a5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Thermal Comfort provides a variety of thermal indices and thermal perceptions in
## Sensors:

**Full list
[2.1](https://github.com/dolezsa/thermal_comfort/blob/2.1/documentation/sensors.md) /
[2.2](https://github.com/dolezsa/thermal_comfort/blob/2.2/documentation/sensors.md) /
[1.5](https://github.com/dolezsa/thermal_comfort/blob/1.5/documentation/sensors.md) /
[master](https://github.com/dolezsa/thermal_comfort/blob/master/documentation/sensors.md)**

Expand All @@ -26,21 +26,21 @@ To use Thermal Comfort check the documentation for your preferred way to setup
sensors.

**UI/Frontend (Config Flow)
[2.1](https://github.com/dolezsa/thermal_comfort/blob/2.1/documentation/config_flow.md) /
[2.2](https://github.com/dolezsa/thermal_comfort/blob/2.2/documentation/config_flow.md) /
[1.5](https://github.com/dolezsa/thermal_comfort/blob/1.5/documentation/config_flow.md) /
[master](https://github.com/dolezsa/thermal_comfort/blob/master/documentation/config_flow.md)**

**YAML
[2.1](https://github.com/dolezsa/thermal_comfort/blob/2.1/documentation/yaml.md) /
[2.2](https://github.com/dolezsa/thermal_comfort/blob/2.2/documentation/yaml.md) /
[1.5](https://github.com/dolezsa/thermal_comfort/blob/1.5/documentation/yaml.md) /
[master](https://github.com/dolezsa/thermal_comfort/blob/master/documentation/yaml.md)**

## Installation

### Requirements

#### 2.1
Home Assistant >= 2023.3.0
#### 2.2
Home Assistant >= 2023.12.0

#### 1.5
Home Assistant >= 2021.12.0
Expand Down
2 changes: 1 addition & 1 deletion custom_components/thermal_comfort/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"documentation": "https://github.com/dolezsa/thermal_comfort/blob/master/README.md",
"iot_class": "calculated",
"issue_tracker": "https://github.com/dolezsa/thermal_comfort/issues",
"version": "2.1.1"
"version": "2.2.0"
}
2 changes: 1 addition & 1 deletion documentation/yaml.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ thermal_comfort:
<dt><strong>sensor_types</strong> <code>list</code> <code>(optional)</code></dt>
<dd>
A list of sensors to create. If omitted all will be created.
<a href="https://github.com/dolezsa/thermal_comfort/blob/2.1/documentation/sensors.md">Available sensors</a>
<a href="https://github.com/dolezsa/thermal_comfort/blob/2.2/documentation/sensors.md">Available sensors</a>
</dd>
<dt><strong>poll</strong> <code>boolean</code> <code>(optional, default: false)</code></dt>
<dd>
Expand Down
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Thermal Comfort",
"homeassistant": "2023.3.0",
"homeassistant": "2023.12.0",
"render_readme": true,
"filename": "thermal_comfort.zip"
}

0 comments on commit 82a93a5

Please sign in to comment.