6 Commits (579aeab7c7c42d6fb506bbb10ef7b3f20933237c)

Author SHA1 Message Date
  Maurice Makaay bf49d7adf1 Removed ISR-capable pin from ISR store, no need for it. 3 years ago
  Maurice Makaay 52825c345c Basic compatibility established. Configuration needs more work though. 3 years ago
  Maurice Makaay 7ae76d003f Small logic error fixed in new set_slider_level() function. 3 years ago
  Maurice Makaay cd74e367dc
Visualize OTA progress (#41) 3 years ago
  Maurice Makaay af5c1a8d49
Better front panel HAL that allows controlling the individual LEDs. (#39) 3 years ago
  Maurice Makaay 45524845a8
Moved to ESPHome external components compable repo structure. (#26) 3 years ago
  Maurice Makaay 976c947f52 One small typo for man, one big bug for compiler kind. 3 years ago
  Maurice Makaay c90d9677f8 Applied ESPHome-style code styling. 3 years ago
  Maurice Makaay b690c290cf
Multi touch events (#17) 3 years ago
  Maurice Makaay 702f24751a Terminology consistency and preparing documentation for stable release. 3 years ago
  Maurice Makaay f85ff71d43
Add support for presets (#9) 3 years ago
  Maurice Makaay cf397858ba Big change: renamed yeelight_bs2 to xiaomi_bslamp2 3 years ago
  Maurice Makaay 402f57f040 Fixed front panel brightness indicator scale + random color button. 3 years ago
  Maurice Makaay 57e74e9e6e Implemented a float output, that is used to control the front panel light. 3 years ago
  Maurice Makaay ec8205d32e Added a binary sensor component, which can be used to handle touch/release events for the parts of the front panel (power button, color button and slider). Note that for the slider, this binary_sensor only detects the touch events. This cannot be used for detecting the actual slider level that was touch. For that purpose, a separate sensor will be created. 3 years ago
  Maurice Makaay 6e2bb7b0c0 Front panel event code cleaned up and added an on event callback option, so I can let events propagate. 3 years ago
  Maurice Makaay b340ede5b3 Implemented the I2C messgage to event type parser. 3 years ago
  Maurice Makaay e5612e8235 What's better than one hub? Two HALs! I split up the HUB component into two separated components with the same kind of function: LightHAL and FrontPanelHAL. 3 years ago