-
Notifications
You must be signed in to change notification settings - Fork 15
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
Huge code rewrite to be more adaptive + other fixes #16
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SR
* Fixes 'Failed to install addon' (runelangseid#15) * Moved devcontainer.json to recommended folder - https://developers.home-assistant.io/docs/add-ons/testing/ * Testing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SR and tested
@runelangseid Note that VS Code did not like the move of the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SR
added logo and icon
fixed current_temp on e.g heatit devices
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SR
…ault' to include all supported devices.
Breaking changes
Note that version 0.3.x includes breaking changes from 0.2.x.
This is mainly due to the refactor to include adapter name in the identifiers, and how entities are grouped to one device.
You may have to update all entities in dashboards and automations etc.
New, fixed, and improved:
meter_elec
service for accumulated energy usage (kWh)meter_elec
service for devices that supports this:python-dotenv
Fixed in 0.3.1:
The command '/bin/ash -o pipefail -c apk add --no-cache python3 py-pip && pip3 install --upgrade pip' returned a non-zero code: 1
Fixed in 0.3.2:
Fixed in 0.3.3
Note that the temperature sensor that have the "Set as main temp sensor" checkbox checked in the Futurehome app will be used.
Fixed in 0.3.4
Fixed in 0.3.5
door
,window
,garage
supportedfuturehome2mqtt
directory.This allows the add-on store to show the content of README.md instead of nothing.
str
topassword
for fimp_password on configuration screenPlan to use better logger with loglevels.
This will prevent device name for Heatit z-trm3 to be overwritten with the sensor name
Fixed in 0.3.6
Fixed in 0.3.7
selected_devices_mode
default option from 'ignored' to 'default' to include all supported devices.Known issues:
meter_elec
. This needs to be fixed by Futurehome. (This is also mentioned in the README.md)Fixes issues:
#5
#15
Includes PRs:
#14
#13
No need of merging (no longer in use):
#12