Skip to content

Commit

Permalink
skin fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
acockburn committed Mar 12, 2017
1 parent a5b02ac commit 854cd6a
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
History
=======

2.0.0beta3
----------

**Features**

**Fixes**

**Breaking Changes**

2.0.0beta2
----------

Expand Down
2 changes: 1 addition & 1 deletion appdaemon/appdaemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
import asyncio
from urllib.parse import urlparse

__version__ = "2.0.0beta2"
__version__ = "2.0.0beta3"

# Windows does not have Daemonize package so disallow

Expand Down
2 changes: 1 addition & 1 deletion appdaemon/assets/css/obsidian/variables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ red: "#ff0055"
green: "#aaff00"
blue: "#00aaff"
purple: "#aa00ff"
yellow: "#ffff00"
yellow: "#FAA916"
cyan: "#00FFFF"

gray_dark: "#444"
Expand Down
2 changes: 1 addition & 1 deletion appdaemon/widgets/reload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ static_css:
widget_style: $reload_widget_style
css:
icon_active_style: $reload_icon_active_style
icon_inactive_style: "color: green"
icon_inactive_style: "color: $white"
static_icons: []
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

setup(
name='appdaemon',
version='2.0.0beta2',
version='2.0.0beta3',
description="Apps for the Home Assistant home automation package.",
long_description=README + '\n\n' + HISTORY,
author='Andrew I Cockburn',
Expand Down

0 comments on commit 854cd6a

Please sign in to comment.