Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move images to own directory. #177

Merged
merged 1 commit into from
Sep 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ to control the device remotely via either the Dreo app or this HA integration.

<table>
<tr>
<td><img src="https://raw.githubusercontent.com/jeffsteinbok/hass-dreo/main/auto-mode-thermostat.png" width="300" alt="eco/auto mode thermostat"></td>
<td><img src="https://raw.githubusercontent.com/jeffsteinbok/hass-dreo/main/heat-mode-thermostat.png" width="300" alt="heat mode thermostat"></td>
<td><img src="https://raw.githubusercontent.com/jeffsteinbok/hass-dreo/main/fan-mode-thermostat.png" width="300" alt="fan mode thermostat"></td>
<td><img src="https://raw.githubusercontent.com/jeffsteinbok/hass-dreo/main/off-mode-thermostat.png" width="300" alt="off mode thermostat"></td>
<td><img src="https://raw.githubusercontent.com/jeffsteinbok/hass-dreo/main/images/auto-mode-thermostat.png" width="300" alt="eco/auto mode thermostat"></td>
<td><img src="https://raw.githubusercontent.com/jeffsteinbok/hass-dreo/main/images/heat-mode-thermostat.png" width="300" alt="heat mode thermostat"></td>
<td><img src="https://raw.githubusercontent.com/jeffsteinbok/hass-dreo/main/images/fan-mode-thermostat.png" width="300" alt="fan mode thermostat"></td>
<td><img src="https://raw.githubusercontent.com/jeffsteinbok/hass-dreo/main/images/off-mode-thermostat.png" width="300" alt="off mode thermostat"></td>
</tr>
<tr>
<td>Auto/Eco Mode</td>
Expand All @@ -103,10 +103,10 @@ to control the device remotely via either the Dreo app or this HA integration.
<td>Off</td>
</tr>
<tr>
<td><img src="https://raw.githubusercontent.com/jeffsteinbok/hass-dreo/main/mode-list.png" width="200" alt="HVAC mode list"></td>
<td><img src="https://raw.githubusercontent.com/jeffsteinbok/hass-dreo/main/fan-mode-list.png" width="200" alt="fan mode list"></td>
<td><img src="https://raw.githubusercontent.com/jeffsteinbok/hass-dreo/main/preset-mode-list.png" width="200" alt="preset mode list"></td>
<td><img src="https://raw.githubusercontent.com/jeffsteinbok/hass-dreo/main/swing-mode-list.png" width="200" alt="swing mode list"></td>
<td><img src="https://raw.githubusercontent.com/jeffsteinbok/hass-dreo/main/images/mode-list.png" width="200" alt="HVAC mode list"></td>
<td><img src="https://raw.githubusercontent.com/jeffsteinbok/hass-dreo/main/images/fan-mode-list.png" width="200" alt="fan mode list"></td>
<td><img src="https://raw.githubusercontent.com/jeffsteinbok/hass-dreo/main/images/preset-mode-list.png" width="200" alt="preset mode list"></td>
<td><img src="https://raw.githubusercontent.com/jeffsteinbok/hass-dreo/main/images/swing-mode-list.png" width="200" alt="swing mode list"></td>
</tr>
<tr>
<td>HVAC Modes</td>
Expand All @@ -115,8 +115,8 @@ to control the device remotely via either the Dreo app or this HA integration.
<td>Swing Modes</td>
</tr>
<tr>
<td colspan="2" align="center"><img src="https://raw.githubusercontent.com/jeffsteinbok/hass-dreo/main/heater-entities.png" width="200" alt="heater entities"></td>
<td colspan="2" align="center"><img src="https://raw.githubusercontent.com/jeffsteinbok/hass-dreo/main/compact-thermostat.png" width="200" alt="compact-thermostat"></td>
<td colspan="2" align="center"><img src="https://raw.githubusercontent.com/jeffsteinbok/hass-dreo/main/images/heater-entities.png" width="200" alt="heater entities"></td>
<td colspan="2" align="center"><img src="https://raw.githubusercontent.com/jeffsteinbok/hass-dreo/main/images/compact-thermostat.png" width="200" alt="compact-thermostat"></td>
</tr>
<tr>
<td colspan="2" align="center">Heater Entities</td>
Expand Down
2 changes: 1 addition & 1 deletion custom_components/dreo/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"issue_tracker": "https://github.com/jeffsteinbok/hass-dreo/issues",
"loggers": ["dreo", "pydreo"],
"requirements": ["websockets"],
"version": "0.1.3"
"version": "0.8.3"
}
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Loading