Olivier ARCHER

Results 17 issues of Olivier ARCHER

`incidence` and `elevation` variables are currently 2D, and that could take much memory. `incidence` is nearly constant on `atrack` dim, and `elevation` is nearly constant on `xtrack` dim, so they...

# What does this implement/fix? This PR compute the md5 of the firmware, and add an `esphome publish config.yaml --directory /path/to` that moves the firmware files to `/path/to/device_name`. Using Home...

core
dashboard

## Description: **Related issue (if applicable):** fixes **Pull request in [esphome](https://github.com/esphome/esphome) with YAML changes (if applicable):** esphome/esphome#6827 ## Checklist: - [X] I am merging into `next` because this is new...

has-parent
next

## Description: Modem documentation. **Related issue (if applicable):** fixes **Pull request in [esphome](https://github.com/esphome/esphome) with YAML changes (if applicable):** esphome/esphome#6721 ## Checklist: - [X] I am merging into `next` because this...

has-parent
next
component: modem

## Description: Change to allow the wifi AP to reuse an existing network interface (ethernet, but also later `modem`) so wifi client can reach the WAN. **Related issue (if applicable):**...

has-parent
next
not-stale

# What does this implement/fix? This PR implements interrupt support for the MPU6050 accelerometer, allowing the 'INT' pin to be used, for example, to wake up the device upon detected...

integration: mpu6050
has-tests
new-platform

# What does this implement/fix? This allow the WiFi component to use another network interface (like ethernet, but not limited to) for bridging to another network. This can be done...

integration: ethernet
integration: wifi
has-tests
core