-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[miio] Update many channels with tags, categories & QuantityTypes #9384
Conversation
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
@@ -192,7 +196,7 @@ | |||
"piid": 3, | |||
"friendlyName": "Presets - Pre Brightness", | |||
"channel": "pre-brightness", | |||
"type": "Number:Dimensionless", | |||
"type": "Dimmer", | |||
"unit": "percentage", |
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.
Are units still used if you use a Dimmer instead?
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.
In my testing it does not seem to harm.
But... I did notice when I use in the item formatting %unit% it does not accept that for a dimmer,
so there is no value in having the unit specified.
Hence I removed the units from the dimmers now.
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
Do you see any possibility to have this still in the build. |
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
Also it fixes all the value mappings in the readme which may cause some confusion |
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
We are in a feature freeze for the new release. So we are only allowing bug fixes for now. |
I'll separate the fix of readme items from this PR than to fix the documentation prior to the release |
the bug part of this has now been separated out of this PR and entered as separate PR #9402. |
Can you resolve the conflicts? |
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
@cpmeister yes, they should be fixed now. I think it is good to go again |
sorry I missed your message. |
…enhab#9384) * [miio] Update many channels with tags, categories & QuantityTypes * [miio] remove unit from dimmers * [miio] fix readme mappings for channels Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
…enhab#9384) * [miio] Update many channels with tags, categories & QuantityTypes * [miio] remove unit from dimmers * [miio] fix readme mappings for channels Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com> Signed-off-by: Joseph Hagberg <joseph@zoidberg.se>
…enhab#9384) * [miio] Update many channels with tags, categories & QuantityTypes * [miio] remove unit from dimmers * [miio] fix readme mappings for channels Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
…enhab#9384) * [miio] Update many channels with tags, categories & QuantityTypes * [miio] remove unit from dimmers * [miio] fix readme mappings for channels Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
Signed-off-by: Marcel Verpaalen marcel@verpaalen.com