run lint --fix

This commit is contained in:
Ranlvor 2019-05-11 00:51:12 +02:00
parent c3fa87a869
commit 6fcc9b44fe
Signed by untrusted user who does not match committer: Ranlvor
GPG key ID: 5E12D04750EF6F8E

View file

@ -14,7 +14,7 @@ const topic_bulb = (bulb: string, argument: string) => ({
type: types.string
},
defaultValue: "0"
},
}
});
const slider_rgb = (bulb: string, argument: string) => (
@ -64,16 +64,16 @@ const config: Config = {
*zigbee2mqtt/bulb_bedroom
*/
...topic_bulb("livingroom","r"),
...topic_bulb("livingroom","g"),
...topic_bulb("livingroom","b"),
...topic_bulb("livingroom","h"),
...topic_bulb("livingroom","s"),
...topic_bulb("livingroom","v"),
...topic_bulb("livingroom","x"),
...topic_bulb("livingroom","y"),
...topic_bulb("livingroom","animation-speed"),
...topic_bulb("livingroom","mode"),
...topic_bulb("livingroom", "r"),
...topic_bulb("livingroom", "g"),
...topic_bulb("livingroom", "b"),
...topic_bulb("livingroom", "h"),
...topic_bulb("livingroom", "s"),
...topic_bulb("livingroom", "v"),
...topic_bulb("livingroom", "x"),
...topic_bulb("livingroom", "y"),
...topic_bulb("livingroom", "animation-speed"),
...topic_bulb("livingroom", "mode"),
livingroomBrightness: {
state: {
name: "home-rust/bulb/livingroom/brightness",
@ -234,7 +234,7 @@ const config: Config = {
"3": "RGB Fade",
"4": "Work"
},
icon: mdi("settings"),
icon: mdi("settings")
},
{
type: "section",