Skip to content

Commit

Permalink
chore: more removed strings
Browse files Browse the repository at this point in the history
  • Loading branch information
elraro committed Jan 2, 2024
1 parent 1a91d19 commit dc8d24a
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 32 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Support is still somewhat experimental, everything in this guide is under your r

- The default settings here will be for running Congatudo on the robot itself, [standalone installation](#standalone-installation).
- It could run in a server using Docker, [docker installation](#docker-installation).
- If you want to develop as well, check out the [Local Development guide](https://valetudo.cloud/pages/development/building-and-modifying-valetudo.html).
- If you want to develop as well, check out the [Local Development guide](https://congatudo.cloud/pages/development/building-and-modifying-congatudo.html).

Any of the ways to get Valetudo running for the robot needs root access to your Conga, so here it will be explained too [Robot Setup](#robot-setup).

Expand Down
26 changes: 0 additions & 26 deletions docs/_pages/companion_apps/other_noteworthy_projects.md

This file was deleted.

3 changes: 1 addition & 2 deletions docs/_pages/companion_apps/valeronoi.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ order: 16
---
# Valeronoi

Valeronoi (Valetudo + Voronoi) is a companion for [Valetudo](https://valetudo.cloud) for generating WiFi signal strength maps. It visualizes them using a [Voronoi diagram](https://en.wikipedia.org/wiki/Voronoi_diagram).
Valeronoi (Valetudo + Voronoi) is a companion for [Congatudo](https://congatudo.cloud) and [Valetudo](https://valetudo.cloud) for generating WiFi signal strength maps. It visualizes them using a [Voronoi diagram](https://en.wikipedia.org/wiki/Voronoi_diagram).

![image](./img/valeronoi.png)


For more information, check out [https://github.com/ccoors/Valeronoi](https://github.com/ccoors/Valeronoi)
2 changes: 1 addition & 1 deletion frontend/src/options/connectivity/MQTTConnectivity.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ const MQTTConnectivity = (): React.ReactElement => {

<br/><br/>
If you&apos;re experiencing problems regarding MQTT, make sure to try Mosquitto since some other MQTT
brokers only implement a subset of the MQTT spec, which often leads to issues when used with Valetudo.
brokers only implement a subset of the MQTT spec, which often leads to issues when used with Congatudo.

<br/><br/>
If you&apos;re using Mosquitto but still experience issues, make sure that your ACLs (if any) are correct and
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/valetudo/timers/Timers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ const Timers = (): React.ReactElement => {
<Typography
sx={{padding:"1rem", textAlign: "center", marginTop: "10vh", marginBottom: "5vh"}}
>
You currently don&apos;t have any timers configured in Valetudo.
You currently don&apos;t have any timers configured in Congatudo.
</Typography>
}
</Grid>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/valetudo/timers/res/TimersHelp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export const TimersHelp = `
## Timers
Timers allow you to execute a task at a specified time (UTC).<br/>
To operate, they require the system time to be synced using the NTP client built into Valetudo.
To operate, they require the system time to be synced using the NTP client built into Congatudo.
If it is unable to reach the configured NTP server, no timers will be
executed unless the NTP client was disabled explicitly which would
imply the user is responsible for providing time by other means.
Expand Down

0 comments on commit dc8d24a

Please sign in to comment.