-
-
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 <[email protected]>
@@ -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 <[email protected]>
Do you see any possibility to have this still in the build. |
Signed-off-by: Marcel Verpaalen <[email protected]>
Also it fixes all the value mappings in the readme which may cause some confusion |
Signed-off-by: Marcel Verpaalen <[email protected]>
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. |
Signed-off-by: Marcel Verpaalen <[email protected]>
Signed-off-by: Marcel Verpaalen <[email protected]>
Can you resolve the conflicts? |
Signed-off-by: Marcel Verpaalen <[email protected]>
Signed-off-by: Marcel Verpaalen <[email protected]>
@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 <[email protected]>
…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 <[email protected]> Signed-off-by: Joseph Hagberg <[email protected]>
…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 <[email protected]>
…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 <[email protected]>
Signed-off-by: Marcel Verpaalen [email protected]